Catalyst File Transfer .NET

FileTransfer.FileServerType Enumeration

Specifes the type of server that the client is connected to.

[Visual Basic]
Public Enum FileTransfer.FileServerType
[C#]
public enum FileTransfer.FileServerType

Members

Member Name Description
serverUnknown The server type has not been explicitly set. The server type will be automatically determined by the value of the remote file URL or the service port number specified by the value of the ServerPort property.
serverFtp The File Transfer Protocol is used when establishing a connection to the server.
serverHttp The Hypertext Transfer Protocol is used when establishing a connection to the server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FileTransfer (in SocketTools.FileTransfer.dll)

See Also

SocketTools Namespace | ServerType Property (SocketTools.FileTransfer)