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.26109.1248
Syntax
public bool Supports(
	FtpExtension extension
)

Parameters

extension  FtpExtension
Extensions to check (e.g. MLST)

Return Value

Boolean
Returns true if the specified extension is supported.
See Also