본문 바로가기

Tip

Qnap Transmission(qpkg)에서 torrent 자료 만들기.


QNAP NAS에 qpkg로 transmission 를 설치하고 wep client 나 windown client(http://code.google.com/p/transmisson-remote-gui/)에서 torrento 자료를 다운로드 받기는 할 수 있지만 내 자료를 torrent 파일로 만들어 업로드 할 수 있는 기능은 없다.(Mac 용 client에서는 가능 한 것 같음.)

자료를 만들 수 있지 않을 까 하는 마음에 이곳 저곳을 뒤져 보다 결국 해결 방법을 찾았음.

1. telnet이나 ssh로 qnap nas에 접속 한다.

2. export LD_LIBRARY_PATH=/share/HDA_DATA/.qpkg/Transmission/lib 명령어를 입력 한다.(내 경우에만 해당 되는 지는 모르겠지만 telnet session이 끊기 거나 다시 접속을 했을때마다 위의 명령어를 입력 해 주어야 했다.)

3. 아래 명령에서 tracker announce address 와 torrent 파일 저장위치 소스가 될 파일의 디렉토리를 수정한 후 입력하면 .torrent 파일이 생성된다.
/share/HDA_DATA/.qpkg/Transmission/bin/transmission-create -t http://replace.with.tracker.announce.address -p (if tracker is private) -c comment -o /path/to/where/to/save/the/.torrent /path/to/the/file/or/directory/that/you/want/to/include/into/the/torrent


반응형