aboutsummaryrefslogtreecommitdiff
path: root/docs/README.curl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-21 08:53:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-21 08:53:59 +0000
commit481871768bd052236b4cc70eb5bfec647f6dcf90 (patch)
tree0f72d734fc1666307496e1c1a9a4704786cb5a47 /docs/README.curl
parent43d75c5f3b8eeff1b07f789a8c710ee171abcfa2 (diff)
updated
Diffstat (limited to 'docs/README.curl')
-rw-r--r--docs/README.curl10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/README.curl b/docs/README.curl
index 32c116d35..31a62f325 100644
--- a/docs/README.curl
+++ b/docs/README.curl
@@ -497,6 +497,16 @@ FTP and firewalls
curl -P 192.168.0.10 ftp.download.com
+NETWORK INTERFACE
+
+ Get a web page from a server using a specified port for the interface:
+
+ curl --interface eth0:1 http://www.netscape.com/
+
+ or
+
+ curl --interface 192.168.1.10 http://www.netscape.com/
+
HTTPS
Secure HTTP requires SSL libraries to be installed and used when curl is