@hasnat/ftpfs

1.2.1 • Public • Published

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()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.1
    0
  • 1.2.0
    0

Package Sidebar

Install

npm i @hasnat/ftpfs

Weekly Downloads

0

Version

1.2.1

License

ISC

Unpacked Size

14.8 kB

Total Files

14

Last publish

Collaborators

  • hasnat