Hi All,
is there a way to tell fsftp to handle more handles and traffic at once?
Many thanks, -T
On 10 Nov 2024 at 16:04, ToddAndMargo via users wrote:
Date sent: Sun, 10 Nov 2024 16:04:13 -0800 To: Community support for Fedora users users@lists.fedoraproject.org Subject: vsftp problems Send reply to: Community support for Fedora users users@lists.fedoraproject.org From: ToddAndMargo via users users@lists.fedoraproject.org Copies to: ToddAndMargo ToddAndMargo@zoho.com
Hi All,
is there a way to tell fsftp to handle more handles and traffic at once?
Are you using passive mode? If so what ports have you specified in /etc/vsftpd/vsftp.conf
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
-- _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
+------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mikes@guam.net mailto:msetzerii@gmail.com mailto:msetzerii@gmx.com Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+
On 11/10/24 21:55, Samuel Sieb wrote:
On 11/10/24 4:04 PM, ToddAndMargo via users wrote:
is there a way to tell fsftp to handle more handles and traffic at once?
What's happening?
I am backing up Windows workstations to it with Cobian Backup. If two go off at the same time (I try to space them out), I get a bunch of crazy error such as files not being in an incorrect format (files reporting this problem change each backup) and error about not enough sockets and unable to create directories (that changes each time too).
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