multiple pages: add korean translation (#3548)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5b34319212
commit
a451d973e8
24
pages.ko/common/axel.md
Normal file
24
pages.ko/common/axel.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# axel
|
||||
|
||||
> 가속기를 다운로드 하십시오. HTTP, HTTPS, FTP를 지원합니다.
|
||||
> 더많은 정보는: <https://github.com/axel-download-accelerator/axel>.
|
||||
|
||||
- 파일로 URL 다운로드:
|
||||
|
||||
`axel {{url}}`
|
||||
|
||||
- 다운로드 및 파일 이름 지정:
|
||||
|
||||
`axel {{url}} -o {{filename}}`
|
||||
|
||||
- 여러 연결로 다운로드:
|
||||
|
||||
`axel -n {{connections_num}} {{url}}`
|
||||
|
||||
- mirrors 검색:
|
||||
|
||||
`axel -S {{mirrors_num}} {{url}}`
|
||||
|
||||
- 다운로드 속도 제한 (초당 바이트):
|
||||
|
||||
`axel -s {{speed}} {{url}}`
|
Reference in New Issue
Block a user