Jonathon, thanks for help. I´ve read that Glib::IOChannel could be bound to sockets, but don´t know if sockets could be used for transfering files over network (I don´t know much about network programming).
Thanks. Arthur 2007/10/5, Jonathon Jongsma <[EMAIL PROTECTED]>: > On 10/5/07, Arthur Maciel <[EMAIL PROTECTED]> wrote: > > Hi. > > > > My Gtkmm/libglademm program loads a xml file from local disk. Does > > Glibmm provide any utility to make easier the task of retrieving these > > xml from internet (ftp, http and ssh)? > > > > Any help is appreciated. > > There is nothing in glib(mm) specifically to do this. The "GNOME way" > is to use gnome-vfs. Alternately, you can use other networking > libraries such as libcurl, libneon, etc. > > -- > jonner > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
