Skip navigation.
Home
A Lump in the World Wide Soup

Copy To... (via SSH)

Description:

Display a dialog to choose the server name, user (default root) and the folder (default /tmp) where the selected files and folder should be copied to, using the "scp" command.
It will execute the following command :

scp -r %M $user@$server:$folder

Configuration file:
downloadconfig_copy_to.schemas

Additional files:
downloadcopyto.tar.gz

Dependencies:

- openssh (scp command)
- zenity
- python + glade

Installation notes:

- extract it in your home folder. it will generate this tree :

bin/
|-- copyto.py
`-- glade
    `-- copyto.glade

- import the config schemas into Nautilus-actions

Note: if you want to change the default tree, you must change the path to the glade file in the python script and the path to the python script in the nautilus-actions config.