 | ExtensionContainerGetExtensions Method |
Gets all extensions supported by the remote FTP server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic List<FtpExtension> GetExtensions()
Public Function GetExtensions As List(Of FtpExtension)
public:
List<FtpExtension^>^ GetExtensions()
member GetExtensions : unit -> List<FtpExtension>
Return Value
ListFtpExtensionExtension list supported by the remote FTP server.
See Also