Click or drag to resize

IFTPInitialize Method (String, Int32, String, String)

Initiliaze the file transfer session

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

Parameters

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