Skip to content
Snippets Groups Projects
Commit af06a0e4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

document --tftp-blksize

parent 6e38cc90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment