continue-at.d 664 B

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