1 *************************
2 Shutter scp upload plugin
3 *************************
4 Copies a file via ``scp`` to a remote server and gives you the HTTP URL.
6 This is an upload plugin for Shutter__.
8 __ http://shutter-project.org/
13 0. Copy ``Scp.pm`` to ``/usr/share/shutter/resources/system/upload_plugins/upload/``
14 1. In the Shutter preferences, go to the upload tab and configure the username
15 and password for the Scp plugin:
17 Username is the remote path you want to copy it to,
18 e.g. ``example.org:screenshots/``.
20 Password is the HTTP base URL to prepend before the file name,
21 e.g. ``http://example.org/~user/screenshots/``
23 3. I expect that you have a ssh key setup, so that no password is asked.
31 1. Right-click on it, "export"
39 Licensed under the GPLv3 or later.