[BlueOnyx:22988] Re: netftp file limts

Robert Fitzpatrick robert at webtent.org
Sat Jun 29 08:44:07 -05 2019


Michael Stauber wrote on 6/28/2019 6:29 PM:
> Hi Robert,
> 
>> Is there a way to increase the upload file limit of netftp? The current
>> restriction in File Manager is 48MB and I have a request for 500MB on a
>> VPS we set up for a client.
> 
> Please check /etc/admserv/php.ini. It should have this line in it, which
> sets the default:
> 
> ; Maximum allowed size for uploaded files.
> upload_max_filesize = 300M
> 
> You might want to adjust that to 500M then.
> 

I updated the setting in the php.ini you suggested to 500M and I added a 
zero to the line below in
/usr/sausalito/ui/web/ftpclient/settings.inc.php:

> $net2ftp_settings["max_filesize"]  = "500000000";

However, now seeing this in File Manage upload page:

> The maximum size of one file is restricted by net2ftp to 477 MB and by PHP to 300 MB

So 300MB I assume is still the limit. And will these survive updates?

-- 
Robert



More information about the Blueonyx mailing list