How to FTP connect without any SSL

Locked
User avatar
chaiavi
Posts: 34
Joined: Wed 22. Apr 2020, 22:02

How to FTP connect without any SSL

Post 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:
Attachments
FTPs Disabled.PNG
nikko
Posts: 914
Joined: Fri 15. Apr 2016, 16:11

Re: How to FTP connect without any SSL

Post by nikko »

Correct
The software said: Requires Win Vista®, 7®, 8® or better. And so I installed Linux.
User avatar
george
Posts: 87
Joined: Fri 3. Jan 2020, 05:53
Location: AUSTRALIA

Re: How to FTP connect without any SSL

Post 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...
Locked