screencloud-plugins
screencloud-plugins copied to clipboard
List of uploader plugins for ScreenCloud
Please add a Nextcloud Plugin to Screencloud. Nextcloud is a open source cloud solution that allows user to create easily his own cloud for data, videos and many other things....
Hello, need code update for file paramiko/transport.py ``` - return self._cipher_info[name]['class'].new(key, self._cipher_info[name]['mode'], iv, counter) + return self._cipher_info[name]['class'].new(key, self._cipher_info[name]['mode'], '', counter) ``` https://github.com/paramiko/paramiko/pull/889 https://github.com/paramiko/paramiko/pull/889/files This helps solve the problem of uploading...
Thanks for SFTP plugin to ScreenCloud At the moment there is a problem with slow upload of screenshots to our SFTP server. `[INFO] "Uploading screenshot to 'sftp'. Size: 8294400 bytes"`...
Reference lutim/framapic service
I needed this feature so I thought I could implement it myself. It works for me but feel free to edit if things are incorrect. Result: 
Trying to use the sftp plugin, throws this error:  PyCrypto is installed, and importable successfully. Reproducable on 2 machines, both Arch Linux, both using [`screencloud`](https://aur.archlinux.org/packages/screencloud/) package...
Many shared hosts don't support SFTP or unencrypted FTP. It would be super useful if there could be an extra option added to force the FTP plugin to use SSL/TLS....
Using latest version as far as I can tell.   Would like to help with plugins support, mainly Dropbox, but have no idea where to start.
I've seen from sftp/main.py that I can set some filename variables like %H-%M-%S What I'm looking for is to sha or md5sum the files and save them by that name...
I noticed that there wasn't a way to configure upload permissions from the menu. I can't get it working myself, so I figured you may be able to understand how...