Hi everyone,
I am having trouble while syncing batch files up on asphostportal web hosting. They directed me to sublime technical support, other FTP clients are working well.
Here is sftp-config.json
{
"type": "ftp",
"save_before_upload": true,
"upload_on_save": true,
"sync_down_on_open": true,
"sync_skip_deletes": true,
"sync_same_age": true,
"confirm_downloads": false,
"confirm_sync": true,
"confirm_overwrite_newer": false,
"host": "52.88.158.56",
"user": "testing1",
"password": "hjkl876",
"remote_path": "/public_html/",
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
"\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini"
],
"connect_timeout": 200,
"keepalive": 220,
"ftp_passive_mode": false,
}
Thanks in advance.