I'm needing a web-based ftp client and this looks like it will do the job, but some of the files that will be sent will be fairly large (~25MB). There are a lot of PHP solutions out there, but they are limited by the maxfilesize variable in the php.ini. What are the limits of web-ftp?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm needing a web-based ftp client and this looks like it will do the job, but some of the files that will be sent will be fairly large (~25MB). There are a lot of PHP solutions out there, but they are limited by the maxfilesize variable in the php.ini. What are the limits of web-ftp?
No upload limit (after version.. 1.5 or so...)
Web-FTP just pipes the data through directly, so doesn't have to worry about filling up buffers..