VintaSoftTwain Control v6.0
In This Topic
    enumFtpErrorCode Enumeration
    In This Topic
    Description
    Specifies available codes of errors which can occur during an image uploading process to FTP server.
    Members
    MemberValueDescription
    FTPERRORCODE_CannotGetInitialMessage3Error at getting the initial message from server.
    FTPERRORCODE_CannotOpenControlChannel2Error at opening the control channel.
    FTPERRORCODE_ErrorAtTransferringImageOntoServer15Error at transfering image to the server.
    FTPERRORCODE_ErrorInInputFileData7Error in image data.
    FTPERRORCODE_ErrorToCreatePathOnServer9Error at creating path on server.
    FTPERRORCODE_ErrorToGetRespnseOnLogOnCommandFromServer5Error at getting response onto LOGON command from server.
    FTPERRORCODE_ErrorToGetResponseOntoStoreCommand13Error at getting response onto STORE command.
    FTPERRORCODE_ErrorToInitDataSocket14Error at initializing data socket.
    FTPERRORCODE_ErrorToInitStoreCommand12Error at initializing the STORE command.
    FTPERRORCODE_ErrorToLoggingOnServer6Error at logging onto the server.
    FTPERRORCODE_ErrorToSendLogOnCommandToServer4Error at sending LOGON command to the server.
    FTPERRORCODE_ErrorToSetActiveTransferMode11Error at setting active transfer mode.
    FTPERRORCODE_ErrorToSetBinaryTransferMode8Error at setting binary transfer mode.
    FTPERRORCODE_ErrorToSetPassiveTransferMode10Error at setting passive transfer mode.
    FTPERRORCODE_IllegalLogOnType1Not correct logon type.
    FTPERRORCODE_OK0No errors.
    FTPERRORCODE_TransferCanceledByUser16Transfer is canceled by user.