• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question ftp files list limitations

gmk77

New Pleskian
Server operating system version
ubuntu
Plesk version and microupdate number
latest
Hello, in the next few days I will activate my first server using plesk, on this server I will put a webapp which, among other things, will generate on the disk many files over time (over 20000 I think) I would like to know if I will see all of them when I will connect to the webspace using ftp or if there is a limitation on the maximum number of files showable via ftp. I ask this beacause in the past I used a cpanel system and in that case where was a limit.

thank you
 
When your system allows 20.000 file handles or more open at any given time, FTP service will, too. However, keep in mind that reading and presenting such a large number of files in a directory via FTP can create timeouts and stall the FTP software. Beyond FTP you will also experience a much longer backup time for such installations, because each file adds to it.

It will be much better to distribute such collections into subdirectories, so that not all files need to be handled at the same time. And if you have an option, e.g. if we are talking about temporary session files or other small files, it could be better to manage the data in a database instead of using files.
 
Hi Peter and thank you for your reply. I am aware of your information, my interest was to be sure that the plesk ftp server behavior is different respect the whm ftp program that as I say, not list all. If listing will take time and will block the ftp service no problem (I'll be the unique user to access).
 
There could be a problem with the FTP program running into an internal timeout. I had frequently heard from users that when they try to access thousands of files on a server through FTP their program won't show all or even crash. However, that is not really a server-side issue.
 
Back
Top