FTP functions and upload limit.
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.
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