ClientGetNameListing Method

Returns a file/directory listing using the NLST command.

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 string[] GetNameListing(
	string directorypath
)

Parameters

directorypath  String
The directory path on the FTP.

Return Value

String

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

Remarks

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

FluentFTP

See Also