Click or drag to resize

EAPUtilFtpGetFileList Method (String, String, String, Boolean)

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,
	bool useSSL
)

Parameters

ftpPath
Type: SystemString
Remote path on FTP server
userID
Type: SystemString
Username for FTP Server
password
Type: SystemString
Password for FTP Server
useSSL
Type: SystemBoolean
Whether connection should use SSL

Return Value

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