Swtiching from proftpd to vsftpd

Post Reply
siyahcop
Posts: 4
Joined: Sun Jan 24, 2021 1:46 pm

Hello all.

First of all I would like to thank you for your great work building this panel.

My question is ; how can i switch to proftpd to vsftpd without losing any data?

I am having some issues with proftpd at the moment. This option will help a lot.

Thanks in advance
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

siyahcop wrote: Thu Feb 04, 2021 6:22 pmI am having some issues with proftpd at the moment.
What issues?
Maybe we can help with that.
siyahcop
Posts: 4
Joined: Sun Jan 24, 2021 1:46 pm

Hello.
First of all, I am sorry for replying so late.
My problem is when uploading I am making 10 concurrent connections to the FTP server. But after a few whiles, all connections are timing out.
I never had this issue with vsftpd. Any suggestions about this?

Thanks
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

https://github.com/myvesta/vesta/blob/m ... d.conf#L17

set it to 500.

It's file /etc/proftpd/proftpd.conf

also add

Code: Select all

TimeoutIdle 60
then run in ssh as root:

Code: Select all

systemctl restart proftpd
siyahcop
Posts: 4
Joined: Sun Jan 24, 2021 1:46 pm

Thank you very much!
This has worked!
Post Reply