Skip to content

Instantly share code, notes, and snippets.

@onocom
Last active May 2, 2018 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onocom/67c3388c77643a3f7d49a6b0e29b9084 to your computer and use it in GitHub Desktop.
Save onocom/67c3388c77643a3f7d49a6b0e29b9084 to your computer and use it in GitHub Desktop.
VisualStudio CodeのSFTPのコンフィグ参考ファイル(CPIサーバー用)
{
"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