PHP Classes

File Exchange Protocol: Store and retrieve remote files using HTTP

Recommend this page to a friend!
  Info   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 61%Total: 2,573 This week: 1All time: 1,484 This week: 571Up
Version License PHP version Categories
fep 1.0BSD License4.3HTTP, Files and Folders, Stream wrappers
Description 

Author

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.

Innovation Award
PHP Programming Innovation award winner
October 2007
Winner


Prize: One book of choice by O'Reilly
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
Picture of Cesar D. Rodas
  Performance   Level  
Name: Cesar D. Rodas is available for providing paid consulting. Contact Cesar D. Rodas .
Classes: 38 packages by
Country: Paraguay Paraguay
Age: 36
All time rank: 71 in Paraguay Paraguay
Week rank: 33 Down1 in Paraguay Paraguay Equal
Innovation award
Innovation award
Nominee: 25x

Winner: 5x

  Files folder image Files  
File Role Description
Files folder imagetest (2 files, 1 directory)
Plain text file FEP_base.php Class Base class
Plain text file FEP_client.php Class Client Class
Plain text file FEP_server.php Class Server Class
Plain text file safeIO.php Class Safe IO, to provide a generic file locking

  Files folder image Files  /  test  
File Role Description
Files folder imagerepository (1 file)
  Accessible without login Plain text file client_example.php Example Client Example
  Accessible without login Plain text file server_example.php Example Server Example

  Files folder image Files  /  test  /  repository  
File Role Description
  Accessible without login Plain text file .foo Data File for create folder

Downloadfep-2007-10-22.zip 14KB
Downloadfep-2007-10-22.tar.gz 10KB
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
PHP HTTP protocol client Download .zip .tar.gz The Filesystem is working over HTTP/1.0 Required
 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,573
This week:1
All time:1,484
This week:571Up
User Ratings User Comments (1)
 All time
Utility:89%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:85%StarStarStarStarStar
Tests:-
Videos:-
Overall:61%StarStarStarStar
Rank:989
 
So good
16 years ago (Dairon Orlando Hernandez Gonzalez)
70%StarStarStarStar