diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-27 23:51:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-27 23:51:05 +0000 |
commit | af06a0e497872541e3bb8f70dbdb9e81a6c36705 (patch) | |
tree | 1a5d2af88f34b1ca00509b74a0be741ce5c1e00d /docs | |
parent | 6e38cc9048a2ab2a28dca6cb357b091a3ee4317c (diff) |
document --tftp-blksize
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index c09d392ea..705b7fd42 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH curl 1 "10 July 2008" "Curl 7.19.0" "Curl Manual" +.TH curl 1 "28 November 2009" "Curl 7.20.0" "Curl Manual" .SH NAME curl \- transfer a URL .SH SYNOPSIS @@ -1181,6 +1181,14 @@ TTYPE=<term> Sets the terminal type. XDISPLOC=<X display> Sets the X display location. NEW_ENV=<var,val> Sets an environment variable. +.IP "--tftp-blksize <value>" +(TFTP) Set TFTP BLKSIZE option (must be >512). This is the block size that +curl will try to use when tranferring data to or from a TFTP server. By +default 512 bytes will be used. + +If this option is used several times, the last one will be used. + +(Added in 7.20.0) .IP "-T/--upload-file <file>" This transfers the specified local file to the remote URL. If there is no file part in the specified URL, Curl will append the local file name. NOTE that you |