Sponsored Content
Full Discussion: Wget-403-Forbidden-Error
Top Forums Shell Programming and Scripting Wget-403-Forbidden-Error Post 302919852 by jacobs.smith on Saturday 4th of October 2014 10:17:26 PM
Old 10-04-2014
Quote:
Originally Posted by Corona688
It simply cannot be accessed from here. DNS returns nothing. Very very strange.

If it's somehow valid where you are, you could try playing with the referer settings:

Code:
wget --referer=http://www.dli.gov.in/ -U netscape

...which should pretend a little more to be a web browser and not a mining robot.

But actually, it would be simpler to go to http://www.dli.gov.in/data6/upload/0159/808/PTIFF/ in your browser and save that webpage, and get all the URL's from there.
Corona,

Actually only the tif files are made public. All the above folders are forbidden. Smilie

Could you please comment on the above for loop request?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

403 Error in Apache?

I have installed Apache lots of times before. I have recently installed apache on FreeBSD. And it gives me all the time 403 Frobidden - you don't have permittion to access / directory. I have checked permitions. I've got -rwxrwxr-x for for all Apache DocumentRoot. I've checked Files directive in... (6 Replies)
Discussion started by: solvman
6 Replies

2. Linux

Apache Forbidden Error

When i go to my browser and type both localhost or the ip, i get Forbidden, you do not have permission to access / on this machine Whys that ? (1 Reply)
Discussion started by: perleo
1 Replies

3. 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

4. Web Development

403 Forbidden / show directories

I have a directory that I want to just list the items when going to the URL instead of having an index.html page in the folder. I keep getting a 403 forbidden even though it is in my document root. I tried to add: Alias /keys/ "/var/www/html/keys/" <Directory "/var/www/html/keys"> ... (6 Replies)
Discussion started by: ippy98
6 Replies

5. 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

6. Web Development

Change internally 403 Error to 404 Error

I have the htaccess file within the folder in the domain I want to deny access to all users, execept one IP, after that redirects Error 403 resulting to a 404 error custom html page as shown below. # Restringting access! deny from all allow from 204.127.111.105 # Example of allowed IP... (1 Reply)
Discussion started by: cgkmal
1 Replies

7. UNIX for Dummies Questions & Answers

wget error

Hello I am getting the following error please help me out as why I am unable to get wget command right. oracle@host:/home/oracle>wget /usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code) from wget Abort(coredump) Thanks (15 Replies)
Discussion started by: ronick11
15 Replies

8. Web Development

forbidden error when accessing file(s) on a unix filesystem

greetings, i was recently asked to install apache1.3.31 on an aix5.3 server so users could have access to their output files. these two directories are nfs filesystems served by a netapp filer mounted on the aix machine. i've made no changes to the apache config and it's running as it came out of... (0 Replies)
Discussion started by: crimso
0 Replies

9. UNIX for Dummies Questions & Answers

Script to if webpage is: forbidden, Error...

I have a file with about 29,000 website names. I would like to find a script that would test if each website name is current/active or not. If not it should check if the page is: Forbidden, 404 Error... (1 Reply)
Discussion started by: dcovnton
1 Replies

10. Web Development

Directory index forbidden by Options directive error on specific directory with indexing disabled

I am seeing the following error appear numerous times in my Apache error log: I have my Apache config configured as below, so I would expect indexing not to occur on this directory as it falls under the parent /web directory. Strangely all the IP address, including this example, all... (5 Replies)
Discussion started by: crmpicco
5 Replies
LFC-DLI-CLIENT(1)						   User Commands						 LFC-DLI-CLIENT(1)

NAME
lfc-dli-client - lists the replicas for a given LFN, GUID via the DLI Interface SYNOPSIS
lfc-dli-client [ --endpoint endpoint ] [ -h || --help ] [ -v || --verbose ] logical file DESCRIPTION
lcg-dli-client lists the replicas for a given LFN or GUID using the Data Location Interface (DLI) Web service for a LFC Server. logical file a URI which specifies the Logical File Name ( lfn: ) or the Grid Unique IDentifier ( guid: ). endpoint specifies a web service endpoint to connect to. This consists of a http URL with a hostname and an optional port number. An example is http://lfc-dteam.cern.ch:8085/ NOTE
The environment variable LFC_HOST may be set instead of specifying an endpoint to use. Also, DLI_PORT may be used if the DLI is running on a non-standard port. If DLI_PORT is not specified, the client defaults to port 8085. EXAMPLE
lfc-dli-client -e http://lfc-dteam-test:8085/ lfn:/grid/dteam/dli-test sfn://lxb1533.cern.ch/storage//dteam/generated/2005-12-05/ filed88f9c0b-1fba-40a4-b20e-66866d757643 srm://lxb0724.cern.ch/pnfs/cern.ch/data/dteam/generated/ 2005-12-05/file9fd93cae-6400-4798-b4e9-2605bf31a7ff srm://lxb1921.cern.ch/dpm/cern.ch/home/dteam/generated/ 2005-12-05/file73c497d2-deed-46c8-b747-cda06c7708cb EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
lcg_util(3), lcg-lr(3), lfc-dli(3) LCG
$Date: 2005/12/05 15:47:44 $ LFC-DLI-CLIENT(1)
All times are GMT -4. The time now is 11:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy