NET FTP Library
EnableLogging() Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > EnableLogging Method : EnableLogging() Method
Log all FTP commands, responses, and exceptions to the console.
Syntax
'Declaration
 
Public Overloads Function EnableLogging() As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
value = instance.EnableLogging()
public System.bool EnableLogging()
public function EnableLogging(): System.Boolean; 
public function EnableLogging() : System.boolean;
public: System.bool EnableLogging(); 
public:
System.bool EnableLogging(); 
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
Overload List