ftp-validate-response
v0.0.6
Published
Given some FTP server response string, check if it conforms to the RFC specs.
Readme
ftp-validate-response
Given some FTP server response string, check if it conforms to the RFC specs.
var validator = require('ftp-validate-response')
assertTrue(validator('220 Everything is fine'))