Click or drag to resize

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

Return Value

Type: ListFtpExtension
Extension list supported by the remote FTP server.
See Also