SmartFTP FTP Library
enumError Enumeration
IDL
enum enumError {
  ftpErrorSuccess = 0L,
  ftpErrorUnknown = 1L,
  ftpErrorBusy = 2L,
  ftpErrorNotConnected = 3L,
  ftpErrorTimeout = 4L,
  ftpErrorBadArguments = 5L,
  ftpErrorOutOfMemory = 6L,
  ftpErrorNotImplemented = 7L,
  ftpErrorNoOperation = 8L,
  ftpErrorPending = 9L,
  ftpErrorInternal = 10L,
  ftpErrorResolveHost = 11L,
  ftpErrorSocket = 12L,
  ftpErrorNotInit = 13L,
  ftpErrorAborted = 14L,
  ftpErrorWrongReply = 15L,
  ftpErrorNotClosed = 16L,
  ftpErrorLicense = 17L,
  ftpErrorSSL = 18L,
  ftpErrorMoreData = 19L,
  ftpErrorPaused = 20L,
  ftpErrorSettingMismatch = 21L,
  ftpErrorNotDisconnected = 22L,
  ftpErrorConnectionClosed = 23L,
  ftpErrorLocalFile = 24L,
  ftpErrorConnect = 25L,
  ftpErrorLogin = 26L,
  ftpErrorPortPasvWrongReply = 27L
};
Members

ftpErrorSuccess
No error.
ftpErrorUnknown
Unknown error.
ftpErrorBusy
The FTP library is busy executing another command.
ftpErrorNotConnected
Not connected and not logged in to remote server.
ftpErrorTimeout
Operation timed out.
ftpErrorBadArguments
Wrong arguments in function call.
ftpErrorOutOfMemory
Out of memory.
ftpErrorNotImplemented
Function not implemented.
ftpErrorNoOperation
No pending/running operation.
ftpErrorPending
Operation is in progress.
ftpErrorInternal
Internal error.
ftpErrorResolveHost
Cannot resolve host name.
ftpErrorSocket
Socket error.
ftpErrorNotInit
Object not initialized.
ftpErrorAborted
Operation aborted.
ftpErrorWrongReply
FTP Library expected another server reply.
ftpErrorNotClosed
Not closed. Call Close().
ftpErrorLicense
License error. Call LoadLicenseFromFile or LoadLicenseFromData.
ftpErrorSSL
SSL/TLS error.
ftpErrorMoreData
More data required to continue.
ftpErrorPaused
Operation paused.
ftpErrorSettingMismatch
Setting mismatch.
ftpErrorNotDisconnected
Not disconnected. Call Disconnect().
ftpErrorConnectionClosed
Connection closed.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.