mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 21:44:58 +02:00
commit
23dec7ebd8
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
||||||
- FTP download with username and password:
|
- FTP download with username and password:
|
||||||
|
|
||||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
||||||
|
|
||||||
|
- Retry a given number of times if the download doesn't succeed at first:
|
||||||
|
|
||||||
|
`wget -t {{number_of_retries}} {{url}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue