FTPServerOption Enumeration
In This Topic
Options for specifying additional, non-default behavior for the FTPStartServer method.
Syntax
<System.FlagsAttribute()>
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("500AC9CF-AF22-4606-9B82-6522CB24140D")>
Public Enum FTPServerOption
Inherits System.Enum
Members
Member | Description |
Anonymous | Specifies that Reflection use anonymous FTP when performing transfers. |
NoLogInDialog | Specifies that no FTP Log In dialog appears if the FTP user name or password is not provided. |
None | Specifies no options. |
See Also