Corrected curl manpage example error

This commit is contained in:
Sebastian Lohff 2012-06-22 13:55:21 +02:00
parent 4567570962
commit 4a9cae2731
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ servefile \-u dir/
.PP
Uploading file foo as bar to servefile via command line:
.PP
curl \-X PUT http://ip:port/bar \-d @foo
curl \-X POST http://ip:port/bar \-d @foo
curl \-X PUT http://ip:port/bar \-\-data-binary @foo
curl \-X POST http://ip:port/bar \-\-data-binary @foo
wget http://ip:port/bar \-\-post-file=foo
.PP
Serving a on the fly generated tar.gz file of a directory: