前提・実現したいこと
atomの「Remote FTP」でsftpに接続しようとしたところ、
以下のメッセージが出て繋がらない。
ネットで調べると、「.ftpconfig」がみつからないためエラーが出ているそうですが、
以下方法で「.ftpconfig」を作成して、そのファイルを編集しています。
パッケージ→Remote FTP→Create SFTP config file
発生している問題・エラーメッセージ
Remote FTP: Could not read .ftpconfig file. Error: EISDIR: illegal operation on a directory, read
該当のソースコード
{ "protocol": "sftp", "host": "***-******.net", "port": 2222, "user": "********", "pass": "********", "promptForPass": false, "remote": "/home/**/0/***", "local": "", "agent": "", "privatekey": "", "passphrase": "", "hosthash": "", "ignorehost": true, "connTimeout": 10000, "keepalive": 10000, "keyboardInteractive": false, "keyboardInteractiveForPass": false, "remoteCommand": "", "remoteShell": "", "watch": [], "watchTimeout": 500 }
補足情報(FW/ツールのバージョンなど)
秘密鍵は作ってません
Window10 64bit
Remote FTP 2.2.4
よろしくお願いいたします。
あなたの回答
tips
プレビュー