Click or drag to resize

IFTPInitialize Method (String, String, String)

Initiliaze the file transfer session using the default transfer port for the transmission protocol (e.g. 21 for FTP, 22 for SFTP)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Initialize(
	string hostName,
	string userID,
	string password
)

Parameters

hostName
Type: SystemString
The remote host name
userID
Type: SystemString
The user ID for the session
password
Type: SystemString
The password for the session
See Also