VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain.ImageUploading.Ftp Namespace / StatusCode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    StatusCode Enumeration
    In This Topic
    Specifies available statuses of an image uploading process to FTP server.
    Syntax
    'Declaration
    
    Public Enum StatusCode
       Inherits System.Enum
    
    
    public enum StatusCode : System.Enum
    
    
    __value public enum StatusCode : public System.Enum
    
    
    public enum class StatusCode : public System.Enum
    
    
    Members
    MemberDescription
    NoneFTP transfer is not working.
    ConnectingToServerConnecting to the server.
    OpeningControlChannelOpening the control channel.
    LoggingOntoServerLogging to the server.
    SettingBinaryModeSetting binary mode of transfer.
    CreatingDirectoriesCreating necessary directories.
    InitConnectionForTransferInitializing connection for transfer.
    SendingStoreCommandSending STORE command.
    GettingResponseToStoreCommandGetting response onto STORE command.
    SendingDataSending data onto the server.
    DataTransferredData was transferred onto the server.
    LoggingOutLogging off from the server.
    TransferCompletedTransfer completed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.ImageUploading.Ftp.StatusCode

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also