• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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