Opened 20 years ago

Last modified 19 years ago

#519 closed Bug report

passive mode using ftp port different than 21

Reported by: anonymous Owned by:
Priority: normal Component: Other
Keywords: Cc: Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Bug in passive mode using ftp port different than 21

Filezilla Server v. 8.8 final
Filezilla Client v. 2.2.2

Follows log of 2 sesions first with port 2121 (not
working) and second with standard port 21 (works fine)

This is a Filezilla Client bug as same problem araises with
other FTP servers (IIS w/FTP service)

Attachment:

Using port 2121


Status: Connecting to ftp.xxx.com:2121 ...
Status: Connected with ftp.xxx.com:2121. Waiting for
welcome message...
Response: 220-FileZilla Server version 8.8 final
Response: 220-written by Tim Kosse
(Tim.Kosse@…)
Response: 220 Please visit
http://sourceforge.net/projects/filezilla/
Command: USER xxx
Response: 331 Password required for xxx
Command: PASS *
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/D:" is current directory.
Command: PASV
Response: 227 Entering Passive Mode
(80,35,176,11,4,35)
Command: TYPE A
Response: 200 Type set to A
Command: LIST
Error: Transfer channel can't be opened. Reason: No
se ha podido establecer conexión ya que el equipo de
destino ha denegado activamente dicha conexión.
Error: Could not retrieve directory listing
Response: 425 Can't open data connection.
Status: Disconnected from server
Bug in passive mode using ftp port different than 21

Greetings, secamela at terra dot es
Filezilla Server v. 8.8 final
Filezilla Client v. 2.2.2

Using port 21


Status: Connecting to ftp.xxx.com ...
Status: Connected with ftp.andalamierda.com. Waiting
for welcome message...
Response: 220-FileZilla Server version 8.8 final
Response: 220-written by Tim Kosse
(Tim.Kosse@…)
Response: 220 Please visit
http://sourceforge.net/projects/filezilla/
Command: USER xxx
Response: 331 Password required for xxx
Command: PASS *
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/D:" is current directory.
Command: PASV
Response: 227 Entering Passive Mode
(80,35,176,11,39,94)
Command: TYPE A
Response: 200 Type set to A
Command: LIST
Response: 150 Connection accepted
Response: 226 Transfer OK
Status: Directory listing successful
Command: PWD
Response: 257 "/D:" is current directory.

Change History (1)

comment:1 by Tim Kosse, 19 years ago

This bug report has been closed due to inactivity and has possibly
already been solved.

You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).

Note: See TracTickets for help on using tickets.