我非常習慣在Linux下使用文字模式,因為感覺上操控性非常的大,再來少了一些圖形顯示也省了不少資源,所以一些文字介面的工具對我來說就非常的重要!像是Linux內有預設的wget指令下載檔案,wget的操作選項非常的豐富,而且還支援續傳下載,但是唯獨就缺了「多線下載」。
proz這個工具我已經用了好幾年了,每當有大的檔案要下載絕對是首選,假若說伺服器端一條連線限制200KB的頻寬,那麼分割五線不就有1MB的速度了嗎^^?proz可以自己定義要分割多少線程下載,也當然支援續傳,這樣的好工具也建議您來試試看!只是目前
# proz --helpUsage: proz [OPTIONS] file_urlEx: proz http://gnu.org/gnu.jpgOptions:
-h, --help Give this help
-r, --resume Resume an interrupted download
-f, --force Never prompt the user when overwriting files
-1 Force a single connection only
-g, --gtk Use GTK interface, instead of curses (broken for now)
-n, --no-netrc Don't use .netrc, get the user/password
from the command line,otherwise use the
anonymous login for FTP sessions
--no-getch Instead of waiting for the user pressing a key,
print the error to stdout and quit
--debug Log debugging info to a file (default is debug.log)Directories:
-P, --directory-prefix=DIR save the generated file to DIR/FTP Options:
--use-port Force usage of PORT insted of PASV (default)
for ftp transactionsDownload Options:
-s, --ftpsearch Do a ftpsearch for faster mirrors
--no-search Do a direct download (no ftpsearch)
-k=n Use n connections instead of the default(4)
--timeout=n Set the timeout for connections to n seconds
(default 180)
-t, --tries=n Set number of attempts to n (default(200), 0=unlimited)
--retry-delay=n Set the time between retrys to n seconds
(default 15 seconds)
--max-bps=n Limit bandwith consumed to n bps (0=unlimited)FTP Search Options:
--pt=n Wait 2*n seconds for a server response (default 2*4)
--pao=n Ping n servers at once(default 5 servers at once)
--max-ftps-servers=n Request a max of n servers from ftpsearch (default 40) -L, --license Display software license
-v, --version Display version numberProZilla homepage: http://prozilla.delrom.ro
Please report bugs to <
[email protected]>