NET FTP Library
Help Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : Help Method
Returns a list of supported commands on the FTP Server by issuing a HELP Command
Syntax
'Declaration
 
Public Function Help() As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
value = instance.Help()
public System.string Help()
public function Help(): System.String; 
public function Help() : System.String;
public: System.string* Help(); 
public:
System.String^ Help(); 

Return Value

Supported Commands
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