Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tryStat
Function · 0.80
SFTP.js
File · 0.80
Calls
1
fsetstat
Method · 0.95
Tested by
no test coverage detected