Closed codeanywhere closed 11 years ago
I find this function missing. I've added
FTP.prototype.chmod = function(path, mod, cb) { this._send('CHMOD ' + mod + ' ' + path, cb); };
to "connection.js". Would be nice to have this function included in on the following versions.
SITE capability added in 4593c6a.
I find this function missing. I've added
FTP.prototype.chmod = function(path, mod, cb) { this._send('CHMOD ' + mod + ' ' + path, cb); };
to "connection.js". Would be nice to have this function included in on the following versions.