1.1.0 • Published 7 years ago

ftpfs v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

ftpfs

an ftp client that expose the node fs API

only supports createReadStream, readDir, stat and lstat right now

usage

var ftp = ftpfs({ port: 2121 })

var readStream = ftp.createReadStream('hello.txt')

ftp.readdir('/', function (err, list) {

})

ftp.stat('hello.txt', function (err, stat) {

})

ftp.end()
1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago