mirror of
https://github.com/curl/curl.git
synced 2026-05-19 21:06:21 +03:00
As noticed by Kevin Roth, we shall not speak of root dir when it isn't
necessarily the root...
This commit is contained in:
parent
d9246ff24d
commit
93352e56d8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ SIMPLE USAGE
|
|||
|
||||
curl http://www.netscape.com/
|
||||
|
||||
Get the root README file from funet's ftp-server:
|
||||
Get the README file the user's home directory at funet's ftp-server:
|
||||
|
||||
curl ftp://ftp.funet.fi/README
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ SIMPLE USAGE
|
|||
|
||||
curl http://www.weirdserver.com:8000/
|
||||
|
||||
Get a list of the root directory of an FTP site:
|
||||
Get a list of a directory of an FTP site:
|
||||
|
||||
curl ftp://cool.haxx.se/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue