Click or drag to resize

EAPUtilFtpGetFileContents Method (String, String, String)

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
)

Parameters

ftpFileAndPath
Type: SystemString
Remote path to file
userID
Type: SystemString
Username for FTP Server
password
Type: SystemString
Password for FTP Server

Return Value

Type: String
FTP Response for information about remote file
See Also