shithub: riscv

Download patch

ref: 3007ee80c31669679bfbf606d7bf68b32b73c8e3
parent: 79189ec2621e26b060ccb9d4a116a194bfe754ee
author: cinap_lenrek <[email protected]>
date: Fri Jan 11 05:00:28 EST 2013

hget(1): document restrictions for name@file with -m flag, fix examples, usage

--- a/sys/man/1/hget
+++ b/sys/man/1/hget
@@ -31,10 +31,10 @@
 ] [
 .B -g
 .I action
-] [
+|
 .B -p
 .I action
-] [
+|
 .B -m
 .I action
 ] [
@@ -167,6 +167,13 @@
 is interpreted as a file upload, with the information following the
 .B @
 symbol treated as the full path to the location of the file.
+For
+.B multipart/form-data
+uploads (see
+.B -m
+flag), the file has to be seekable as
+.IR file (1)
+is invoked to determine its mime type.
 .PP
 .I Urlencode
 is a helper program to URL encode and decode files. The
@@ -186,8 +193,8 @@
 edited and sent.
 .IP
 .EX
-% hpost -l http://p.intma.in
-/bin/hpost -l -u http://p.intma.in -p paste.cgi text:
+% hpost http://p.intma.in
+/bin/hpost -u http://p.intma.in -p paste.cgi text:
 .EE
 .PP
 Manually specify fields to be sent to a given
@@ -194,7 +201,7 @@
 .I url.
 .IP
 .EX
-% hpost -l -u http://p.intma.in -p paste.cgi text:'test post'
+% hpost -u http://p.intma.in -p paste.cgi text:'test post'
 .EE
 .PP
 Upload a file, print the resulting URL
@@ -209,11 +216,14 @@
 .br
 .B /sys/src/cmd/urlencode.c
 .SH "SEE ALSO"
-.IR webfs (4) ,
-.IR ftpfs (4)
+.IR webfs (4),
+.IR ftpfs (4),
+.IR file (1)
 .SH DIAGNOSTICS
 .I Hget
-requires 
+and
+.I hpost
+require
 .IR webfs (4)
 service mounted on
 .B /mnt/web