Programming with FTP OLE Automation
LastErrorString property
Syntax |
Object.LastErrorString |
Data type |
String |
Returns the error text from the last command. Normally, LastErrorString returns an FTP client error value. Click here for a list of errors.
This property is read-only.
· Use LastError to return the error code.
· After you use the ExecuteFtpCommand method, the value of LastErrorString is the FTP server's return string. Click here for a list of list of standard FTP server replies.
None