add support for custom server storage via SSH.
Currently the pull down menu for "File Storage System:" on /admin_console/files/storage only offers Local Storage and Amazon. I want to use my file server. So SSH access. (I guess WebDav for some people?)
That means that you would have a third option in the pull-down that says "Custom Server (SSH)" and the fields below it would be:
- Username
2a. Password OR
2b. Paste your public RSA key here
Server URL (ex - 'myfileserver.mycompany.com')
SSH port (default: 22)
root directory (default: ~)
-
Akito commented
It'd be nice, if this would support various encryption method & provide optional display of SSH logs, in case of connection errors.