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...
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...