FileZilla 3 development diary

Moderator: Project members

Message
Author
pixolex
503 Bad sequence of commands
Posts: 20
Joined: 2004-03-28 22:31

#46 Post by pixolex » 2004-04-19 16:36

botg wrote:Development has been slowed, I'm currently arguing with quicksort about the item sorting in the local file list. It just doesn't sort properly.
Show him WHO'S the boss to that quicksort algorithm... :lol:

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#47 Post by botg » 2004-04-19 21:53

Sorting now works.

I've prepared an early prealpha version of FileZilla 3 for you to play around with.
Please DO NOT report bugs or request any feature, wait with that until I release official beta version on project page.
Here's the link: http://filezilla.sourceforge.net/test/fz3.zip
(I'm sorry, Win32 only. If you're using Linux feel free to compile it yourself, shame of you if you can't)

eddan
226 Transfer OK
Posts: 423
Joined: 2004-02-25 08:44
Location: Norway

#48 Post by eddan » 2004-04-19 22:46

Excellent!

But I can't connect via SFTP, remote dir is not working, no settings... NAH! I'm just kidding BotG :) Did you start getting angry there? Damn I'm just _so_ funny...

Anyways, prealpha/alpha/beta versions is exciting, look forward to more of them in the future.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#49 Post by botg » 2004-04-21 18:31

Time for some fun: Port the path and directory listing parsers :-)

Well, actually it's all but fun reading my old code, time to create some improvements.

I'll create a new tokenizer for the new listing parser, it should be a lot more flexible.

panfr
503 Bad sequence of commands
Posts: 21
Joined: 2004-03-26 08:56

#50 Post by panfr » 2004-04-22 13:11

botg wrote:If you're using Linux feel free to compile it yourself, shame of you if you can't)
I'd love to, but for some reason I can't retrieve the source from the CVS repository... used both commandline, and Mandrake's "Cervisia" client.
Is that command correct for the FZ3 files?
cd /home/myself/cvs/filezilla && cvs -f -d :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/filezilla/FileZilla 3
It replies "Unknown command: `3'" and quits, I have also used underscore (Filezilla_3), no luck either.

eddan
226 Transfer OK
Posts: 423
Joined: 2004-02-25 08:44
Location: Norway

#51 Post by eddan » 2004-04-22 13:42

I use :pserver:anonymous@cvs.filezilla.sourceforge.net:/cvsroot/filezilla and then specify module "Filezilla 3"...

panfr
503 Bad sequence of commands
Posts: 21
Joined: 2004-03-26 08:56

#52 Post by panfr » 2004-04-22 14:27

eddan wrote:I use :pserver:anonymous@cvs.filezilla.sourceforge.net:/cvsroot/filezilla and then specify module "Filezilla 3"...
cvs server: cannot find module `3' - ignored
cvs [checkout aborted]: cannot expand modules
[Exited with status 1]
EDIT: Adding the quotes it works... weird. Thanks for the tip.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#53 Post by botg » 2004-04-22 15:33

Why is it weird? The module name contains a space, so it's obvious that it has to be quoted.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#54 Post by botg » 2004-04-24 12:30

I've finished the CServerPath class, now it's time for the dirlisting parser, this may take some days...

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#55 Post by botg » 2004-04-28 19:06

The directory listing parser is coming along nicely, despite the date/time, it can already parse standard listings.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#56 Post by botg » 2004-05-04 15:48

The new parser now understands all known unix style listings. Now I've to add support for DOS, VMS and EPLF style listings.

nrg
500 Command not understood
Posts: 1
Joined: 2004-05-05 22:44

#57 Post by nrg » 2004-05-05 22:51

Hi there,

I was so happy to see that finaly somebody take on the job to create a full featured gui ftp client for linux that i wanted to try it out already but with no luck.

This is the error i recieved when building:

Code: Select all

directorylistingparser.cpp: In member function `bool
   CDirectoryListingParser::ParseAsUnix(CLine*, CDirentry&)':
directorylistingparser.cpp:679: error: name lookup of `i' changed for new ISO
   `for' scoping
directorylistingparser.cpp:658: error:   using obsolete binding at `i'
directorylistingparser.cpp:787:2: warning: no newline at end of file
make[2]: *** [directorylistingparser.o] Error 1
make[2]: Leaving directory `/root/FileZilla/FileZilla 3/src/engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/FileZilla/FileZilla 3/src'
make: *** [all-recursive] Error 1
Can't wait to try it out :).

-nrg

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#58 Post by botg » 2004-05-12 19:47

The error should be fixed in CVS.


About the progress, the parsed test directory listing is already passed to the remote file list, I'm currently writing the code that will display the listings. Expect a screenshot tomorrow.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#59 Post by botg » 2004-05-13 22:08

Today I want to show you how FileZilla looks under Linux:

Image

As you can easily see, there's still very much to do.

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#60 Post by botg » 2004-05-15 19:26

I've improved the build system for the gettext catalogs. It's now works together with the rest of the FZ3 build system.

Update: My multiline wxTextCtrl subindentation patch for wxWidgets got accepted today. I've already ideas for the next patch 8)

Post Reply