0

How do I change the maximum number of files allowed to be listed/transferred... on suse linux? both client and server are suse linux machines.

2
  • What ftp service do you use vsftpd , pureftpd proftp ? Commented Apr 20, 2011 at 16:03
  • Which SUSE are you using, SLES or OpenSUSE? Commented Apr 20, 2011 at 16:20

1 Answer 1

0

You are probably running into limitations with shell globing. Things like expanding a * to a set of files is limited in bash.

The thing to do is change the way you produce your file sets to a more appropriate method. The right tool for the job will not have limitations in this area. Using rsync is the first thing that comes to mind, or using one tool to generate a list and then iterating over it is another depending on your scenario. If you want more specific advice you will have to explain your situation more fully.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.