Innovation Award
 October 2007
Winner |
Exchanging files between servers is often used with FTP or other file transfer protocols. However, sometimes it is necessary to exchange files between servers without FTP support.
The package implements a stream wrapper that allows PHP applications to use just HTTP requests sent between Web servers with PHP support.
Sending and receiving files is very simple as it is all done using regular PHP file access functions like fopen, fread, fwrite and fclose.
Manuel Lemos |
This package can be used to store and retrieve files in a remote repository server using HTTP.
It can access a remote server using HTTP requests with authentication to protect the access to the remote files.
The class can perform requests to create, write, read and delete remote files. It can also create, list, and delete directories.
It implements a stream wrapper interface to make it possible to access the remote files with PHP functions like fopen('fep://...') and other PHP file and directory manipulation functions.
allow to the exchange of files between servers. Also apply an Stream Wrapper that allow to mount the a remote file system.
| Project record: |
fep |
| Popularity score: |
13.3 |
| Vitality score: |
0.0 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Perfect (100.0%) |
- |
Good (91.7%) |
- |
- |
Sufficient (65.0%) |
371 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Remote File system in PHP |
Hello to every one, you may be surprised by the title of this post and you may be wondering why a remote file-system in PHP?.. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.