| FtpFeat Method |
Returns the list of additional features supported by the remote server (FEAT command).
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public List<string> Feat()
Public Function Feat As List(Of String)
public:
List<String^>^ Feat()
member Feat : unit -> List<string>
Return Value
Type:
ListStringAdditional features supported by the remote server
See Also