29 lines
892 B
Markdown
Raw Normal View History

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