-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ftpconfig
More file actions
29 lines (29 loc) · 1.06 KB
/
Copy path.ftpconfig
File metadata and controls
29 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"protocol": "sftp", // Check settings here: https://atom.io/packages/remote-ftp
"host": "1.tcp.ngrok.io",
"port": 21450,
//
//
// "host": "shadow.local",
// "host": "camera1.local",
// "host": "camera2.local",
// "port": 22,
"user": "pi",
"pass": "",
"promptForPass": false,
"remote": "/",
"local": "",
"agent": "",
"privatekey": "",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000, // integer - How long (in milliseconds) to wait for the SSH handshake to complete. Default: 10000
"keepalive": 5000, // integer - How often (in milliseconds) to send SSH-level keepalive packets to the server (in a similar way as OpenSSH's ServerAliveInterval config option). Set to 0 to disable. Default: 10000
"keyboardInteractive": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500, // integer - The duration ( in milliseconds ) from when the file was last changed for the upload to begin.
"target": "/home/pi"
}