Max upload 100MB in FTP without administrator setting

pouya16

New member
Joined
Feb 3, 2020
Messages
1
Hi there I'm new to direct admin My problem is: I want to upload a file greater than 100MB but its shows me a 100MB restriction, I already searched the web and I found that I can do this in administrator setting inside advance features but I cant find this in advance features ....
 
If you are using the Enhanced skin, you will find the setting at https://server.hostname.tld:2222/CMD_ADMIN_SETTINGS , look for this line:
Code:
Max Request/Upload Size (bytes)
More information here: https://www.directadmin.com/features.php?id=1969

It should also be available in Evolution skin, but I can't guide you on that, because I don't use that skin.

Alternatively you can set it directly in this file: /usr/local/directadmin/conf/directadmin.conf where you change the value in this line:
Code:
maxfilesize=134217728

Please note that when setting the value in directadmin.conf, you must set the number in bytes. In above example you will get 128.0 MB upload limit. Remember to restart DirectAdmin after changing directadmin.conf
 
Back
Top