V.Vorobyev
02-27-2006, 03:50 AM
task:
copy X1 .. Xn files from Y1 .. Yn dirs with Z1, Z2, Z3 as exclusions for X&Y
from remote host to localhost (sfxcl)
we have:
list of files/dirs to copy, file/dir masks (or other exclusions) and a stored session w/public key
solution:
create an array [XX1 .. XXm] where XX NOT IN (Z1..Z3) (i do it with Perl)
copy with sfxcl 1 file at a time OR N <= m files at a time using /s /A1 XX1 /s /A1 XX2 ... /s /A1 XXm
question:
1) is it possible (or will be - in future releases) to copy this list of files at once w/o "/s /A1" for each file?
2) is it possible (or will be - in future releases) to IMPORT list of files (AND local destination folders FOR EACH ) from TEXT FILE?
p.p.s. sorry for my english.
copy X1 .. Xn files from Y1 .. Yn dirs with Z1, Z2, Z3 as exclusions for X&Y
from remote host to localhost (sfxcl)
we have:
list of files/dirs to copy, file/dir masks (or other exclusions) and a stored session w/public key
solution:
create an array [XX1 .. XXm] where XX NOT IN (Z1..Z3) (i do it with Perl)
copy with sfxcl 1 file at a time OR N <= m files at a time using /s /A1 XX1 /s /A1 XX2 ... /s /A1 XXm
question:
1) is it possible (or will be - in future releases) to copy this list of files at once w/o "/s /A1" for each file?
2) is it possible (or will be - in future releases) to IMPORT list of files (AND local destination folders FOR EACH ) from TEXT FILE?
p.p.s. sorry for my english.