2
0

continue-at.d 624 B

12345678910111213141516
  1. Short: C
  2. Long: continue-at
  3. Arg: <offset>
  4. Help: Resumed transfer offset
  5. See-also: range
  6. Category: connection
  7. ---
  8. Continue/Resume a previous file transfer at the given offset. The given offset
  9. is the exact number of bytes that will be skipped, counting from the beginning
  10. of the source file before it is transferred to the destination. If used with
  11. uploads, the FTP server command SIZE will not be used by curl.
  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. If this option is used several times, the last one will be used.