Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP connection: "Error: This socket has been ended by the other party" When downloading large files. #16

Open
charonfaustinus opened this issue Jul 15, 2023 · 0 comments

Comments

@charonfaustinus
Copy link

charonfaustinus commented Jul 15, 2023

Error when trying to download file from FTP protocol using filezila. This happened after the first file has been downloaded and trying to download a second file. File size is 650 MB

Update: This only happened on FTP connection, download file using web interface is fine.

node:internal/errors:857
  const err = new Error(message);
              ^

Error: This socket has been ended by the other party
    at Socket.writeAfterFIN [as write] (node:net:521:14)
    at /home/pi/discord-fs/node_modules/simple-ftpd/lib/util/promisify.js:8:14
    at new Promise (<anonymous>)
    at Socket.<anonymous> (/home/pi/discord-fs/node_modules/simple-ftpd/lib/util/promisify.js:5:12)
    at Session.respond (/home/pi/discord-fs/node_modules/simple-ftpd/lib/session.js:177:30)
    at /home/pi/discord-fs/node_modules/simple-ftpd/lib/session.js:145:19
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  code: 'EPIPE'
}
@charonfaustinus charonfaustinus changed the title FTP connection: Error: This socket has been ended by the other party FTP connection: "Error: This socket has been ended by the other party" When downloading large files. Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant