Click or drag to resize

EAPUtilFtpGetFileContents Method (String, String, String, Boolean)

Retrieve information about file located on FTP Server

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string FtpGetFileContents(
	string ftpFileAndPath,
	string userID,
	string password,
	bool useSSL
)

Parameters

ftpFileAndPath
Type: SystemString
Remote path to file
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
FTP Response for information about remote file
See Also