245
Parameter setup examples
argc = 4
argv[] = {“fl” , ”/S” , ”a:
info
*.dat” , ”d:
data
”}
With this specification all files with a "DAT" extension under the "info" directory of the
drive A of the execution-side machine will be transferred to the "d:
data" directory on the
partner side.
argv = 4
argv[] = {“fl” , ”/SR” , ”a:
info
*.dat” , ”d:
data
”}
With this specification all files with a "DAT" extension under the "info" directory (including
the sub-directories) of the drive A of the execution-side machine will be transferred to the
"d:
data" directory on the partner side.