Skip to content

stbrenner/fget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FGet

Command line file downloader for Windows

It can resume aborted downloads and thus makes it possible to download even big files via bad internet connections. Internally the .NET File Downloader library is used.

Download

fget_1.2.zip

Usage

fget [url] [option]

Options:
  -h        Print this help
  -o path   Write file to the given path

Examples

Download file into the current directory with retaining the file name:

> fget https://raw.githubusercontent.com/stbrenner/fget/master/README.md

Save downloaded file under a specific path:

> fget https://raw.githubusercontent.com/stbrenner/fget/master/README.md -o c:\windows\temp\MyFile.md