wget error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers wget error
# 8  
Old 02-20-2012
You would have to give us your platform and OS version to help you here...
e.g:
Code:
#AIX 6.1:
n12:/prd/users/prod $ ll /usr/bin/wget
lrwxrwxrwx    1 root     system           27 Sep 24 2009  /usr/bin/wget -> ../../opt/freeware/bin/wget
#HP-UX 11.11:
ant:/home/vbe $ ll /usr/bin/wget
lrwxr-xr-x   1 root       sys             19 May 28  2009 /usr/bin/wget -> /usr/local/bin/wget
...

# 9  
Old 02-20-2012
oracle@host:/home/oracle>uname -a
HP-UX host B.11.11 U 9000/800 716343248 unlimited-user license

oracle@host:/home/oracle>ll /usr/local/bin/wget
-rwxr-xr-x 1 root sys 274432 Oct 25 2005 /usr/local/bin/wget
# 10  
Old 02-20-2012
Code:
ant:/home/vbe $ uname -a
HP-UX ant B.11.11 U 9000/800 168921511 unlimited-user license
ant:/home/vbe $ what /usr/local/bin/wget
/usr/local/bin/wget:
        $Revision: 92453-07 linker linker crt0.o B.11.66 080610 $

# 11  
Old 02-20-2012
oracle@host:/home/oracle>what /usr/local/bin/wget
/usr/local/bin/wget:
$Revision: 92453-07 linker linker crt0.o B.11.43 050125 $
# 12  
Old 02-20-2012
Are you root?
For I would just try to create the link in /usr/bin (look at post #8 ) and see if that is all it is missing...
# 13  
Old 02-20-2012
I am NOT root and there is NO symbolic link like in the post #8.
# 14  
Old 02-20-2012
That is why I suggest it being created, only you have to be root on an HP-UX to be able to write something in /usr/bin...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Unable to connect only when using wget with 400 bad request error

Hi I have a proxy configured on my ubuntu o.s. running on vmware player, but when trying to wgetDownload Nagios Core from SourceForge.net, I have the following error: failed: Connection refused I have check on the web, they ask me to run sudo ufw status, but the output is enabled, so what... (0 Replies)
Discussion started by: fretagi
0 Replies

2. Shell Programming and Scripting

Wget - working in browser but cannot download from wget

Hi, I need to download a zip file from my the below US govt link. https://www.sam.gov/SAMPortal/extractfiledownload?role=WW&version=SAM&filename=SAM_PUBLIC_MONTHLY_20160207.ZIP I only have wget utility installed on the server. When I use the below command, I am getting error 403... (2 Replies)
Discussion started by: Prasannag87
2 Replies

3. Shell Programming and Scripting

Wget-403-Forbidden-Error

Hi Friends, I did an extensive search over the internet and tried all possible solutions that were recommended, but couldn't figure this out. Please see this link http://www.dli.gov.in/data6/upload/0159/808/PTIFF/00000007.tif It works. But, when I try the following command wget -r... (7 Replies)
Discussion started by: jacobs.smith
7 Replies

4. UNIX for Dummies Questions & Answers

Wget help

How can I download only *.zip and *.rar files from a website <index> who has multiple directories in root parent directory? I need wget to crawl every directory and download only zip and rar files. Is there anyway I could do it? (7 Replies)
Discussion started by: galford
7 Replies

5. UNIX for Dummies Questions & Answers

Wget retry on 500 internal error

Hello Guys, I am trying to generate static site, I have perl script that wget the url, so the problem is sometimes wget has 500 internal error, this is failing to get that page. So I am thinking of retrying that url with 500 response. system $command = 'wget ... -i inputfile -o outfile" Is... (2 Replies)
Discussion started by: neal
2 Replies

6. Shell Programming and Scripting

Wget error while downloading from https website

Hi, I would like to download a file from a https website. I don't have the file name as it changes every day. I am using the following command: wget --no-check-certificate -r -np --user=ABC --password=DEF -O temp.txt https://<website/directory> I am getting followin error in my... (9 Replies)
Discussion started by: pinnacle
9 Replies

7. Shell Programming and Scripting

IFrames error using wget

Hi all, I am trying to connect to a apache server via wget, to automatically download and manipulate few reports. wget -O partner_log --user-agent='Mozilla/5.0' --keep-session-cookies --save-cookies partner_cookies --no-check-certificate site requires a certificated but only getting the... (0 Replies)
Discussion started by: valigula
0 Replies

8. Solaris

HTTP error while downloading solaris patches using wget

Hello, I am getting a HTTP error while downloading solaris patches using wget. 'Downloading unsigned patch 113096-03. --2010-06-18 03:51:15-- http://sunsolve.sun.com/pdownload.pl?target=113096-03&method=h Resolving sunsolve.sun.com (sunsolve.sun.com)... 192.18.108.40 Connecting to... (5 Replies)
Discussion started by: sunny_a_j
5 Replies

9. Shell Programming and Scripting

Wget-Forbidden error

Hi , I am using shell script to connect to a https site and download all the files in a directory. eg: wget --no-check-certificate -r -np --user=<username> --password=<passwd> -O temp.txt https:<website>/<dirname> Error : HTTP request sent, awaiting response... 403 Forbidden 07:40:20... (0 Replies)
Discussion started by: mohanpadamata
0 Replies

10. UNIX for Dummies Questions & Answers

wget error

I'm trying to download / install mysql from the terminal. Here is what happens when I try to use wget: $ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-community-5.1.35-0.rhel3.i386.rpm/from/ftp://mirror.anl.gov/pub/mysql/ --13:29:16-- ... (6 Replies)
Discussion started by: wsetchell
6 Replies
Login or Register to Ask a Question