Page 1 of 1

Swtiching from proftpd to vsftpd

Posted: Thu Feb 04, 2021 6:22 pm
by siyahcop
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

Re: Swtiching from proftpd to vsftpd

Posted: Thu Feb 04, 2021 11:53 pm
by myVesta
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.

Re: Swtiching from proftpd to vsftpd

Posted: Sat Apr 03, 2021 12:18 pm
by siyahcop
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

Re: Swtiching from proftpd to vsftpd

Posted: Sat Apr 03, 2021 2:41 pm
by myVesta
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

Re: Swtiching from proftpd to vsftpd

Posted: Sat Apr 10, 2021 9:04 pm
by siyahcop
Thank you very much!
This has worked!