Interesting d-n-d example in PyGTK here:
http://www.mail-archive.com/pygtk@daa.com.au/msg02323.html
Hack idea: Graphical SFTP client in PyGTK with my newly-written sftp module.
I need a good way to transfer passwords to a ssh process started by os.system() or os.pipe()
Preferably, a graphical SFTP client should be able to transfer files between hosts too. I don't know if the file has to pass through the local host to do that, but I think so.
This means that in a split-window GUI, both windows must have objects with a interface that doesn't differ between local file access and SFTP access.