• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 file size limit

fferraro87

Basic Pleskian
Hi,

i've problem to upload via FTP a 20GB or more files.

There is some limitation on plesk?

I've check on /etc/proftpd.conf and there isn't any limitation .

I can upload only a 17/18GB file and after connection is closed by the server.

How can i fix?

i've centos 7 with plesk 17.8 installed
Thanks
 
i've already seen that there isn't any limitation.

Code:
[root@plesk1 ~]# /usr/bin/ftpquota --show-records --type limit
ftpquota: unable to open ./ftpquota.limittab: File o directory non esistente
 
Hi,

I think Plesk don't configure such limitation in ProFTPd. Are you sure that server has enough free space? Can it be a limitation of a client side? 17Gb is a strange size for any limitation.
Did you check log-files from ProFTPd and logs from an FTP client?
 
Maybe an upload was failed at 16GiB?
16 GiB = 17179869184 bytes ~ 17Gb? :)

---

The maximum number of blocks for ext3 is 2^32. The size of a block can vary, affecting the maximum number of files and the maximum size of the file system:
Code:
Block size        Maximum file size        Maximum file-system size
1 KiB                        16 GiB                           4 TiB
2 KiB                       256 GiB                           8 TiB
4 KiB                         2 TiB                          16 TiB
8 KiB                         2 TiB                          32 TiB

(c) ext3 - Wikipedia
 
Hi,
thanks for your answer, i've seen and i've xfs partition and it's seems free at least to upload more than 17GB


Code:
[root@plesk1 ~]# df -Th
File system                       Tipo      Dim. Usati Dispon. Uso% Montato su
/dev/mapper/centos_persofilm-root xfs       395G   18G    378G   5% /
devtmpfs                          devtmpfs  1,9G     0    1,9G   0% /dev
tmpfs                             tmpfs     1,9G     0    1,9G   0% /dev/shm
tmpfs                             tmpfs     1,9G   33M    1,9G   2% /run
tmpfs                             tmpfs     1,9G     0    1,9G   0% /sys/fs/cgroup
/dev/sda1                         xfs      1014M  152M    863M  15% /boot
tmpfs                             tmpfs     380M     0    380M   0% /run/user/0
[root@plesk1 ~]# blockdev --getbsz /dev/sda2
4096
[root@plesk1 ~]# fdisk -l

Disk /dev/sda: 429.5 GB, 429496729600 bytes, 838860800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Identificativo disco: 0x0006dab8

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     2099199     1048576   83  Linux
/dev/sda2         2099200   838615039   418257920   8e  Linux LVM

Disk /dev/mapper/centos_persofilm-root: 424.1 GB, 424128020480 bytes, 828375040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mapper/centos_persofilm-swap: 4160 MB, 4160749568 bytes, 8126464 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

so i don't think that's a limit of filesystem .

from the log (/var/log/messages) i don't have any significant error or warning
 
Back
Top