Amazon S3 style remote file management
Posted: Thu Mar 25, 2010 6:07 pm
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
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