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