File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / continue-at.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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>