Annotation of embedaddon/curl/docs/cmdline-opts/continue-at.d, revision 1.1.1.1

1.1       misho       1: Short: C
                      2: Long: continue-at
                      3: Arg: <offset>
                      4: Help: Resumed transfer offset
                      5: See-also: range
                      6: ---
                      7: Continue/Resume a previous file transfer at the given offset. The given offset
                      8: is the exact number of bytes that will be skipped, counting from the beginning
                      9: of the source file before it is transferred to the destination.  If used with
                     10: uploads, the FTP server command SIZE will not be used by curl.
                     11: 
                     12: Use "-C -" to tell curl to automatically find out where/how to resume the
                     13: transfer. It then uses the given output/input files to figure that out.
                     14: 
                     15: If this option is used several times, the last one will be used.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>