Click or drag to resize

EAPUtilFtpUpload Method (String, String, String, String)

Upload File using FTP Protocol to given FTP Server

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void FtpUpload(
	string ftpPath,
	string userID,
	string password,
	string fileName
)

Parameters

ftpPath
Type: SystemString
URI to FTP Server
userID
Type: SystemString
Username for FTP Server
password
Type: SystemString
Password for FTP Server
fileName
Type: SystemString
Name of file to upload
See Also