How to FTP connect without any SSL
How to FTP connect without any SSL
Where can I disable TLS/SSL for FTP, so I can connect using insecure FTP ?
I already disabled SSL forcing here:
Re: How to FTP connect without any SSL
Re: How to FTP connect without any SSL
Almost nobody would want to do this (non-ssl ftp), especially when KeyHelp provides such good security - why not use it?
Did you try to connect by SSH as suggested previously?
viewtopic.php?f=11&t=9379
Open a terminal and try to connect (replace user and ip with yours):
Code: Select all
ssh user@1.2.3.4
If you can't connect by SSH, then the problem will likely be found in sshd_config or firewall settings on server (or your machine).
Let us know how you go...