Catalyst File Transfer .NET

FileTransfer.FileTransferType Enumeration

Specifies the type of file being transferred.

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

Members

Member Name Description
fileAscii The file being transferred is an ASCII text file. The characters the mark the end of a line (for example, a carriage return/linefeed pair under MS-DOS) are automatically converted to the format used by the target operating system.
fileEbcdic The file being transferred is a text file created using the EBCDIC character set. If a file is being copied to a remote system, the ASCII characters are automatically converted to EBCDIC. If the file is being retrieved from a remote system, the EBCDIC characters are automatically converted to ASCII.
fileImage The file is transferred without any modification. This is the default file transfer type, and should be used when transferring binary (non-text) data.
fileText The same value as fileAscii.
fileBinary The same value as fileImage.

Requirements

Namespace: SocketTools

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

See Also

SocketTools Namespace