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
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,12 +147,13 @@ global:
147
147
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
148
148
149
149
options:
150
-
-f, --force Overwrite existing file
151
-
-r, --recursive Download directory recursively, documents will be skipped
152
-
--path <path> Download path
153
-
--delete Delete remote file when download is successful
154
-
--no-progress Hide progress
155
-
--stdout Write file content to stdout
150
+
-f, --force Overwrite existing file
151
+
-r, --recursive Download directory recursively, documents will be skipped
152
+
--path <path> Download path
153
+
--delete Delete remote file when download is successful
154
+
--no-progress Hide progress
155
+
--stdout Write file content to stdout
156
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
156
157
```
157
158
158
159
#### Download all files and directories matching query
@@ -188,6 +189,7 @@ options:
188
189
--mime <mime> Force mime type
189
190
--share Share file
190
191
--delete Delete local file when upload is successful
192
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
191
193
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
192
194
```
193
195
@@ -205,6 +207,7 @@ options:
205
207
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
206
208
--mime <mime> Force mime type
207
209
--share Share file
210
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
208
211
--no-progress Hide progress
209
212
```
210
213
@@ -222,6 +225,7 @@ options:
222
225
--name <name> Filename
223
226
--no-progress Hide progress
224
227
--mime <mime> Force mime type
228
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
225
229
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
226
230
```
227
231
@@ -346,6 +350,7 @@ options:
346
350
--delete-extraneous Delete extraneous local files
347
351
--dry-run Show what would have been transferred
348
352
--no-progress Hide progress
353
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
367
373
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
368
374
```
369
375
@@ -409,10 +415,11 @@ global:
409
415
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
410
416
411
417
options:
412
-
-f, --force Overwrite existing file
413
-
--no-progress Hide progress
414
-
--stdout Write file content to stdout
415
-
--path <path> Download path
418
+
-f, --force Overwrite existing file
419
+
--no-progress Hide progress
420
+
--stdout Write file content to stdout
421
+
--path <path> Download path
422
+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
0 commit comments