MCPcopy Create free account
hub / github.com/mscdex/ssh2 / SFTP.js

File SFTP.js

lib/protocol/SFTP.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3const EventEmitter = require('events');
4const fs = require('fs');

Callers

nothing calls this directly

Calls 15

makeBufferParserFunction · 0.85
doFatalSFTPErrorFunction · 0.85
requestLimitsFunction · 0.85
readAttrsFunction · 0.85
sendOrBufferFunction · 0.85
allocNewPoolFunction · 0.85
roundUpToMultipleOf8Function · 0.85
closeStreamFunction · 0.85
initMethod · 0.80
pushMethod · 0.80
statusMethod · 0.80
openMethod · 0.80

Tested by

no test coverage detected