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.26109.1248
Syntax
public List<string> Feat()

Return Value

ListString
Additional features supported by the remote server
See Also