ID:               27809
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jesse dot binam at simplot dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         FTP related
 Operating System: Any
 PHP Version:      4.3.5
 New Comment:

What does SYST command return on your FTP server? The php's 

ftp_systype() is pretty much a wrapper around execution of 

SYST and fetching the response. 


Previous Comments:
------------------------------------------------------------------------

[2004-03-31 13:44:05] jesse dot binam at simplot dot com

Description:
------------
When using ftp_systype() while connected to a AS/400 (V5R2M0 in my
case) returns null.

Reproduce code:
---------------
<?php



$fc = ftp_connect('as400server');

$login = ftp_login($fc,'username','password');

$systype = ftp_systype($fc);

echo $systype;



?>

Expected result:
----------------
I expect the output to be

'OS/400'

Actual result:
--------------
a null value


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27809&edit=1

Reply via email to