我在我的mac上安装了sublime text 2,安装了package control和sftp包,将该文件夹添加到project,将其映射到remote。现在我在尝试上传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上也做了同样的事情,它工作得很好。任何想法都错了吗?