Skip to content

Instantly share code, notes, and snippets.

@rw3iss
Last active August 26, 2025 05:00
Show Gist options
  • Select an option

  • Save rw3iss/ee503018542a34491a8225cff98564bb to your computer and use it in GitHub Desktop.

Select an option

Save rw3iss/ee503018542a34491a8225cff98564bb to your computer and use it in GitHub Desktop.
sftp.config
{
"name": "ryanweiss",
"host": "207.148.29.98",
"protocol": "sftp",
"port": 22,
"username": "rw3iss",
"remotePath": "/home/rw3iss/_sync/Notes",
"uploadOnSave": false,
"watcher": {
"files": "**/*",
"autoUpload": true,
"autoDelete": true
},
"syncOption": {
"delete": true
},
"useTempFile": false,
"openSsh": true,
"ignore": [
"**/.git"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment