RemoteGet (Method)

Return Value

(none)

Arguments

Parameter

Data Type

Meaning

LocalFile

String

Pathname of destination file on local client (use DOS format).

RemoteFile

String

Pathname of file to get from remote server (use server format).

Bin

Boolean

Specifies if transfer is in binary or ASCII form. Text files should use ASCII mode, while other files use binary.

True—Transfer as binary.

False—Transfer as ASCII.

Description

Copies a file from the remote server to the local client (PC) using a previously established connection (see RemoteConnect (Method)). This is similar to using FTP.