On 11/10/24 22:55, Michael D. Setzer II wrote:
On 10 Nov 2024 at 16:04, ToddAndMargo via users wrote:
Hi All,
is there a way to tell fsftp to handle more handles and traffic at once?
Are you using passive mode?
Yes
If so what ports have you specified in /etc/vsftpd/vsftp.conf
vsftpd
# tail /etc/vsftpd/vsftpd.conf userlist_enable=NO # tcp_wrappers=YES tcp_wrappers=NO
# Passive mode pasv_enable=Yes # pasv_max_port=10100 pasv_max_port=10300 pasv_min_port=10090
Are port and sockets the same thing to vsftpd?
Lines at end. pasv_enable=YES pasv_min_port=xxxxx pasv_max_port=yyyyy
Note sure the default is if not specified?
Many thanks, -T