get and mv commands
Hi,
Considering following script:
option batch abort
option confirm off
open <SomeName>
cd /UNRATED
option transfer binary
get *.txt E:\DATA\SUPPLIERS\
mv *.txt /UNRATED/Archive/
close
exit
Will the "mv" command only move the files downloaded with the "get" command?
Or will it move also files that have been added in the meanwhile?
I explain myself:
Let's say I "get" 100 files.
After command finished executing, 1 more file is added in remote directory.
Will the "mv" move 100 or 101 files?
Thanx
Considering following script:
option batch abort
option confirm off
open <SomeName>
cd /UNRATED
option transfer binary
get *.txt E:\DATA\SUPPLIERS\
mv *.txt /UNRATED/Archive/
close
exit
Will the "mv" command only move the files downloaded with the "get" command?
Or will it move also files that have been added in the meanwhile?
I explain myself:
Let's say I "get" 100 files.
After command finished executing, 1 more file is added in remote directory.
Will the "mv" move 100 or 101 files?
Thanx