Casio IT-2000W User Manual

Page 244

Advertising
background image

244

Communication Commands

File Transmission (/S)

Function

This function transmits a file on the execution-side machine to the communication partner. If the

specified destination directory does not exist on the partner side, it will be automatically created.

Starting method

int argc = number of parameter arguments

char* argv = { "fl", "/S[Option]", "transmission file pathname"

[,"transmission file pathname"],

destination directory name"}

DoFlink(argc, argv)

Options

Option

Description

O (Overwrite)

Specification to forced overwrite a read-only file

R
(Recursive call)

Transfers all files under the directory specified by the
transmission file pathname.

Q (Quiet)

Non-display of the FLINK output message

H
(HT-HT communication)

Used to perform communication between two handy terminals
(execute the partner-side FLINK with idle start).

Transmission file pathname

 Specify the file on the transmission source by its full pathname.
 A wild card can be used for the file name.
 Multiple transmission file pathnames can be specified.

Destination directory name

 Specify the storage directory name on the communication partner.
 The last input parameter is assumed to be the storage destination directory name.
 The directory name must include the drive name.
 Enter "" as the delimiter of the directory name.

Example

"d:



"

(Specification of the root directory)

"d:



test



12



"

(Specification of the sub-directory)

"d:



test"

(Incorrect specification)

Advertising