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 Added: 4.8 10 --- 11 Continue/Resume a previous file transfer at the given offset. The given offset 12 is the exact number of bytes that will be skipped, counting from the beginning 13 of the source file before it is transferred to the destination. If used with 14 uploads, the FTP server command SIZE will not be used by curl. 15 16 Use "-C -" to tell curl to automatically find out where/how to resume the 17 transfer. It then uses the given output/input files to figure that out. 18 19 If this option is used several times, the last one will be used. 20