UNPKG

ssh2-sftp-client

Version:
24 lines (21 loc) 373 B
const errorCode = { generic: 'ERR_GENERIC_CLIENT', connect: 'ERR_NOT_CONNECTED', badPath: 'ERR_BAD_PATH', permission: 'EACCES', notexist: 'ENOENT', notdir: 'ENOTDIR', badAuth: 'ERR_BAD_AUTH', }; const targetType = { writeFile: 1, readFile: 2, writeDir: 3, readDir: 4, readObj: 5, writeObj: 6, }; module.exports = { errorCode, targetType, };