Click to See Complete Forum and Search --> : Batch files ?


anton
08-17-2001, 01:39 PM
Hello,

I need to make a batch file to download many files from different directories on the same ftp , but as that ftp allows only one connection per IP , I need to make something like batch file (p.s. I'm downloading with wget) ... so the next wget won't start until first finished ...

how would I do this ?

thanks :)