-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ftpconfig
14 lines (14 loc) · 1.4 KB
/
.ftpconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"protocol": "sftp",
"host": "67.225.188.14", // string - Hostname or IP address of the server. Default: 'localhost'
"port": 22, // integer - Port number of the server. Default: 22
"user": "kpmgwinterfest", // string - Username for authentication. Default: (none)
"pass": "KPMGw1nt3r16", // string - Password for password-based user authentication. Default: (none)
"promptForPass": false, // boolean - Set to true for enable password/passphrase dialog. This will prevent from using cleartext password/passphrase in this config. Default: false
"remote": "/home/kpmgwinterfest/public_html/dev/wp-content/plugins/kpmg-winterfest2016", // try to use absolute paths starting with /
"agent": "", // string - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication. Windows users: set to 'pageant' for authenticating with Pageant or (actual) path to a cygwin "UNIX socket." Default: (none)
"ignorehost": true,
"connTimeout": 10000, // integer - How long (in milliseconds) to wait for the SSH handshake to complete. Default: 10000
"keepalive": 10000, // 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
"watchTimeout":500 // integer - The duration ( in milliseconds ) from when the file was last changed for the upload to begin.
}