ID:               16057
 Comment by:       phpbugs at psychicsms dot com dot au
 Reported By:      ryan at wonko dot com
 Status:           Closed
 Bug Type:         FTP related
 Operating System: Windows 2000 Advanced Server
 PHP Version:      4.1.2
 New Comment:

Same here. When I run as Administrator I can execute ftp_rawlist().
When I run as a user, I cannot.


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

[2004-01-21 13:50:39] bo at sgmbiotech dot com

This issue is not fixed in 4.3.4 on IIS5, connecting to remote
microsoft FTP server. 

Interesting note: these functions work fine if logged into a domain
with administrator rights.  When logged in as a regular user the
functions return false.  However, ftp_put and ftp_get  all work
fine....the problem is only when listing directories.  I fail to see
how user rights external to IIS should have any impact these particular
functions, but somehow they do.

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

[2004-01-14 09:26:19] orlax at gmx dot net

It's fixed in ver. 5. Works fine with windows + iss + ftp.

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

[2004-01-13 09:03:34] sean at abcvoice dot com

Hate to be a "Me Too" poster, but:
OS: Windows XP (SP1)
PHP: 4.3.2

When connecting to an FTP and getting a rawlist, if I'm getting the
root directory and it contains a colon (:) then rawlist (and nlist)
return nothing. If I'm getting a rawlist of something in a subdirectory
of root (even if root contains a colon) then it works every time.

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

[2004-01-10 13:19:21] bug at nexus-zone dot com

same problem apears on version 4.3.4
will it ever work?

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

[2003-12-23 14:35:29] mfeldNOSPAMPLEASE at mftronic dot de

I'm using PHP 4.3.2 on WinXP SP1, and when using the ftp_Xlist()
functions, it sometimes works and sometimes not (returns bool(false)) -
almost randomly.
Inserting a "var_dump()" has sometimes increased my chances that such a
call works, like

$dirlist = ftp_rawlist($conn_id, "");
var_dump($dirlist);

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16057

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

Reply via email to