Major updates

This commit is contained in:
root
2018-06-11 13:43:21 -04:00
commit a8c090e288
181 changed files with 22768 additions and 0 deletions

22
.ftpconfig Normal file
View File

@ -0,0 +1,22 @@
{
"protocol": "sftp",
"host": "webserver.tfmm.co",
"port": 7989,
"user": "root",
"pass": "",
"promptForPass": false,
"remote": "/home/sjcsauction/public_html",
"local": "",
"agent": "",
"privatekey": "/home/rlong/.ssh/serverkey",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500
}