Well the question says it all.I am trying to create a file transfer application using python, and pygtk for UI.Most of the code is complete,the only problem being the UI for listing remote host's file list.
I really like the Gtk Dialog Chooser widget,and already use it to list the local machine file list.I really would like to use the same widget to list files of the remote destination.Is it possible?