in reply to Abstraction of FTP as a file system
I'm working on a web application sort of like an FTP Server -- it's going to have a REST interface as well as a more standard web interface, so my clients will be able to run a script that will make a REST request to upload and download files. Not exactly like mounting an NFS share, but the next best thing, I hope.
No one's mentioned NET::FTPServer yet .. I am planning to integrate that into my web application and have it talk FTP as well as CGI and REST, so I'll have a tri-mode application.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Abstraction of FTP as a file system
by rinceWind (Monsignor) on Aug 16, 2006 at 22:37 UTC | |
by talexb (Chancellor) on Aug 17, 2006 at 01:30 UTC |