SFTP Connection Refused sublimetext3
Clash Royale CLAN TAG#URR8PPP
SFTP Connection Refused sublimetext3
I'm using sublime-text3
trying to login into cpanel with ip address with the same setting it works perfectly with digital ocean.
I created new folder and opened with sublime-text
then saved the file and choosed SFTP/FTP->syn Remote to local
.
sublime-text3
sublime-text
SFTP/FTP->syn Remote to local
Here is my code:
// 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": false,
"sync_skip_deletes": false,
"sync_same_age": true,
"confirm_downloads": false,
"confirm_sync": true,
"confirm_overwrite_newer": false,
"host": "184.xxx.xxx.xx",
"user": "xxx",
"password": "xxx",
"port": "22",
"remote_path": "/home",
"ignore_regexes": [
"\.sublime-(project
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.