MCPcopy Create free account
hub / github.com/mscdex/ssh2 / fchmod

Method fchmod

lib/protocol/SFTP.js:1190–1194  ·  view source on GitHub ↗
(handle, mode, cb)

Source from the content-addressed store, hash-verified

1188 }, cb);
1189 }
1190 fchmod(handle, mode, cb) {
1191 return this.fsetstat(handle, {
1192 mode: mode
1193 }, cb);
1194 }
1195 chmod(path, mode, cb) {
1196 return this.setstat(path, {
1197 mode: mode

Callers 2

tryStatFunction · 0.80
SFTP.jsFile · 0.80

Calls 1

fsetstatMethod · 0.95

Tested by

no test coverage detected