Page 1 of 1

How to FTP connect without any SSL

Posted: Sun 3. May 2020, 13:52
by chaiavi
I know this is not secure, but currently I have problems

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

Posted: Sun 3. May 2020, 15:59
by nikko
Correct

Re: How to FTP connect without any SSL

Posted: Sun 3. May 2020, 23:20
by george
Chaiavi, as a beginner, it is best to learn the right way of doing things from the start.
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 connect like this, then you just need to check settings in your SFTP program, likely login settings.
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...