Copies a file from a local machine to an FTP server. If nContext is greater than zero, an asynchronous process is started and status messages are sent to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages through wParam.

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 PutFile(
	SalString sLocalFile,
	SalString sRemoteFile,
	SalBoolean bBinaryTransfer,
	SalNumber nContext
)

Parameters

sLocalFile
Type: PPJ.Runtime..::..SalString
sRemoteFile
Type: PPJ.Runtime..::..SalString
bBinaryTransfer
Type: PPJ.Runtime..::..SalBoolean
nContext
Type: PPJ.Runtime..::..SalNumber

Return Value

See Also