InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / FTPServerOption Enumeration


In This Topic
    FTPServerOption Enumeration
    In This Topic
    Options for specifying additional, non-default behavior for the FTPStartServer method
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum FTPServerOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FTPServerOption
    [Flags()]
    public enum FTPServerOption : System.Enum 
    Members
    MemberDescription
    AnonymousSpecifies that InfoConnect use anonymous FTP when performing transfers.
    NoLogInDialogSpecifies that no FTP Log In dialog appears if the FTP user name or password is not provided.
    NoneSpecifies no options.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.FTPServerOption

    See Also