RemotePut (Method)

Return Value

(none)

Arguments

Parameter

Data Type

Meaning

localFile

String

Pathname of file to send from the local client (use DOS format).

remoteFile

String

Pathname of destination file on the remote server (use server format).

bin

Boolean

Specifies if the file copy is binary or ASCII. Text files should use ASCII, while others should use binary.

True—Copy as binary

False—Copy as ASCII.

Description

Copies a file from the local client to the remote server using a previously established connection (see RemoteConnect (Method)). This is similar to using FTP.Production Reporting program files (*.SQR) are ASCII.Production Reporting compiled programs (*.SQT) are binary.