FTP

  • Thread starter Thread starter systemtek
  • Start date Start date
S

systemtek

Hi All

Does anyone know in ftp in dos (under xp) how to use the GET command to
transfer all files in a directory ? or all files with a certain
extension ? Tried various ways but cant get it to work.

Thanks
 
Never used MGET before, only ever used GET in the past will give that a
go and post here how i get on.

Thanks
 
Hi All

Does anyone know in ftp in dos (under xp) how to use the GET
command to transfer all files in a directory ? or all files with a
certain extension ? Tried various ways but cant get it to work.

Thanks

It can't be done using the "GET" command.
Try using the "MGET" command.
You may want to issue the PROMPT command first.

HTH,
John
 
Thanks problem sorted now did it as follows :

mget back*.sql

To get all files that start with back and end in .sql.

Thanks all...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top