Hi,
I tried to stack ftp mget commands within a script, but have found that it doesn't work... For example,
only retrieves test1* files, even though there are test2* files present. Is something syntactically wrong with this approach, or should I raher be doing
Thanks,
dora
I tried to stack ftp mget commands within a script, but have found that it doesn't work... For example,
Code:
mget test1*
mget test2*
only retrieves test1* files, even though there are test2* files present. Is something syntactically wrong with this approach, or should I raher be doing
Code:
mget test1* test2*
Thanks,
dora