FTP whole directories?

M

Mike C

I was wondering if there is anway to FTP whole directories. I want to
schedule FTP to downlaod an entire directory every night. I have tried
several 3rd party application with no luck. It seems windows FTP
command doesn't support wildcards.
 
T

the wharf rat

I was wondering if there is anway to FTP whole directories. I want to
schedule FTP to downlaod an entire directory every night. I have tried
several 3rd party application with no luck. It seems windows FTP
command doesn't support wildcards.


Try

ftp> mget *
 
M

Mike C

You will probably need to do the "prompt" command before mget.

ftp prompt (Turns off prompting for Yes or no for each file)
ftp mget *

Thanks. I got it working. The only issue I see is if there is a
glitch in connections, there is no recovery and you have to start over.
 

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

Top