Last active
May 2, 2018 02:42
-
-
Save onocom/67c3388c77643a3f7d49a6b0e29b9084 to your computer and use it in GitHub Desktop.
VisualStudio CodeのSFTPのコンフィグ参考ファイル(CPIサーバー用)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"protocol": "sftp", | |
"host": "aeXXX.secure.ne.jp", | |
"username": "aeXXXXXXX_username", | |
"password": "P@ssW0rd", | |
"ignore": [".editorconfig"], | |
"remotePath": "/html", | |
"port" : 10397 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment