Copies a file from an FTP server to the local machine. If nContext is greater than zero, an asynchronous process is started and status messages are send to the window. The nContext argument uniquely identifies the asynchronous process and is passed into the status messages in 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 GetFile(
	SalString sRemoteFile,
	SalString sLocalFile,
	SalBoolean bTransferBinary,
	SalNumber nContext
)

Parameters

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

Return Value

See Also