aboutsummaryrefslogtreecommitdiff
path: root/docs/README.curl
diff options
context:
space:
mode:
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