Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.1

Bug #9611 Wrong OS determing!
Submitted: 2006-12-14 10:02 UTC
From: admin at svetoslav dot ru Assigned: jorrit
Status: Closed Package: Net_FTP
PHP Version: 5.2.0 RC4 OS: Windows XP
Roadmaps: 1.3.3    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 14 - 13 = ?

 
 [2006-12-14 10:02 UTC] admin at svetoslav dot ru (Svetoslav Onosov)
Description: ------------ Some FTP-servers return rawlist with (?) in user field. So, Net_FTP mistakes on determining Operating System. Test script: --------------- $server = new Net_FTP(...); ... print_r($server->ls(null, NET_FTP_RAWLIST)); print_r($server->ls(null, NET_FTP_DIRS_FILES)); Expected result: ---------------- Array ( [0] => drwxr-xr-x 75 upload (?) 3008 Oct 30 21:09 ftp1 ); Array ( [0] => Array ( [is_dir] => d [rights] => rwxr-xr-x [files_inside] => 1 [user] => upload [group] => (?) [file_size] => 3008 [date] => Oct 30 21:09 [file_name] => ftp1 [file_date] => 1162231740 ) ) Actual result: -------------- Array ( [0] => drwxr-xr-x 75 upload (?) 3008 Oct 30 21:09 ftp1 ); Array ( [0] => Array ( [file_name] => 21:09 ftp1 [date] => drwxr-xr-x 75 upload (?) 3008 [file_size] => 30 [is_dir] => [file_date] => ) )

Comments

 [2007-03-01 19:25 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-03-11 16:43 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-10-02 11:33 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-11-21 22:46 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-11-24 19:50 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!