Upload files to RICOH printers (e.g. http://drucker.uni-hd.de) using the web interface.
For installation, simply download ricoh-upload.py to a directory of your choice and make it exectuable.
If you are using Nautilus file manager, you can use the enclosed nautilus script. Here are the installation steps:
- Download nautilus-ricoh-upload.py to a directory of your choice
- Edit
PATH
,USERNAME
andPASSWORD
in nautilus-ricoh-upload.py - Create a symlink from
~/.gnome2/nautilus-scripts
to ricoh-upload.py:cd ~/.gnome2/nautilus-scripts/; ln -s /usr/local/bin/nautilus-ricoh-upload.py "Upload to RICOH server"
- To upload file(s): Select file(s) -> Right-click -> Scripts -> Upload to RICOH server
If you are using Thunar file manager, go have a look at Thunar's custom actions.
Please install the python packages mechanize and optparse:
sudo pip install mechanize optparse