Skip to content

hasnat/ftpfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

an ftp client that expose the node fs API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%