Hello
I’m having some problems connecting to my server via ftps. I have used 4 days corresponding with my hosting company with no luck. I’m totally new to sublime text 3 and i think it looks like at very nice program so i will give it one last shot (hopefully) with your guys help.
I have downloaded the package controll at installed the ftps program. The problem starts when i try to make a connection to my server
My server options look like this:
{
// The tab key will cycle through the settings when first created
// Visit wbond.net/sublime_packages/sftp/settings for help
// sftp, ftp or ftps
"type": "ftps",
"sync_down_on_open": true,
"sync_same_age": true,
"host": "my host",
"user": "my website",
//"password": "my password",
//"port": "my port",
"remote_path": "/example/path/",
//"file_permissions": "664",
//"dir_permissions": "775",
//"extra_list_connections": 0,
"connect_timeout": 30,
//"keepalive": 120,
//"ftp_passive_mode": true,
//"ftp_obey_passive_host": false,
//"ssh_key_file": "~/.ssh/id_rsa",
//"sftp_flags": "-F", "/path/to/ssh_config"],
//"preserve_modification_times": false,
//"remote_time_offset_in_hours": 0,
//"remote_encoding": "utf-8",
//"remote_locale": "C",
//"allow_config_upload": false,
}
When i browse my server - i can se that it’s trying to connect. But then it starts asking for my password. I have quadruple tjecked my password so i dont think that is the problem
When i type in my password 3 times it says - failure (Disconnected)
i have tryed to change the type name (ftp, sftp), host name and tryed other passwords. but nothing works
Please help
Kind regards Lasse
(And sorry if there’s bad spelling:)