1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 12:35:23 +02:00
tldr/pages.ko/common/mktorrent.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

1.1 KiB

mktorrent

BitTorrent 메타정보 파일 생성. 더 많은 정보: https://github.com/Rudde/mktorrent.

  • 조각 크기를 2^21 KB로 설정하여 토렌트 생성:

mktorrent -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}

  • 조각 크기를 2^21 KB로 설정하여 개인 토렌트 생성:

mktorrent -p -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}

  • 주석이 포함된 토렌트 생성:

mktorrent -c "{{주석}}" -a {{트래커_발표_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}

  • 여러 트래커가 포함된 토렌트 생성:

mktorrent -a {{트래커_발표_URL,트래커_발표_URL_2}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}

  • 웹 시드 URL이 포함된 토렌트 생성:

mktorrent -a {{트래커_발표_URL}} -w {{웹_시드_URL}} -l {{21}} -o {{경로/대상/예시.torrent}} {{경로/대상/파일_또는_폴더}}