ID: 5026 Updated by: jimw Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Feature/Change Request Bug Type: FTP related Assigned To: Comments: refiled as bug against 4.0. Previous Comments: --------------------------------------------------------------------------- [2000-06-14 11:40:27] [EMAIL PROTECTED] I am using the ftp_size command to connect to a NcFTPd server. NcFTPd does not support the size command in ascii mode. Information is at : http://www.ncftpd.com/ncftpd/doc/faq/func.html#size_ascii Is there any way that this could be changed to binary mode, ie insert about line 602 of function/ftp.c the following: if (!ftp_type(ftp, FTPTYPE_IMAGE)) return -1; Or for consistancy of the API have an optional mode parameter to this function. Thanks for the newly added ftp support and thank you for your assistance. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=5026&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]