| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
FW: Specifying a IP address to curl
From: Sagar Saibi <sagar.saibi_at_patni.com>
Date: Fri, 4 Mar 2005 18:08:48 +0530
I wanted to download using the specified IP address.
The command line used earlier is:
The --interface option results into error. Here is the commandline and log
* About to connect() to webproxy port 80
~Sagar S
-----Original Message-----
On Fri, 4 Mar 2005, Sagar Saibi wrote:
> I want to download a web page with a specific IP (167.68.1.66).
You mean you want to fetch from that IP
curl http://167.68.1.66/
or use it as source-IP?
curl --interface 167.68.1.66 [URL]
> Using -p option to specify IP it gives me connection error.
-p enables proxytunnel. How would that help you?
> But if am I using -P option it downloads the web page.
-P enables FTP PORT. I don't see how that helps you either.
> And with the -v3 option it gives me the following log :
-v and -3 are two options.
> About to connect() to webproxy port 80
Different than what? Can you show us a full command line?
> Can somebody please confirm whether the -P option is using my specified IP
It does if you transfer with FTP and the given IP is the one you want the
--
Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
Dedicated custom curl help for hire: http://haxx.se/curl.html
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin_at_patni.com and delete this mail.
_____________________________________________________________________
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin_at_patni.com and delete this mail.
_____________________________________________________________________
Received on 2005-03-04
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info