Establish communication with an FTP server under the user and password specified. If the user name is null, the anonymous user is connected.

Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalNumber Connect(
	SalString sServerName,
	SalNumber nServerPort,
	SalString sUserName,
	SalString sPassword
)

Parameters

sServerName
Type: PPJ.Runtime..::..SalString
nServerPort
Type: PPJ.Runtime..::..SalNumber
sUserName
Type: PPJ.Runtime..::..SalString
sPassword
Type: PPJ.Runtime..::..SalString

Return Value

See Also