3

我已经在我的 Mac 上安装了 sublime text 2,安装了包控制和 sftp 包,将文件夹添加到项目中,将其映射到远程。现在我在尝试上传 wordpress 文件夹时遇到了问题。

2012-09-06 23:33:51
Traceback (most recent call last):
  File "./sftp/threads.py", line 16, in run_with_except_hook
  File "./sftp/threads.py", line 101, in handler
  File "./sftp/commands.py", line 264, in run
  File "./sftp/commands.py", line 403, in do_operation
  File "./sftp/file_transfer.py", line 25, in handler
  File "./sftp/sftp_transport.py", line 565, in put
  File "./sftp/file_transfer.py", line 330, in handle_put_dirs
  File "./sftp/sftp_transport.py", line 284, in cd
NotFoundError: Folder not found

我的stfp配置

"type": "sftp",

"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": false,
"sync_skip_deletes": false,
"confirm_downloads": false,
"confirm_sync": true,
"confirm_overwrite_newer": true,

"host": "xxx.nazwa.pl",
"user": "xxx",
"password": "xxx",
//"port": "22",

"remote_path": "/xxx/",

我在 Windows 上做了同样的事情,它工作得很好。有什么想法有什么问题吗?

4

0 回答 0