Download File by command line or tools

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello:

Due to the firewall rule doesn't allow dccess. Is it
possible to download a file from hhtp or ftp automatically?
I have try to use start ftp://xxx.xxx.xom/test.dat but it
will prompt for saving. It can't automatically download.

Thanks a lot!
 
-----Original Message-----
You can run ftp.exe from command line/batch/vbscript, using an input
file with the -s command line parameter:


Hello:

Due to the firewall doesn't allow direct FTP Traffic. So,
the command line ftp doesn't work!
 
Yes, it work on http. But how about FTP?

Yes, just use an ftp URL, like ftp://yourhost.com/somedir/somefile.txt

xml.Open "GET", URL, False, username, password

But if your firewall blocks ftp then this won't help either.
 
Back
Top