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



Hi,

Sorry for this report a bit late. I was working and I have totally forget. /o\

About this week, I have been working on _async api, after a code review ( thanks to my mentor ), I need to refactorize it, but it's ''just working'' already.

I will finish it for this week end.

I have looked at the ftp list parsing, how it's done in gvfsbackend, and I see that we actually use a file wrote by the mozilla team, I don't know exactly if it's better to rewrite it from scratch with glib or reuse it too. It needs some discussion with my mentor.

I would like to do a screencast too, but my work is a bit obscure, and display a ftp connection in a video is a bit useless :P But I hope that at the end of this gsoc, I will have something concrete to display !

Gabriel

Just for fun :

(process:18989): libsoup-DEBUG: soup_protocol_ftp_load_uri called
(process:18989): libsoup-DEBUG:  [sync] <--- [220] (vsFTPd 2.0.6)
(process:18989): libsoup-DEBUG:  [sync] ---> USER anonymous
(process:18989): libsoup-DEBUG:  [sync] <--- [331] Please specify the password.
(process:18989): libsoup-DEBUG:  [sync] ---> PASS abc
(process:18989): libsoup-DEBUG:  [sync] <--- [230] Login successful.
(process:18989): libsoup-DEBUG:  [sync] ---> FEAT
(process:18989): libsoup-DEBUG:  [sync] <--- [211] Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
 UTF8

(process:18989): libsoup-DEBUG: [FEAT] EPRT supported
(process:18989): libsoup-DEBUG: [FEAT] EPSV supported
(process:18989): libsoup-DEBUG: [FEAT] MDTM supported
(process:18989): libsoup-DEBUG: [FEAT] REST supported
(process:18989): libsoup-DEBUG: [FEAT] SIZE supported
(process:18989): libsoup-DEBUG: [FEAT] TVFS supported
(process:18989): libsoup-DEBUG: [FEAT] UTF8 supported
(process:18989): libsoup-DEBUG:  [sync] ---> PASV
(process:18989): libsoup-DEBUG:  [sync] <--- [227] Entering Passive Mode (130,239,18,173,98,169)
(process:18989): libsoup-DEBUG:  [sync] ---> RETR /welcome.msg
(process:18989): libsoup-DEBUG:  [sync] <--- [150] Opening BINARY mode data connection for /welcome.msg (1037 bytes).
(process:18989): libsoup-DEBUG:  [sync] <--- [226] File send OK.
.............


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