PowerTCP FTP for .NET
FileType Enumeration



Enumerates the supported file transfer types.
Syntax
Public Enum FileType 
   Inherits System.Enum
Dim instance As FileType
public enum FileType : System.Enum 
public enum class FileType : public System.Enum 
Members
MemberDescription
Ascii Host "newline" characters are transformed to/from CR/LF pairs by the server.
Ebcdic Data is represented as 8-bit EBCDIC characters.
Image An exact binary image of the file is to be copied.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Ftp.FileType

See Also

Reference

Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic