Is this a misconfiguration, or a bug?

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
ReallyConfused
500 Command not understood
Posts: 4
Joined: 2010-03-22 10:21
First name: Mike

Is this a misconfiguration, or a bug?

#1 Post by ReallyConfused » 2010-03-22 10:32

See the JPG file at
http://www.repeater-builder.com/wa6ilq/ ... a-bug2.jpg

It shows up when connecting to the web server with FTP.

I'm at the top of the web server file structure, and several
directories deep on the local side.

/s/
A really confused Mike.

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Is this a misconfiguration, or a bug?

#2 Post by boco » 2010-03-22 12:26

Do you have sync'd browsing enabled in the Site Manager? And did you set a start directory (/) there?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

ReallyConfused
500 Command not understood
Posts: 4
Joined: 2010-03-22 10:21
First name: Mike

Re: Is this a misconfiguration, or a bug?

#3 Post by ReallyConfused » 2010-03-22 12:54

That fixed it...
Synced was enabled, but I had "/public_html/" for a directory.
Replacing it with "/" fixed it.

Thank you.

Mike

ReallyConfused
500 Command not understood
Posts: 4
Joined: 2010-03-22 10:21
First name: Mike

Re: Is this a misconfiguration, or a bug?

#4 Post by ReallyConfused » 2018-05-29 01:07

OK, eight years after my first problem, and now a new situation...

The log in appears to be successful but something prevents getting
a directory listing... then it tries a second time, then gives up.

Status: Resolving address of ftp.repeater-builder.com
Status: Connecting to 74.220.221.178:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Error: Server sent unsorted certificate chain in violation of the TLS specifications
Status: Verifying certificate...
Status: TLS connection established.
Command: USER wa6ilq
Response: 331 User wa6ilq OK. Password required
Command: PASS ***************
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: UTF8
Response: TVFS
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Data protection level set to "private"
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (74,220,221,178,163,242)
Command: MLSD
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
Status: Resolving address of ftp.repeater-builder.com

Then it repeats once, and then gives up.

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

Re: Is this a misconfiguration, or a bug?

#5 Post by botg » 2018-05-29 05:53

Most likely a firewall is interfering with the connection.

Please try https://ftptest.net/ to figure out whether it's a server-side problem or a client-side problem.

Post Reply