FTP to my site, then download a file?

  • Thread starter Thread starter Don I
  • Start date Start date
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
 
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
 
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
 
Back
Top