15

I am having an issue with FileZilla. I try to establish an FTP connection with my server but end up stuck at the same initial message after trying quite a few rounds. I am able to use the same host, username, password and port to login using Chrome browser but not for FileZilla. Any idea?

    Status: Connection established, waiting for welcome message...
    Response:   220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:   220-You are user number 1 of 50 allowed.
    Response:   220-Local time is now 16:13. Server port: 21.
    Response:   220-This is a private system - No anonymous login
    Response:   220-IPv6 connections are also welcome on this server.
    Response:   220 You will be disconnected after 15 minutes of inactivity.
    Command:    AUTH TLS
    Response:   234 AUTH TLS OK.
    Status: Initializing TLS...

So far I tried download and install the older version but different error appears (failed to retrieve directory listing) reference to https://trac.filezilla-project.org/ticket/9995

MariusMatutiae
  • 48,517
  • 12
  • 86
  • 136

6 Answers6

17

Had this problem also, just go to file ->site manager. On the encryption drop down change to "use only Plain FTP (insecure). And that's it!

10

I faced the same issue many times, and when the hosting provider and filezilla forums couldn't help, i myself tried digging it deeper to figure out the exact problem. Putting it altogether for you all..

There are mainly two scenarios under which you can face this issue..

First: Server you are trying to access doesn't support connection over TLS.
Second: You ISP doesn't allow to initialize TLS on FTP.

But since now most of the standard hosting providers do support FTP over TLS, so the issue is mainly due to ISP, Especially mobile operators disallow this sought of connection, so people using mobile hotspots are more likely to face this problem. Like in India half of the mobile operators doesn't allow FTP over TLS. Just switch the data SIM or the ISP and try again.

Tariq
  • 101
  • 1
  • 3
4

The most likely reason is that the server you're connecting to does not support FTP over TLS. Try connecting with another protocol, or with plain FTP instead and see what happens.

There is a LENGTHY bug report on the Filezilla bug tracker website from people re-opening a bug on this issue, because the feedback FileZilla gives is less than helpful in this situation.

0

I had the same issue. I was using mobile hotspot to connect my laptop to the Jio 4G provided internet. I have openSUSE 42.2 installed on my laptop.

I disconnected, then checked "Require IPv4 addressing for this connection to complete" checkbox in the network adapter settings, and reconnected; and then tried again connecting with FileZilla and it worked.

I don't know if the networking system of laptop was connecting only using IPv6 and the server or FileZilla was expecting IPv4 address of my laptop OR there was some other issue!

0

I experienced this where the server's certificate was not trusted and so the TLS initialisation process stalled waiting for confirmation.

The confirmation prompt had only been missed because it was displayed in a separate pop up box that appeared out of view due to working on a desktop system that was not showing the full display on a single screen.

Resolved by one of:

  • fixing the certificate trust issue (e.g. installing missing intermediate certificates, etc.);
  • agreeing to the confirmation prompt (after finding it on screen!) to trust the server certificate and carry on connecting (i.e. accepting the security risk - e.g. in controlled test environments with self signed certificates, etc.)
jmmk
  • 1
-1

Had this problem when the server I used changed user, password and host. Finally found out for me after program stopped at TLS.

  • Uninstall FileZilla
  • reboot
  • Delete these directories:
    C:\Users\yourusername\AppData\Roaming\FileZilla
    C:\Users\yourusername\AppData\Local\FileZilla
  • reinstall FileZilla

Enter your details in site manager using your old correct settings. I'm using passive mode.

fixer1234
  • 28,064
Malboo
  • 1