VintaSoftTwain Control v6.0
In This Topic
    enumFtpStatusCode Enumeration
    In This Topic
    Description
    Specifies available statuses of an image uploading process to FTP server.
    Members
    MemberValueDescription
    FTPSTATUSCODE_ConnectingToServer1Connecting to the server.
    FTPSTATUSCODE_CreatingDirectories5Creating necessary directories.
    FTPSTATUSCODE_DataTransferred10Data was transferred onto the server.
    FTPSTATUSCODE_GettingResponseToStoreCommand8Getting response onto STORE command.
    FTPSTATUSCODE_InitConnectionForTransfer6Initializing connection for transfer.
    FTPSTATUSCODE_LoggingOntoServer3Logging to the server.
    FTPSTATUSCODE_LoggingOut11Logging off from the server.
    FTPSTATUSCODE_None0FTP transfer is not working.
    FTPSTATUSCODE_OpeningControlChannel2Opening the control channel.
    FTPSTATUSCODE_SendingData9Sending data onto the server.
    FTPSTATUSCODE_SendingStoreCommand7Sending STORE command.
    FTPSTATUSCODE_SettingBinaryMode4Setting binary mode of transfer.
    FTPSTATUSCODE_TransferCompleted12Transfer completed.