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