UNPKG

ftp-get

Version:

Simple to use node.js FTP client for downloading remote files

20 lines (14 loc) 205 B
.PHONY: all .DEFAULT: all all: /usr/bin/env npm install publish: all /usr/bin/env npm publish lint: tools/lint.sh check: test tests: test test: all lint tools/test.sh test-all: tools/test-all.sh