Tuesday, September 14, 2010

'wget' as way to download files

Need to download files from our Domino server by this path http://host/myfile.log, using MS DOS command?
You can try to use wget as one of possible way to do that.
here is an exmplae of DOS command:
wget.exe http://host/myfile.log
I've run this DOS command in my JS file (yes ActiveX is required for that), but anywhere it is quite interesting approach.

2 comments:

  1. It works really well with Amazon S3

    ReplyDelete
  2. I'm always torn back and forth between wget and curl
    :-) stw

    ReplyDelete