IP requires whitelisting

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

IP requires whitelisting

#1 Post by audiopro » 2020-11-23 15:39

I have a dynamic IP address and whenever it changes, it needs to be whitelisted before I can transfer files.
I understand that but wonder why, when an IP is effectively blocked, can the server still be accessed.

According to the log, the connection is established and it only fails on the final dir retrieval.

Is this expected behaviour or is there something wrong here?

Status: Connecting to xx.xxx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing of "/public_html/xxxxx"...
Command: CWD /public_html/xxxxx
Response: 250 OK. Current directory is /public_html/xxxxx
Command: PWD
Response: 257 "/public_html/xxxxx" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (xx,xxx,xxx,xxx,xxx)
Command: MLSD
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Morecambe - Where the sun goes at night

User avatar
botg
Site Admin
Posts: 35539
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: IP requires whitelisting

#2 Post by botg » 2020-11-24 10:31

FTP uses multiple connections: A control connection to issue commands and receive replies, and individual data connections for each individual transfer.

Looks like there is no IP filtering on the control connection port.

Post Reply