{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » SFTP Config Sublime Text 3
SFTP Config Sublime Text 3
Download Saja —> Configurasi
SftpServer.json
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
“type”: “sftp”,
“sync_down_on_open”: true,
“sync_same_age”: true,
“host”: “192.168.1.10”,
“user”: “aplikasi-mobile”,
“password”: “mobile321″,
“port”: “22”,
“remote_path”: “/home/aplikasi-transaksi/public_html/fakturIKC”,
“connect_timeout”: 30,
}
————————————–
#sftp-config.json
{
// The tab key will cycle through the settings when first created
// Visit http://wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
“type”: “sftp”,
“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”: “192.168.1.10”,
“user”: “aplikasi-mobile”,
“password”: “mobile321″,
“port”: “22”,
//”remote_path”: “/home/aplikasi-kkn/public_html/”,
“remote_path”: “/home/aplikasi-transaksi/public_html/fakturIKC”,
“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”: 30,
}
Filed under: 7. Operating System