php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18011 fopen a ftp:// URL for read
Submitted: 2002-06-27 03:15 UTC Modified: 2002-08-03 01:00 UTC
Votes:4
Avg. Score:4.2 ± 0.8
Reproduced:2 of 3 (66.7%)
Same Version:0 (0.0%)
Same OS:2 (100.0%)
From: eyrie at altavista dot net Assigned:
Status: No Feedback Package: FTP related
PHP Version: 4.2.0 OS: Windows/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: eyrie at altavista dot net
New email:
PHP Version: OS:

 

 [2002-06-27 03:15 UTC] eyrie at altavista dot net
No matter what I do I can't get fopen to open a file from remote FTP:


Eg.

fopen("ftp://user:pass@mynameserver/dir/file.ext", "r");

always returns no such file/directory

/dir is a symlink to /u03/home/izteo

have tried

fopen("ftp://user:pass@mynameserver/u03/home/izteo/file.ext", "r");

as well. No go.

I can open either URL fine through IE ftp explorer view.

Is this a bug?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-02 21:49 UTC] sniper@php.net
Try this snapshot:

http://snaps.php.net/win32/php4-win32-latest.zip

 [2002-08-03 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC