Erik Forsberg's diary for December, 2001


[2001-08] [2001-09] [2001-10] [2001-11] [2001-12]

Friday 2001-12-21

02:02

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.

02:26

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.