Click or drag to resize

EAPUtilFtpGetFileList Method (String, String, String)

Get List of files from given FTP Server

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string[] FtpGetFileList(
	string ftpPath,
	string userID,
	string password
)

Parameters

ftpPath
Type: SystemString
Remote path on FTP server
userID
Type: SystemString
Username for FTP Server
password
Type: SystemString
Password for FTP Server

Return Value

Type: String
Array of files in given remote FTP directory
See Also