Problem getting Listing for UNIX Type: L8 Server - WeOnlyDo Discussion board

Problem getting Listing for UNIX Type: L8 Server (wodFtpDLX / wodFtpDLX.NET)

by dtw01, Friday, September 22, 2006, 21:47 (6423 days ago)

I'm currently have trouble listing files within a specific directory for a UNIX Type: L8 server. I know 3 files exist, because I can see them with 2 other Ftp tools.

Following are log files from those 2 other tools, and one with wodFtpDLX.net.


LogFile from CoreFtp

Welcome to Core FTP, release ver 1.3c, build 1447.4 (U) -- © 2003-2006
WinSock 2.0
Mem -- 2,096,620 KB, Virt -- 2,097,024 KB
Started on Friday September 22, 2006 at 14:32:PM
Connect socket #356 to 199.253.134.240, port 21...
220 stx2-533-prd FTP server starting...
USER ia10380
331 User ia10380 OK. Password required.
PASS **********
230 OK. Logged in
SYST
215 UNIX Type: L8
Keep alive off...
PWD
230 <virtual directory>
PORT 129,176,129,31,40,10
200 PORT command successful
LIST
150-Connecting to mailbox
150 Options: -l
226 3 matches total
Transferred 219 bytes in 0.016 seconds


LogFile using VB.NET & FtpWebRequest class

================================================================================
9/22/2006 2:37:24 PM MTPS_FTP (1.0.0.5) starting.
================================================================================
CommandLineArgs:
\Edisrv05serverapps$PRODMTPS_FTPMTPS_FTP.exe
9/22/2006 2:37:25 PM Successfully connected to CLMSQL02PROD
--------------------------------------------------------------------------------

Connecting to Site: AEL-DIA Settings: SSL=False PASV=False Binary=True

--------------------------------------------------------------------------------
Submitting FtpWebRequest : LIST /
--------------------------------------------------------------------------------
Receiving FtpWebResponse:
230 OK. Logged in
230 <virtual directory>
230 <virtual directory>
220 stx2-533-prd FTP server starting...
226 3 matches total
13310 Sep 19 2006 11:00:32 October_WebEx_Broadcast.htm
8034 Sep 19 2006 10:35:20 End_of_Contingency_for_Electronic_Remittance_Advice.htm
21214 Aug 21 2006 15:30:51 September_WebEx_Broadcast.htm


LogFile using VB.NET & wodFtpDLX.Net

================================================================================
9/22/2006 2:38:15 PM MTPS_FTP (1.0.0.5) starting.
================================================================================
CommandLineArgs:
D:Visual Studio ProjectsDTW01MTPS_FTP_With_wodFtpDLXMTPS_FTPinDebugMTPS_FTP.vshost.exe
9/22/2006 2:38:16 PM Successfully connected to CLMSQL51TEST
--------------------------------------------------------------------------------

Connecting to Site: AEL-DIA Settings: Protocol=FTP Port=21 PASV=True TransferMode=Binary

Connecting to server
stx2-533-prd FTP server starting...
Sending authentication data
USER ia10380 User ia10380 OK. Password required.
PASS ******** OK. Logged in
PWD <virtual directory>
Connected to server - idle
Setting transfer mode
TYPE A TYPE is now ASCII
Changing current directory
CWD <virtual directory>
Connected to server - idle
Total Files in DirItems structure = 0


Any idea what the problem may be?


Complete thread: