How do I get a one line error message Using Delphi DLL FTP2 eg:
Instead I get
ChilkatLog:
AsyncPutFile:
DllDate: Dec 13 2012
UnlockPrefix: SOFTWAFTP
Username: MAILSERVER:Admin
Architecture: Little Endian; 32-bit
Language: C++ Builder XE2
initialGreeting: 220-Welcome to my Server
220-
220 ICS FTP Server ready.
restartNext: 1
sizeCmdInner:
sizeCmdQP: SIZE /dsafebackftp/mailserver/Mailserver_d1_0001I0001.zip
sizeResponse: 550 Command failed: File not found.
--sizeCmdInner
SizeCommandForAppendRestart: Elapsed time: 0 millisec
ModeZ: 0
BinaryMode: 1
Active transfer mode
setupActiveDataSocket3:
Using ephemeral port range for Active data connection.
bindSockAddr: 0200 0000 0000 0000 0000 0000 0000 0000
Socket bind successful.
dataPort: 51306
MyIPv4: 192,168,1,22,200,106
SetupDataSocketTimeMS: 16
--setupActiveDataSocket3
SetupActiveDataSocket: Elapsed time: 16 millisec
command: APPE
PutFilename: [/dsafebackftp/mailserver/Mailserver_d1_0001I0001.zip]
Begin waiting to accept Active data connection...
DataConnectionReady: Elapsed time: 0 millisec
StorResponse: 150 APPE supported. Ready to append file "/dsafebackftp/mailserver/Mailserver_d1_0001I0001.zip" at offset 0.
ReceivedIntermediateResponse: Elapsed time: 0 millisec
SendBufferSize: 65536
Sending uncompressed...
lastBytesSent: 00000100010049000000BF0000000000
SentData: Elapsed time: 0 millisec
skipFinalReply: 0
readFtpControlChannelReply2:
receiveUntilMatchSb:
Timeout waiting to read socket or accept connection
timeoutMs: 60000
Failed to receive more bytes.
--receiveUntilMatchSb
Failed to read FTP response line..
--readFtpControlChannelReply2
FinalReply: Elapsed time: 65536 millisec
IdleTimeoutMs: 60000
NumBytesSent: 286
Failed to read 2nd APPE reply
remoteFtpFile: /dsafebackftp/mailserver/Mailserver_d1_0001I0001.zip
--AsyncPutFile
--ChilkatLog