ClientGetListing Method

Gets a file/folder list on the specified path.

Definition

Namespace: DevCase.ThirdParty.FluentFTP
Assembly: DevCase.net48.ThirdParty.FluentFTP (in DevCase.net48.ThirdParty.FluentFTP.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FtpListItem[] GetListing(
	string directorypath,
	FtpListOption ftpListOption = 4
)

Parameters

directorypath  String
The ftp directory path.
ftpListOption  FtpListOption  (Optional)

[Missing <param name="ftpListOption"/> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.GetListing(System.String,FluentFTP.FtpListOption)"]

Return Value

FtpListItem

[Missing <returns> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.GetListing(System.String,FluentFTP.FtpListOption)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

FluentFTP

See Also