Macに崇高なテキスト2をインストールし、パッケージコントロールとsftpパッケージをインストールし、プロジェクトにフォルダーを追加して、リモートにマップしました。そして今、私はワードプレスフォルダをアップロードしようとしているときに問題が発生しました。
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/",
私はウィンドウで同じことをしました、そしてそれはうまく働きました。何かアイデアは何が悪いのですか?