NET FTP Library
Utf8Mode Enumeration






KellermanSoftware.NetFtpLibrary Namespace : Utf8Mode Enumeration
Utf8 command mode
Syntax
'Declaration
 
Public Enum Utf8Mode 
   Inherits System.Enum
'Usage
 
Dim instance As Utf8Mode
public enum Utf8Mode : System.Enum 
public enum Utf8Mode = class(System.Enum)
public enum Utf8Mode extends System.Enum
__value public enum Utf8Mode : public System.Enum 
public enum class Utf8Mode : public System.Enum 
Members
MemberDescription
None Not Send
SendAfterLogin Send after login
SendBeforeLogin Send before login
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetFtpLibrary.Utf8Mode

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.NetFtpLibrary Namespace