I am not able to get a directory listing from a Microsoft IIS FTP directory.
Here's the log from the session:
===
FlashFXP v3.1.10 build 1067 [BETA RELEASE]
Support Forums at
http://forum.flashfxp.com
WinSock 2.0 -- OpenSSL 0.9.7e 25 Oct 2004
[R] Connecting to 192.168.1.100 -> IP=192.168.1.100 PORT=21
[R] Connected to 192.168.1.100
[R] 220 Microsoft FTP Service
[R] USER anonymous
[R] 331 Anonymous access allowed, send identity (e-mail name) as password.
[R] PASS (hidden)
[R] 230 Anonymous user logged in.
[R] SYST
[R] 215 Windows_NT
[R] FEAT
[R] 500 'FEAT': command not understood
[R] PWD
[R] 257 "/" is current directory.
[R] TYPE A
[R] 200 Type set to A.
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,100,9,42).
[R] Opening data connection IP: 192.168.1.100 PORT: 2346
[R] LIST -al
[R] 125 Data connection already open; Transfer starting.
[R] 226 Transfer complete.
[R] List Complete: 44 bytes in 0.23 seconds (0.2 KB/s)
===
and here's the Raw directory listing:
==
02-16-2005 04:16AM <DIR> pub
==
and when I manually enter a CWD and refresh, I get the following Raw directory listing:
02-14-2005 07:22AM 9112103 ethereal-setup-0.10.9.exe
02-13-2005 04:55AM 3648674 ow32enen800b1.exe
If it helps, the Server is running on Windows XP Professional and the "FtpDirBrowseShowLongDate" metadata property is enabled.