1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 07:55:28 +02:00
tldr/pages.ko/common/transfersh.md
코드싸이 0a970f1797
tldr: update Korean translation, common/t*: add Korean translation (#14645)
* common/t*: add Korean translation

* tldr: update Korean translation

* Update tcc.md

* Update pages.ko/common/tcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.ko/common/tar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tarsnap.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/transfersh.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/tuir.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/twine.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 13:29:00 +09:00

28 lines
831 B
Markdown

# transfersh
> 비공식적인 transfer.sh 명령줄 클라이언트.
> 더 많은 정보: <https://github.com/AlpixTM/transfersh>.
- 파일을 transfer.sh에 업로드:
`transfersh {{경로/대상/파일}}`
- 진행 표시줄을 보여주며 파일 업로드 (Python 패키지 `requests_toolbelt` 필요):
`transfersh --progress {{경로/대상/파일}}`
- 다른 파일 이름으로 파일 업로드:
`transfersh --name {{파일명}} {{경로/대상/파일}}`
- 사용자 지정 transfer.sh 서버에 파일 업로드:
`transfersh --servername {{업로드.서버.이름}} {{경로/대상/파일}}`
- 디렉터리의 모든 파일을 재귀적으로 업로드:
`transfersh --recursive {{경로/대상/폴더/}}`
- 특정 디렉터리를 압축되지 않은 tar로 업로드:
`transfersh -rt {{경로/대상/폴더}}`