Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: 11102 error, then 226 transfer complete status
Glenn Carr

From: Tulsa, OK USA
Posts: 42
Member Since: 08/21/02
posted February 20, 2004 5:50 PM

One of our customers is receiving the following error when downloading a file (this if from our software's log file):

---------------------------------
_IFtpEvents->Progress( FtpCmd = 14, Status = 1, Reply = "150 Opening ASCII mode data connection for /JAGDPEAK/SDISETUPP.", Count = 0, Size = 0 )

_IFtpEvents->Error: 11102, Description: An error occured while performing a File I/O operation.

_IFtpEvents->Progress( FtpCmd = 14, Status = 0, Reply = "226 Transfer complete.", Count = 0, Size = 0 )
---------------------------------

Any pointers as to what the problem could be?

Thanks,
Glenn
Glenn Carr

From: Tulsa, OK USA
Posts: 42
Member Since: 08/21/02
posted February 20, 2004 5:54 PM

Following is a more complete log. 

Another question, is the 11103 error (Session aborted) occurs when a Login() is first called. Is this expected?

--------------------------
_IFtpEvents->Error: 11103, Description: Session aborted.
_IFtpEvents->State: State = tcpClosed
_IFtpEvents->State: State = tcpConnecting
_IFtpEvents->State: State = tcpConnected
Recd: 220 <<<CONNECT:Enterprise for UNIX 1.3.01 Secure FTP>>> at goahp85 FTP server ready. Time = 09:06:46
_IFtpEvents->Progress( FtpCmd = 8, Status = 0, Reply = "220 <<<CONNECT:Enterprise for UNIX 1.3.01 Secure FTP>>> at goahp85 FTP server ready. Time = 09:06:46", Count = 0, Size = 0 )
Sent: USER JAGDPEAK
Recd: 331 Password required for JAGDPEAK.
_IFtpEvents->Progress( FtpCmd = 1, Status = 0, Reply = "331 Password required for JAGDPEAK.", Count = 0, Size = 0 )
Sent: PASS *******
Recd: 230 CONNECT:Enterprise for UNIX login ok, access restrictions apply.
_IFtpEvents->Progress( FtpCmd = 2, Status = 0, Reply = "230 CONNECT:Enterprise for UNIX login ok, access restrictions apply.", Count = 0, Size = 0 )
Sent: SIZE /JAGDPEAK/SDISETUPP
Recd: 550 Operation is not supported under CONNECT:Mailbox FTP server.
_IFtpEvents->Progress( FtpCmd = 34, Status = 2, Reply = "550 Operation is not supported under CONNECT:Mailbox FTP server.", Count = 0, Size = 0 )
Sent: PORT 192,168,6,72,4,158
Recd: 200 PORT command successful.
_IFtpEvents->Progress( FtpCmd = 9, Status = 1, Reply = "200 PORT command successful.", Count = 0, Size = 0 )
Sent: RETR /JAGDPEAK/SDISETUPP
Recd: 150 Opening ASCII mode data connection for /JAGDPEAK/SDISETUPP.
_IFtpEvents->Progress( FtpCmd = 14, Status = 1, Reply = "150 Opening ASCII mode data connection for /JAGDPEAK/SDISETUPP.", Count = 0, Size = 0 )
_IFtpEvents->Error: 11102, Description: An error occured while performing a File I/O operation.
Recd: 226 Transfer complete.
_IFtpEvents->Progress( FtpCmd = 14, Status = 0, Reply = "226 Transfer complete.", Count = 0, Size = 0 )
--------------------------
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted February 20, 2004 7:10 PM

The 11102 error means that a file IO error occurred. It sounds like the could not be written.

The 11103 error looks like the abort that we would call if you called login while still logged in.
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX