NET FTP Library
Features Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : Features Method
Return a list of features supported by the FTP Server by issuing a FEAT command.
Syntax
'Declaration
 
Public Function Features() As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
value = instance.Features()
public System.string Features()
public function Features(): System.String; 
public function Features() : System.String;
public: System.string* Features(); 
public:
System.String^ Features(); 

Return Value

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