SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

read ECONNRESET on Node 16 #22

Open reisi007 opened 2 years ago

reisi007 commented 2 years ago

---------------------- full error below ----------------------

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read'
}
node:internal/process/esm_loader:94
    internalBinding('errors').triggerUncaughtException(
                              ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read'
}

Might be related to https://stackoverflow.com/a/64139528/1870799

https://github.com/patrickjuchli/basic-ftp/issues/205