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.26109.1248
Syntax
public List<FtpExtension> GetExtensions()

Return Value

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