|
一打开软件提示
Could not read resource file: ~/.rtorrent.rc
但是我的用户主文件夹中已经创建并配置好了这个文件
非常奇怪,不知怎么解决
[two@localhost ~]$ ls
Desktop rtorrent.rc rtorrent.rc~ ?š?? Transmission
[two@localhost ~]$
系统是rhel5.4
rtorrent.rc内容如下
#最大和最小的種子連接數
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 40
max_peers = 100
#最大上傳數
# Maximum number of simultanious uploads per torrent.
max_uploads = 10
上傳和下載速度限制 0:無限制
# Global upload and download rate in KiB. "0″ for unlimited.
download_rate = 0
upload_rate = 0
下載檔案存放目錄
# Default directory to save the downloaded torrents.
directory = /backup/download
下載快取目錄
session = ./session
torrent 檔存放目錄
schedule = watch_directory,5,5,load_start=./watch/*.torrent
隨機port 範圍
port_range = 6890-6999
下載檔案名使用 UTF-8 編碼
encoding_list = UTF-8 |
|