summaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-02-22 16:24:24 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-02-22 16:24:24 +0000
commitc3d4a64679856d913eb70631d97ef7f1166a5ecd (patch)
tree41cfc2133f8bb0a7efb0424856c50c2125140d91 /lib/libfetch/fetch.3
parent1e8c55733fedff6eb89e3694804bce3225a0598a (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r--lib/libfetch/fetch.328
1 files changed, 18 insertions, 10 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 61651e328531..b0c3b1452519 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -332,8 +332,8 @@ will use a direct connection even if a proxy server is defined.
.Pp
If no user name or password is given, the
.Nm fetch
-library will attempt an anonymous login, with user name "ftp" and
-password "ftp".
+library will attempt an anonymous login, with user name "anonymous"
+and password "anonymous@<hostname>".
.Sh HTTP SCHEME
The
.Fn fetchXGetHTTP ,
@@ -483,7 +483,22 @@ URL.
.Sh SEE ALSO
.Xr fetch 1 ,
.Xr ftpio 3 ,
-.Xr ip 4 .
+.Xr ip 4
+.Rs
+.%A J. Postel
+.%A J. K. Reynolds
+.%D October 1985
+.%B File Transfer Protocol
+.%O RFC959
+.Re
+.Rs
+.%A P. Deutsch
+.%A A. Emtage
+.%A A. Marine.
+.%D May 1994
+.%T How to Use Anonymous FTP
+.%O RFC1635
+.Re
.Rs
.%A T. Berners-Lee
.%A L. Masinter
@@ -502,13 +517,6 @@ URL.
.%B Hypertext Transfer Protocol -- HTTP/1.1
.%O RFC2068
.Re
-.Rs
-.%A J. Postel
-.%A J. K. Reynolds
-.%D October 1985
-.%B File Transfer Protocol
-.%O RFC959
-.Re
.Sh HISTORY
The
.Nm fetch