WinSCP FTP CWD doubled command
Hello,
I have a strange issue with WinSCP and a specific server.
Here is the log.
Any idea?
Thanks!
I have a strange issue with WinSCP and a specific server.
- The connection & navigation works fine with FileZilla.
- I already tried not passive, passive, force IP, etc.
- I get connected using WinSCP but when I move from
/
to a subdirectory/out
, the command is executed twice & my/out
content is never displayed:
. 2011-07-29 10:11:11.568 Changing directory to "/out". > 2011-07-29 10:11:11.568 CWD /out < 2011-07-29 10:11:11.615 250 "out" now current directory . 2011-07-29 10:11:11.615 Got reply 1 to the command 16 . 2011-07-29 10:11:11.615 Getting current directory name. > 2011-07-29 10:11:11.615 PWD < 2011-07-29 10:11:11.646 257 "out" is current directory . 2011-07-29 10:11:11.646 Got reply 1 to the command 16 . 2011-07-29 10:11:11.646 Retrieving directory listing... > 2011-07-29 10:11:11.646 CWD /out/out/ < 2011-07-29 10:11:11.662 550 /out/out/: No such file or directory . 2011-07-29 10:11:11.662 Could not retrieve directory listing . 2011-07-29 10:11:11.662 Got reply 4 to the command 2 * 2011-07-29 10:11:11.678 (ECommand) Error listing directory 'out'. * 2011-07-29 10:11:11.678 Could not retrieve directory listing * 2011-07-29 10:11:11.678 /out/out/: No such file or directory . 2011-07-29 10:11:29.865 Got reply 1004 to the command 2
Any idea?
Thanks!
. 2011-07-29 10:10:45.147 -------------------------------------------------------------------------- . 2011-07-29 10:10:45.147 WinSCP Version 4.3.4 (Build 1428) (OS 5.1.2600 Service Pack 3) . 2011-07-29 10:10:45.147 Configuration: HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\ . 2011-07-29 10:10:45.147 Login time: vendredi 29 juillet 2011 10:10:45 . 2011-07-29 10:10:45.147 -------------------------------------------------------------------------- . 2011-07-29 10:10:45.147 Session name: generix (Modified stored session) . 2011-07-29 10:10:45.147 Host name: 192.168.XXX.XXX (Port: 21) . 2011-07-29 10:10:45.147 User name: foouser (Password: Yes, Key file: No) . 2011-07-29 10:10:45.147 Tunnel: No . 2011-07-29 10:10:45.147 Transfer Protocol: FTP . 2011-07-29 10:10:45.147 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec . 2011-07-29 10:10:45.147 Proxy: none . 2011-07-29 10:10:45.147 FTP: FTPS: None; Passive: Yes [Force IP: No] . 2011-07-29 10:10:45.147 Local directory: D:\EDI, Remote directory: home, Update: No, Cache: No . 2011-07-29 10:10:45.147 Cache directory changes: No, Permanent: Yes . 2011-07-29 10:10:45.147 DST mode: 1 . 2011-07-29 10:10:45.147 -------------------------------------------------------------------------- . 2011-07-29 10:10:45.178 Connecting to 192.168.182.XXX ... . 2011-07-29 10:10:45.178 Connected with 192.168.182.XXX. Waiting for welcome message... < 2011-07-29 10:10:45.209 220 FTP says hello to unknown@XXX.XXX.XXX.XXX > 2011-07-29 10:10:45.209 USER foouser < 2011-07-29 10:10:45.225 331 Enter password > 2011-07-29 10:10:45.225 PASS ******** < 2011-07-29 10:10:45.256 230 Good Morning, foouser. > 2011-07-29 10:10:45.256 SYST < 2011-07-29 10:10:45.287 215 UNIX Type: L8 > 2011-07-29 10:10:45.287 FEAT < 2011-07-29 10:10:45.318 500 Unknown command FEAT . 2011-07-29 10:10:45.318 Connected . 2011-07-29 10:10:45.318 Got reply 1 to the command 1 . 2011-07-29 10:10:45.318 -------------------------------------------------------------------------- . 2011-07-29 10:10:45.318 Using FTP protocol. . 2011-07-29 10:10:45.318 Doing startup conversation with host. > 2011-07-29 10:10:45.318 PWD < 2011-07-29 10:10:45.350 257 "/" is current directory . 2011-07-29 10:10:45.428 Got reply 1 to the command 16 . 2011-07-29 10:10:45.428 Getting current directory name. . 2011-07-29 10:10:45.428 Retrieving directory listing... > 2011-07-29 10:10:45.428 TYPE A < 2011-07-29 10:10:45.443 200 Type set to ASCII > 2011-07-29 10:10:45.443 PASV < 2011-07-29 10:10:45.459 227 Entering Passive Mode (192,168,XXX,XXX,155,191) > 2011-07-29 10:10:45.459 LIST < 2011-07-29 10:10:45.506 150 Opening ASCII mode dataconnection for . . 2011-07-29 10:10:46.506 total 8 . 2011-07-29 10:10:46.553 drwx------ 2 h11ftp ediusers 20 Jul 27 13:48 .track . 2011-07-29 10:10:46.553 drwxr-xr-x 4 h11ftp ediusers 32 Jul 6 09:31 in . 2011-07-29 10:10:46.553 drwxr-xr-x 4 h11ftp ediusers 113 Jul 6 09:31 out . 2011-07-29 10:10:46.553 -rw-r--r-- 1 h11ftp ediusers 29 Mar 3 13:14 test.txt < 2011-07-29 10:10:46.553 226 252 bytes sent. Transfer complete. . 2011-07-29 10:10:46.553 Directory listing successful . 2011-07-29 10:10:46.553 Got reply 1 to the command 2 . 2011-07-29 10:10:46.553 Startup conversation with host finished. . 2011-07-29 10:11:11.568 Changing directory to "/out". > 2011-07-29 10:11:11.568 CWD /out < 2011-07-29 10:11:11.615 250 "out" now current directory . 2011-07-29 10:11:11.615 Got reply 1 to the command 16 . 2011-07-29 10:11:11.615 Getting current directory name. > 2011-07-29 10:11:11.615 PWD < 2011-07-29 10:11:11.646 257 "out" is current directory . 2011-07-29 10:11:11.646 Got reply 1 to the command 16 . 2011-07-29 10:11:11.646 Retrieving directory listing... > 2011-07-29 10:11:11.646 CWD /out/out/ < 2011-07-29 10:11:11.662 550 /out/out/: No such file or directory . 2011-07-29 10:11:11.662 Could not retrieve directory listing . 2011-07-29 10:11:11.662 Got reply 4 to the command 2 * 2011-07-29 10:11:11.678 (ECommand) Error listing directory 'out'. * 2011-07-29 10:11:11.678 Could not retrieve directory listing * 2011-07-29 10:11:11.678 /out/out/: No such file or directory . 2011-07-29 10:11:29.865 Got reply 1004 to the command 2 . 2011-07-29 10:11:29.865 Disconnected from server