Download Station是NAS的基本功能,不過說真的它頗難用,要加入檔案很麻煩。
查了之後Download Station的emule下載是使用amule,那自然就動腦筋動到使用amule remote GUI了。
打開remote GUI後,就可以像在windows下使用點擊連結加入下載,甚至可以透過網際網路添加下載連結到你的NAS上。
1.以putty使用root登錄SSH。
2.複製amule.conf(amule設定檔)。
cp /usr/syno/etc/packages/DownloadStation/amule/amule.conf ./
3. 編輯設定檔。
vi ./amule.conf
把其中[ExternalConnect]的區塊內容改成下面的內容,其中ECPassword的部分要以MD5把明碼加密。
---
UseSrcSeeds=0
AcceptExternalConnections=1
ECAddress=
ECPort=4712
ECPassword=************
UPnPECEnabled=1
ShowProgressBar=1
ShowPercent=1
UseSecIdent=1
IpFilterClients=1
IpFilterServers=1
TransmitOnlyUploadingClients=0
---
4.刪除原設定檔(DSM把設定檔的權限改了,無法直接修改)。
rm /usr/syno/etc/packages/DownloadStation/amule/amule.conf
5.貼上修改後的設定檔。
cp ./amule.conf /usr/syno/etc/packages/DownloadStation/amule/
6.重開Download Station的emule下載功能。
7.用amule remote GUI去連連看,打完收工。

X