Click or drag to resize

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()

Return Value

Type: ListString
Additional features supported by the remote server
See Also