View Single Post
Old 08-15-2001, 12:48 AM  
Rivux
Confirmed User
 
Join Date: May 2001
Location: Ontario, Canada
Posts: 1,026
Unless you have ftp access to the site, then you cannot download a file from the net from the command line using standard Win9x programs.

If you DO have ftp access, then everything is fine and easy, you can write something like in a batch file.

ftp ftp.mysite.com
myusername
mypassword
cd path
get filename C:\dir
exit

Rivux is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote