Custom Query (8144 matches)
Results (376 - 378 of 8144)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#444 | Ambiguous wording in install startup option | |||
Description |
This one should be easy to fix (as long as someone actually knows what this option does:) The ambiguous text is: "Do not install as service, started automatically (not recommended)" This is found in the FileZilla_Server_0_8_6.exe setup: Startup Settings
It's ambiguous because it leaves you wondering whether it will be started automatically or not. I recommend changing to: "Do not install as service and do not start automatically. (not recommended)" as long as that is indeed what that option means. |
|||
#445 | downloads to local UNC paths don't work correctly | |||
Description |
Filezilla V2.2 doesn't download to the correct place when I specify a UNC path as the path where I keep my local copy of the files I use on my Internet web site. The correct path is shown in the 'local site' field though, see example.
But when I download a file to the current local directory by right clicking on a remote file and choosing the download option, the file downloads into: d:\Alleuus\publicweb\weretell-live\ecssystem\webs\ecs- tech\htdocs\ The local tree view though *is* however looking at the UNC path location so the downloaded file is never displayed. Bizzarre! Could some clever person fix this? :-) |
|||
#446 | FileZilla Server LIST <file> is treated as a dir | |||
Description |
When a LIST request is sent with a file as a target, the server responds with:
LISTing a directory works as expected. I have confirmed by looking in the client ftp handler code that the client indeed sends a LIST. If I am right, FileZilla Server is trying to follow RFC 959: which contains:
That looks like FileZilla Server is at fault here. Regards, Anton. |