PASV problem / Failed to list directory

Report bugs or issues with Core FTP Server here
Post Reply
woisch
Posts: 1
Joined: Thu Apr 24, 2014 9:08 am

PASV problem / Failed to list directory

Post by woisch »

Hi,

i need to use pPASV mode for appliance. The problem i can't connect in PASV mode:

CoreFTP Activity Log

[#1] [20140424 11:04:10] [user] USER user success
[#1] [20140424 11:04:10] [user] PASS ********* success
[#1] [20140424 11:04:10] [user] SYST success
[#1] [20140424 11:04:10] [user] FEAT success
[#1] [20140424 11:04:10] [user] PWD success
[#1] [20140424 11:04:10] [user] CWD / success
[#1] [20140424 11:04:10] [user] PWD success
[#1] [20140424 11:04:10] [user] TYPE A success
[#1] [20140424 11:04:10] [user] PASV success
[#1] [20140424 11:04:10] [192.168.1.10] user disconnected

Filezilla Client Log

Status: Resolving address of servername
Status: Connecting to 192.168.1.111:21...
Status: Connection established, waiting for welcome message...
Response: 220 Core FTP Server Version 1.2, build 523, 64-bit Registered
Command: USER user
Response: 331 password required for user
Command: PASS ***********
Response: 230-Logged on
Response: 230
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory
Command: TYPE I
Response: 200 MODE set to I
Command: PASV
Error: Connection closed by server
Error: Failed to retrieve directory listing

With active mode its working. But the appliance i need do not support active mode.

In CoreFTP i only configured the "localhost" and a port range 50000 to 50010

Do i need more for PASV mode?

Cheers
woisch
Post Reply