270
Note:
If the terminal (reception) side has a file with the identical name, this command will forcibly
overwrite that file. However, this overwrite operation is not unconditional. This command first
creates a temporary file in the disk of the terminal, then it overwrites the file after transmission has
been completed. This is a safety measure to protect the original file from, for example, a file
transmission failure. Accordingly, if the host side has a file with the identical name, there must be
enough space on the disk to store the transmission-side transmission file. If there may not be
sufficient disk space, files on the terminal side should be deleted in advance.
Example of specifications
FLINK /R A: TEST *.DAT
D: TEST2 *.* B: CHECK This transfers all files that are in "A: TEST" and that have a
"DAT" extension, and all files included in "D: TEST2"
from the host to "B: CHECK" on the terminal.
FLINK /RR A: TEST *.DAT
D: TEST2 *.* B: CHECK This transfers all files that are in "A: TEST" (including the
sub-directory) and that have a "DAT" extension, and all files
included in "D: TEST2" (including the sub-directory) from
the host to "B: CHECK" on the terminal.