Menu

Tree [r11] /
 History

HTTPS access


File Date Author Commit
 Makefile 2007-08-13 jerryfleming [r6] - error dependancy in Makefile
 README 2007-08-13 jerryfleming [r7] - added README
 TODO 2007-08-14 jerryfleming [r9] - clean tasks in TOTO
 connect.c 2007-08-13 jerryfleming [r5] - add log module
 connect.h 2007-08-06 jerryfleming [r1] - initial import
 fget 2007-08-14 jerryfleming [r8] - process options with file arguments later so ...
 fget.h 2007-08-14 jerryfleming [r10] - remove opt.log, as we can always rely on (fre...
 ftp.c 2007-08-13 jerryfleming [r5] - add log module
 ftp.h 2007-08-06 jerryfleming [r1] - initial import
 get.c 2007-08-13 jerryfleming [r5] - add log module
 get.h 2007-08-06 jerryfleming [r1] - initial import
 getopt.c 2007-08-06 jerryfleming [r1] - initial import
 getopt.h 2007-08-06 jerryfleming [r1] - initial import
 http.c 2007-08-13 jerryfleming [r5] - add log module
 http.h 2007-08-06 jerryfleming [r1] - initial import
 log.c 2007-08-17 jerryfleming [r11] - add comments, indentation when necessary
 log.h 2007-08-14 jerryfleming [r8] - process options with file arguments later so ...
 main.c 2007-08-17 jerryfleming [r11] - add comments, indentation when necessary
 main.h 2007-08-13 jerryfleming [r5] - add log module
 progress.c 2007-08-13 jerryfleming [r5] - add log module
 progress.h 2007-08-06 jerryfleming [r1] - initial import
 ssl.c 2007-08-13 jerryfleming [r5] - add log module
 ssl.h 2007-08-06 jerryfleming [r1] - initial import
 util.c 2007-08-14 jerryfleming [r8] - process options with file arguments later so ...
 util.h 2007-08-17 jerryfleming [r11] - add comments, indentation when necessary

Read Me

Fget is a cross-platform command-line multi-threaded HTTP/HTTPS/FTP file
downloader which is very close to multiget. It features downloading single
but very large files in multiple threads at highest possible speed with
minimal system resources.

It is supposed to be a command line complement of wget, which is best for
site-mirroring and single-thread small files transferring, or multiget, which
features desktop (GUI) multi-threaded file retrieving. It aims to make large
files downloading easier by speeding up the retrieving process at very low
system load. Being a command line tool, it should be more flexible to be
called non-interactively by other scripts.