![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with wget | vadharah | Shell Programming and Scripting | 2 | 03-30-2008 02:42 AM |
| wget help | djembeplayer | Shell Programming and Scripting | 0 | 04-06-2007 10:33 AM |
| Wget FTP problem! | mjdousti | UNIX for Advanced & Expert Users | 9 | 01-28-2007 02:58 PM |
| wget -r | photon | Shell Programming and Scripting | 1 | 10-08-2004 04:03 PM |
| wget to do ftp between different server | vanex | Shell Programming and Scripting | 1 | 11-30-2003 04:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Problem with wget
Hi,
I want to download some patches from SUN by using a script and I am using "wget" as the utillity for this. The website for downloading has a "https:" in its name as below https://sunsolve.sun.com/private-cgi/pdownload.pl?target=${line}&method=h and on running wget as below wget --http-user=${UserID} --http-passwd=${UserPWD} --proxy-user=${PROXYUSER} --proxy-passwd=${PROXYPASSWD} -nv "https://s unsolve.sun.com/private-cgi/pdownload.pl?target=${line}&method=h" -O ${DOWNLOADIR}/${line}.zip >> ${LOGFILE} 2>&1 I am getting error as https://sunsolve.sun.com/private-cgi...1-01&method=h: Unsupported scheme. Please help me find why the error is coming as Unsupported scheme. regards, Abhi |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|