On Fri, May 20, 2005 7:31 am, mayo said:
> I'm trying to ftp a file. I looked in the php manual and I don't see a
> character limit for ftp_fput().
> I'm getting the following error
>
> ftp_fput(): Specified object name too long, limit is 10 characters:
> CF-20050520. in /home/www/cf/test.php on line 45
> There was a problem while uploading CF-20050520.txt

That's because it's your FTP server imposing that limit, not PHP, not FTP
in general, just that server.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to