NET SFTP Library
TransferMode Enumeration






KellermanSoftware.NetSFtpLibrary Namespace : TransferMode Enumeration
Determines if files are transferred as binary or ASCII
Syntax
'Declaration
 
Public Enum TransferMode 
   Inherits System.Enum
'Usage
 
Dim instance As TransferMode
public enum TransferMode : System.Enum 
public enum TransferMode = class(System.Enum)
public enum TransferMode extends System.Enum
__value public enum TransferMode : public System.Enum 
public enum class TransferMode : public System.Enum 
Members
MemberDescription
AsciiRemoteServerNotWindows During an upload the CR characters are removed before being transferred to the remote server. During a download if the local machine is detected to be a windows machine, CR characters will be added during the transfer. During a download if the local machine is detected not to be a windows machine, CR characters are removed during the transfer.
AsciiRemoteServerWindows During an upload CR characters will be added if needed before each LF character before being transferred to the remote server. During a download if the local machine is detected to be a windows machine, CR characters will be added during the transfer. During a download if the local machine is detected not to be a windows machine, CR characters are removed during the transfer.
Binary The transfer is performed in binary
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetSFtpLibrary.TransferMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetSFtpLibrary Namespace