TransferProtocolOption Enumeration
In This Topic
Specifies the type of file being transferred.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("FC6E2ED4-FD88-43fb-B3A5-CFEF7EF7F44D")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum TransferProtocolOption
Inherits System.Enum
Members
Member | Description |
Ftp | Specifies FTP as the default protocol. |
Kermit | Specifies Kermit as the default protocol. |
Wrq | Specifies WRQ/Reflection as the default protocol. |
XModem | Specifies Xmodem as the default protocol. |
ZModem | Specifies Zmodem as the default protocol. |
See Also