diff --git a/pages.ko/common/deluge.md b/pages.ko/common/deluge.md new file mode 100644 index 0000000000..2108528eca --- /dev/null +++ b/pages.ko/common/deluge.md @@ -0,0 +1,20 @@ +# deluge + +> BitTorrent 클라이언트 명령어. +> 더 많은 정보: . + +- 토렌트 다운로드: + +`deluge {{url|마그넷|경로/파일명}}` + +- 특정 구성 파일을 사용하여 토렌트를 다운로드하십시오: + +`deluge -c {{경로/구성_파일}} {{url|마그넷|경로/파일명}}` + +- 토렌트를 다운로드하고 지정된 사용자 인터페이스로 시작: + +`deluge -u {{gtk|웹|콘솔}} {{url|마그넷|경로/파일명}}` + +- 토렌트를 다운로드하고 로그를 파일로 출력: + +`deluge -l {{경로/로그_파일}} {{url|마그넷|경로/파일명}}`