Click or drag to resize

ExtensionContainerSupports Method

Checks if the remote FTP server supports specified extension.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool Supports(
	FtpExtension extension
)

Parameters

extension
Type: Limilabs.FTP.ClientFtpExtension
Extensions to check (e.g. MLST)

Return Value

Type: Boolean
Retruns true if the specified extension is supported.
See Also