NET FTP Library
UseCCC Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : UseCCC Property
Issue a CCC (Clear Command Channel) after connecting with SSL. Required for some FTP Servers when using a NAT.
Syntax
'Declaration
 
Public Overridable Property UseCCC As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.UseCCC = value
 
value = instance.UseCCC
public virtual System.bool UseCCC {get; set;}
public read-write property UseCCC: System.Boolean; virtual; 
public function get,set UseCCC : System.boolean
public: __property virtual System.bool get_UseCCC();
public: __property virtual void set_UseCCC( 
   System.bool value
);
public:
virtual property System.bool UseCCC {
   System.bool get();
   void set (    System.bool value);
}
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

FTP Class
FTP Members