Skip to content

ForbesLindesay-Unmaintained/fetch-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch File

Download from an http server to a local file.

Build Status Dependency Status

Installation

$ npm install fetch-file

API

fetch(remote, local, [options,] cb)

Download from remote to local.

remote is an options object to be passed to request. This includes uri, qs, method, headers etc...

local is the path to a local file. Its directory will be created using mkdirp if it does not already exist.

Options:

  • mode The mode to create files with (default: 0666)

License

BSD

About

Download from an http server to a local file

Resources

Stars

Watchers

Forks

Packages

No packages published