[weekly report] week 5: libsoup / gnio / ftp



Hi,

This week, I have implemented the "get_file" part of the URILoader. Actually it works using the Passive method, but I plan to implement the Active way too, but it will need to open ports or something like that (upnp ?).

Now -> The get_file open a connection , request the file, and close the connection, returning a GInputStream.
Later -> The URILoader must keep a connection open for a short time, to provide access to the same server without connect/disconnect on each file access.

I am looking at the "get_list" to list a directory, but the "server answer" is not the same with Windows/Linux server, I'll need to parse it correctly.

You already can check and try my branch ( a small test is done in : tests/uri-loader )
git://github.com/gcorvala/gsoc-2009.git

I have started to see around IPV6 too, I'll just need to change few lines.

I plan to finish the get_file (sync) part this week.

Gabriel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]