IFTPInitialize Method (String, Int32, String, String, Int32, Int32) |
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,
int connectTimeoutMs,
int idleTimeoutMs
)
Sub Initialize (
hostName As String,
port As Integer,
userID As String,
password As String,
connectTimeoutMs As Integer,
idleTimeoutMs As Integer
)
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 - connectTimeoutMs
- Type: SystemInt32
Specify the timeout (in ms) for the initial connection - idleTimeoutMs
- Type: SystemInt32
Specify the timeout (in ms) for when a connection is deemed to be idle and will automaticallyy close
See Also