FileZilla 3 development diary

Moderator: Project members

Post Reply
Message
Author
User avatar
botg
Site Admin
Posts: 35539
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#61 Post by botg » 2004-05-21 20:43

Long time no update, it has been a busy week.

I'm working on the directory cache now, which is required for the LIST command logic which can't be properly implemented without the cache.

In most parts, the cache will be a copy of it's FZ2 counterpart, though some parts will be modified, because some servers use a case-sensitive file system, while others don't. The old cache could cause some problems in this case. Luckily I did not get any negative feedback on the old cache before.

fourwood
500 Command not understood
Posts: 1
Joined: 2004-05-23 21:23

#62 Post by fourwood » 2004-05-24 04:18

I'd just like to say that it's really awesome you're working on a Linux port. I've been looking for a decent GUI FTP client for Linux for quite a while. GFTP is decent, but from using FileZilla in Windows, I'd much prefer to use it. So, great job on the port. I look forward to seeing it released!

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

#63 Post by botg » 2004-05-24 10:01

The directory cache in it's most primitive form has been implemented.

Upon connecting to a server, FZ3 tries to retriev a directory listing. it already comes up to the PORT/PASV command. In a few days, FZ3 will retriev it's first real directory listing.

luegner
500 Command not understood
Posts: 5
Joined: 2004-05-27 17:06

Remember Directory after upload

#64 Post by luegner » 2004-05-27 17:08

Since you're talking about directory cache, I thought I'd bring bug number 809563 to your attection. This only happens when directory cache is turned on in Filezilla 2:
When you click on a directory on the remote
side and then click on another directory and upload to
that directory, it goes back to the previous directory
after uploading the files.

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

#65 Post by botg » 2004-05-27 17:55

That won't happen in FZ3. In FZ2 the cache was added in version 1.8, into an existing ftp engine.
But in FZ3, the cache is part of the original design and will cause less problems. (I think about disallowing to turn the cache of completely in FZ3)

luegner
500 Command not understood
Posts: 5
Joined: 2004-05-27 17:06

Changing Remote Directory on Upload

#66 Post by luegner » 2004-05-28 15:51

Since the FZ3 engine will be much different than FZ2, will I be able to change to different remote directories while files are queued to upload as described in bug 953426?

luegner
500 Command not understood
Posts: 5
Joined: 2004-05-27 17:06

Deleting Symbolic Links

#67 Post by luegner » 2004-05-28 15:57

I am also curious about symbolic link behavior. Will it be possible to delete symbolic links without them deleting the linked files as well? This would then mimic bash and X Windows more closely.

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

Re: Deleting Symbolic Links

#68 Post by botg » 2004-05-28 19:16

Since the FZ3 engine will be much different than FZ2, will I be able to change to different remote directories while files are queued to upload as described in bug 953426?
As long as the directory are already cached or the server supports multiple connections: Yes.
luegner wrote:I am also curious about symbolic link behavior. Will it be possible to delete symbolic links without them deleting the linked files as well? This would then mimic bash and X Windows more closely.
Yes. If a link is in your selection and you delete it, you will be asked wheter to remove the link target as well. (With the choices All, Yes, No and None)

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

#69 Post by botg » 2004-05-29 09:38

FileZilla now receives directory listings, but that's all :D
Left to do now is writing the transfer end conditions and passing the data to the parser.

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

#70 Post by botg » 2004-05-31 20:39

FZ3 can now receive, parse and display remote listings in all formats FZ2 supports.

For the rest of this week, I'm concentrating on FZ2 and FZServer. I'm implementing something big :D

Golyc
226 Transfer OK
Posts: 89
Joined: 2004-03-02 23:36

#71 Post by Golyc » 2004-06-03 16:42

can you make that fz3 shows the remote .htacess file ?

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

#72 Post by eddan » 2004-06-03 16:54

Golyc wrote:can you make that fz3 shows the remote .htacess file ?
This is in FZ2 so no reason it shouldn't be in fz3...
(Edit - Settings - Remote file list - always show hidden files)

User avatar
velkymx
503 Bad sequence of commands
Posts: 22
Joined: 2004-06-04 00:35

#73 Post by velkymx » 2004-06-04 00:37

botg - I would love to help out with the GUI - if you need anything just let me know! BTW - what did you think of the round logo?? Anywho - love the project - and the firefox ideas are brilliant.

:D

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

#74 Post by botg » 2004-06-04 10:43

Your logo looks interesting, though I doubt it it would scale down to 16x16 icons with 16 colours.

User avatar
velkymx
503 Bad sequence of commands
Posts: 22
Joined: 2004-06-04 00:35

#75 Post by velkymx » 2004-06-04 18:02

Looks good at 16x16 Image

Seems Yahoo!Geocities does like linking... just right click on it and view image.

Post Reply