Skip to content

saibotsivad/ftp-return-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ftp-return-codes

Just the FTP server return codes, from RFC 959.

Use it

Install using npm:

npm install ftp-return-codes

Grab it in your code:

var codes = require('ftp-return-codes')
console.log(codes['200']) // => Command okay.
console.log(codes[ 553 ]) // => Requested action not taken.

License

VOL

About

Just the FTP server return codes, from RFC 959.

Resources

License

Stars

Watchers

Forks

Packages

No packages published