1.0.7 • Published 2 years ago

@guidofc/dnld-files v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

npm-dnld-files

Download all files in a list separated by commas

Installation

dnld-files

dnld-files is available as an npm package.

npm:

$ npm install -g @guidofc/dnld-files

yarn:

$ yarn global add @guidofc/dnld-files

Usage

First goes the command "dnld-files"

The second argument goes the url(s) separated by "," and without spaces

Third argument goes to the folder where it is going to be saved, if you do not put anything, it is saved in where the command is executed

Command

$ dnld-files [url(s)] [save folder]

Example for a single file

download an file and save it in the image folder

$ dnld-files https://example/image01.jpeg image

Example for a multiple files

download two files and save it in the folder where the command is executed

$ dnld-files https://example/image01.jpeg,https://example/image02.jpeg
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago