You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
}
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: