Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing chmod function #60

Closed
codeanywhere opened this issue Aug 10, 2013 · 1 comment
Closed

Missing chmod function #60

codeanywhere opened this issue Aug 10, 2013 · 1 comment

Comments

@codeanywhere
Copy link

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.

@mscdex
Copy link
Owner

mscdex commented Aug 10, 2013

SITE capability added in 4593c6a.

@mscdex mscdex closed this as completed Aug 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants