How to schedule a Downoload with user and password

scundida

New member
Hi Guys!

I need to schedule a download a file "http://www.example.com/file.mp3" with username and password protection.

Which is the command for download? how i can insert user name and password?

Thanks!
 
You can try this command:
dowbload http://USER:PASSWORD@www.example.com/file.mp3 C:\path\file.mp3

Change USER and PASSWORD to actual values.
 
Back
Top