InfoConnect for Unisys
FTPServerOption Enumeration


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