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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Mon Dec 30 14:01:28 2024 UTC