Playstation 2 FTP server won't transfer directory listing
My gut feel is "LIST -a" isn't supported using uLaunchELF's embedded FTP server.
WinSCP log:
Session name: anonymous@192.168.1.7
Host name: 192.168.1.7 (Port: 21)
User name: anonymous (Password: Yes, Key file: No)
Tunnel: No
Transfer Protocol: FTP
Ping type: C, Ping interval: 30 sec; Timeout: 15 sec
Proxy: none
FTP: Passive: Yes
Local directory: default, Remote directory: home, Update: No, Cache: Yes
Cache directory changes: Yes, Permanent: Yes
DST mode: 1
--------------------------------------------------------------------------
Connecting to 192.168.1.7 ...
Connected with 192.168.1.7. Waiting for welcome message...
220 ps2ftpd ready.
USER anonymous
230 User logged in.
SYST
215 UNIX Type: L8
FEAT
500 Not understood.
Connected
--------------------------------------------------------------------------
Using FTP protocol.
Doing startup conversation with host.
PWD
257 "/"
Getting current directory name.
Retrieving directory listing...
TYPE A
200 Command successful.
PASV
227 Entering passive mode (192,168,1,7,16,16).
LIST -a
500 Unable to open directory.
Could not retrieve directory listing
(ECommand) Error listing directory '/'.
Could not retrieve directory listing
Unable to open directory.
Startup conversation with host finished.
150 Opening ASCII connection.
226 Command successful.
226 Command successful.
FileZilla Log (for comparison):
Status: Connecting to 192.168.1.7 ...
Status: Connected with 192.168.1.7. Waiting for welcome message...
Response: 220 ps2ftpd ready.
Command: USER anonymous
Response: 230 User logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 500 Not understood.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE A
Response: 200 Command successful.
Command: PORT 192,168,1,30,13,162
Response: 200 Command successful.
Command: LIST
Response: 150 Opening ASCII connection.
Response: 226 Command successful.
Status: Directory listing successful
Thanks!
-Tom
WinSCP log:
Session name: anonymous@192.168.1.7
Host name: 192.168.1.7 (Port: 21)
User name: anonymous (Password: Yes, Key file: No)
Tunnel: No
Transfer Protocol: FTP
Ping type: C, Ping interval: 30 sec; Timeout: 15 sec
Proxy: none
FTP: Passive: Yes
Local directory: default, Remote directory: home, Update: No, Cache: Yes
Cache directory changes: Yes, Permanent: Yes
DST mode: 1
--------------------------------------------------------------------------
Connecting to 192.168.1.7 ...
Connected with 192.168.1.7. Waiting for welcome message...
220 ps2ftpd ready.
USER anonymous
230 User logged in.
SYST
215 UNIX Type: L8
FEAT
500 Not understood.
Connected
--------------------------------------------------------------------------
Using FTP protocol.
Doing startup conversation with host.
PWD
257 "/"
Getting current directory name.
Retrieving directory listing...
TYPE A
200 Command successful.
PASV
227 Entering passive mode (192,168,1,7,16,16).
LIST -a
500 Unable to open directory.
Could not retrieve directory listing
(ECommand) Error listing directory '/'.
Could not retrieve directory listing
Unable to open directory.
Startup conversation with host finished.
150 Opening ASCII connection.
226 Command successful.
226 Command successful.
FileZilla Log (for comparison):
Status: Connecting to 192.168.1.7 ...
Status: Connected with 192.168.1.7. Waiting for welcome message...
Response: 220 ps2ftpd ready.
Command: USER anonymous
Response: 230 User logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 500 Not understood.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE A
Response: 200 Command successful.
Command: PORT 192,168,1,30,13,162
Response: 200 Command successful.
Command: LIST
Response: 150 Opening ASCII connection.
Response: 226 Command successful.
Status: Directory listing successful
Thanks!
-Tom