Reason: ECONNABORTED - Connection aborted.

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Locked
Message
Author
ltduy1
500 Command not understood
Posts: 1
Joined: 2024-02-23 04:04
First name: Tong
Last name: Vo

Reason: ECONNABORTED - Connection aborted.

#1 Post by ltduy1 » 2024-02-23 06:47

I got the error "ECONNABORTED - Connection aborted" while trying to access the FileZilla server using c# code.
Here is the c# code I use:
image_2024_02_23T04_49_12_921Z.png
image_2024_02_23T04_49_12_921Z.png (86.83 KiB) Viewed 829 times
This is the C# Error message I got:
image_2024_02_23T04_49_17_238Z.png
image_2024_02_23T04_49_17_238Z.png (21.99 KiB) Viewed 829 times
And here is FileZilla's log:
image_2024_02_23T04_49_23_168Z.png
image_2024_02_23T04_49_23_168Z.png (84.87 KiB) Viewed 829 times

iam_sysop
226 Transfer OK
Posts: 62
Joined: 2021-10-08 21:33

Re: Reason: ECONNABORTED - Connection aborted.

#2 Post by iam_sysop » 2024-02-23 15:08

I think you might be "missing a piece" here.

I believe you have an issue between FTPS over SSH versus plain FTPS. To do things via SSH/FTPS you need an SSH layer in there. The implementations of "FtpClient" I find in a quick search come back to FluentFTP for C# which does not seem to have SSH capabilities.

Try to switch the port you're using to port 21 and see if it works via your current implementation.

[old but potentially relevant]
https://stackoverflow.com/questions/341 ... th-c-sharp

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Reason: ECONNABORTED - Connection aborted.

#3 Post by boco » 2024-02-23 23:24

Plus, FileZilla Pro Enterprise Server has its own forum and is not supported here. Please use the customer forum for Pro products. Closing.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Locked