Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

File download using CURL

user641008Jul 18 2009 — edited Jul 20 2009
Hi there,

I'm trying to download the file(s) from external server. The protocol which i'm using is https, to download the file i'm using CURL utility but this utility is not downloading the file. Command which i'm using is
curl -k -u {user_name}:{password} url/{filename}
the url will look something like https://filetransfer.abc.com

I tried to list out the file at least but its not working curl -kl -u {user_name}:{password} {url}

Can some one please suggest me how to use curl for downloading the files.

Thanks in advance,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2009
Added on Jul 18 2009
6 comments
5,822 views