FTP to my site, then download a file?

D

Don I

Does anyone know of a way to write a batch file (or vbscript) that will
automatically ftp into an FTP account I have set up and download a file?

I'm trying to set up an off-site storage solution in which I'll back up my
pc's data files to an encrypted file (Steganos Safe) and put it in a
sub-folder that is available ONLY to my login account on my FTP site.

The next step would be to have my computer at work DL the file. That way if
there's ever a fire or at home, I won't lose all my data. This is the part
that I need help with.

Thanks.

Don
 
T

Torgeir Bakken \(MVP\)

Don said:
Does anyone know of a way to write a batch file (or vbscript) that will
automatically ftp into an FTP account I have set up and download a file?

I'm trying to set up an off-site storage solution in which I'll back up my
pc's data files to an encrypted file (Steganos Safe) and put it in a
sub-folder that is available ONLY to my login account on my FTP site.

The next step would be to have my computer at work DL the file. That way if
there's ever a fire or at home, I won't lose all my data. This is the part
that I need help with.
Hi

You can run ftp.exe from command line/batch/vbscript, using an input
file with the -s command line parameter:

http://groups.google.co.uk/groups?th=dc0c0f2ec58712ff

http://groups.google.co.uk/groups?th=d4a8746457a4297f
 
D

Don I

Thank you very much!

Torgeir Bakken (MVP) said:
Hi

You can run ftp.exe from command line/batch/vbscript, using an input
file with the -s command line parameter:

http://groups.google.co.uk/groups?th=dc0c0f2ec58712ff

http://groups.google.co.uk/groups?th=d4a8746457a4297f



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
 

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