WIP on better data handling for file transfer

This commit is contained in:
Bryan Ashby
2020-05-26 22:55:51 -06:00
parent 2234a71705
commit 0bf3031d9f
3 changed files with 115 additions and 11 deletions

View File

@@ -865,8 +865,7 @@ function getDefaultConfig() {
recvArgs : [
'--zmodem', '--binary', '--restricted', '--keep-uppercase', // dumps to CWD which is set to {uploadDir}
],
// :TODO: can we not just use --escape ?
escapeTelnet : true, // set to true to escape Telnet codes such as IAC
processIACs : true, // escape/de-escape IACs (0xff)
}
}
},