maximos / maximus-web

BlitzMax module manager (website) - API docs at http://maximos.github.io/maximus-web - This project has been abandoned.
MIT License
25 stars 4 forks source link

Add module upload target (FTP) #135

Closed Htbaa closed 11 years ago

Htbaa commented 11 years ago

Currently Maximus::Task::Module::Upload simply stores the archive in a directory. Need to add transport methods such as FTP and File (for local storage).

This is required because the worker is running on my homeserver and that one can sometimes fail to get the SSHFS mountpoint mounted, which results in files being stored locally on my homeserver instead of the Maximus VPS.

Aside from FTP could also add one to upload to some file storage provider such as Rackspace Cloud Files...

Htbaa commented 11 years ago

Done.