You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy files to the local file system. Files that fail the CRC check may be copied with the -ignorecrc option. Files and CRCs may be copied using the -crc option.
333
+
Copy files to the local file system. Files that fail the CRC check may be copied with the -ignoreCrc option. Files and CRCs may be copied using the -crc option.
334
334
335
335
Options:
336
336
337
337
*`-p` : Preserves access and modification times, ownership and the permissions.
338
338
(assuming the permissions can be propagated across filesystems)
339
339
*`-f` : Overwrites the destination if it already exists.
340
-
*`-ignorecrc` : Skip CRC checks on the file(s) downloaded.
340
+
*`-ignoreCrc` : Skip CRC checks on the file(s) downloaded.
341
341
*`-crc`: write CRC checksums for the files downloaded.
342
342
*`-t <thread count>` : Number of threads to be used, default is 1.
343
343
Useful when downloading directories containing more than 1 file.
0 commit comments