Hello,
We have to connect SFTP Via sublime but it is not connecting while i can able to connect via filezilla. Can any one guide me?
Procedure to connect via Filezilla:
Downlaod and Install Filezilla FTP Client
Click on File >> Site Manager
Click on New Site option
Supply the following details
Host : ftp.yourdomain.com or server IP 198.15.73.91
port : 21
server type : FTPES - FTP over explicit TLS/ SSL
{
Note: If you are using latest version of fiezilla,
Protocol: FTP-File Transfer Protocol
Encryption: Require explicit FTP over TLS.
}
Logon Type : Normal
User : your ftp user name
password : your ftp password
Click on connect
On sublime i did changes in “type”: “ftps”, then also it is not connecting. It is show in console like below
Connecting to FTPS server “ftp.opusinfotech.in” as “opusinfotech” … success
Validating remote folder “/” … failure (Disconnected)
Multiple disconnection errors, giving up
Please help me so i can connect it to server.