greedrc.default
来自「linux下网络下载软件的源码」· DEFAULT 代码 · 共 35 行
DEFAULT
35 行
#### This is the default .greedrc for greed.## Edit this file how you like, then rename it to .greedrc## and drop it in your home directory (or your /etc/ if you want a global config)#### GREED - By: Anoakie Turner### Proxy server's IP (leave empty if none)SERVER=# Proxy server's PORTPORT=8080# Amount of bytes to download at a time (MUST BE > 1024)ROLLBACK=4096# Time out (in seconds)TIMEOUT=300# Don't download faster then X k/sec (0 for no limit)MINSPEED=0# Time to wait before retrying (in seconds)WAIT_RETRY=10# Speeds up FTP connections by waiting X seconds to send data, a higher number means:# higher compatibility, lower speed. (default is 0)SPEEDUP_FTP=0# Sets the default download directory ("" = current dir)# DO NOT SET IF YOU ARE USING THIS AS A GLOBAL (/etc/greedrc) GREED CONFIGURATION FILE!DEFAULT_DIR=""
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?