Amazon S3 style remote file management

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
batfastad
Forum Contributor
Posts: 433
Joined: Tue Mar 30, 2004 4:24 am
Location: London, UK

Amazon S3 style remote file management

Post by batfastad »

Hi everyone

I'm currently switching our old web content management system over to PHP/MySQL so it can run on our intranet.
I'm currently cobbling together a remote file management system using the FTP functions.
I know there's classes and wrappers out there for FTP file management etc but there were specific things I wanted to have full control over. Got something working, and it seems to work well.

But I was wondering... Is there anything out there in PHP which allows me to do file upload/list/delete on a remote web server through some sort of REST/XML API?
Exactly like you do with Amazon S3 but running on your own web server.

Just curious really. Anyone know if anything like this exists?

Cheers, B
User avatar
batfastad
Forum Contributor
Posts: 433
Joined: Tue Mar 30, 2004 4:24 am
Location: London, UK

Re: Amazon S3 style remote file management

Post by batfastad »

Sorry to bump my own post but anyone know of any PHP classes out there that can do this?

Cheers, B
Post Reply