FTP functions and upload limit.
am 27.02.2009 19:49:51 von Ardilla Roja
Hi to everybody,
I tried to find an answer in the php sites, but wasn't able to...
Does the php.ini upload_max_filesize affects the ftp_put function ?...
A:R
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: FTP functions and upload limit.
am 02.03.2009 22:32:04 von dmagick
Ardilla Roja wrote:
> Hi to everybody,
>
> I tried to find an answer in the php sites, but wasn't able to...
>
> Does the php.ini upload_max_filesize affects the ftp_put function ?...
No. upload_max_filesize is to do with how much your browser can upload
to the website.
ftp_put may have a limit - but that will be on the remote ftp site,
nothing in php has anything to do with that.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php