Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1401 - 1500 of 8170)

Ticket Summary Owner Type Priority Component Resolution
#3103 Moving Files/Folders in Remote Host Bug report normal Other
Description

If you try it nothing happens..

When you drag a file or folder to the .. folder

#3104 file exists window function Alexander Schuch Bug report normal Other
Description

When trying to upload a file which already exists, a window comes up with various options.

If I want to overwrite all files in the current queue I've tried the following:

  1. I click on "Always use this action" and "apply to current queue only"

OR

  1. I click only on "apply to current queue only"

Whichever of these 2 methods I use the window still appears again for each file in the queue that exists.

This seems to be a bug, as surely selecting "apply to current queue only" should automatically overwrite all other files in the queue that exist, rather than continuing to ask you for each one.

Version: 3.0.0 beta 5 OS: Ubuntu 6.10

#3105 remote site Alexander Schuch Bug report normal Other
Description

I have beta 5 installed

  • when selecting files from local site, they could be dragged/dropped to remote site. This can not be done anymore. Right click - upload
  • when transferring selected files - the panel : remote site gets blanc and not refreshed
  • site manager : there used to be an arrow next to the icon-that would allow you to connect to remote server, without opening site manager

Best Regards, Guy Przytula

#3106 Wrong folder sorting after upload Bug report normal Other
Description

I uploaded a lot of folders an files.

The folder sorting at my local host was like:

  • a

-- aa -- ab -- ac

  • b

-- ba -- bb

  • c

-- ca -- cb --- cba --- cbb -- cc -d

and after uploading with 3.0.0-beta5 the sorting was this:

  • a

-- aa -- ab -- ac -- b --- ba --- bb --- c







( folder b was in a, c in b and d in c)

the only folder in root was folder a

greets

  • neeg -
#3107 RFE: Site manager dropdown button in toolbar Bug report normal Other
Description

with v3 beta 5

  • site manager : there used to be an arrow next to the icon-that would allow you to connect to remote server, without opening site manager

this compared to v2 Is this correct ? Best Regards, Guy Przytula

#3108 Drag and drop doesn't work Alexander Schuch Bug report normal Other
Description

When I try to drag and drop directories from my w2k client to a host then nothing happens.

#3109 Cannot view remote file Alexander Schuch Bug report normal Other
Description

In the old version it was possible to view a file.

#3110 Cannot open remote file Alexander Schuch Bug report normal Other
Description

In version 2 it was possible to open a file to work on it locally.

#3111 Filter the directory Listing 3.0.0 Beta5 Alexander Schuch Bug report normal Other
Description

Go to Filter --> edit Filters. I cant set a Filter.

Show the Attachement please.

#3112 Faster delete of files Bug report normal Other
Description

Deleting a bulk of files (say 1000) takes a long time till you click a right mouse button in the remote file list or press the esc key.

#3113 Uploaded file truncated when using FTP over SSL and SOCKS pr Bug report normal Other
Description

FileZilla (Client) version 2.2.30. Windows XP. Proxy settings: SOCKS4 or SOCKS5. Servertype: FTP over SSL or TLS.

When I try to upload a file smaller that 4KB, the file becomes 0 byte-length on the server. Larger files are truncated to the nearest 4KB multiple.

No problem during download; files are transfered complete.

No problem on normal (unencrypted) FTP.

No problem on direct (no SOCKS proxy) connection.

#3114 FTPES behind NAT uses internal address Bug report normal Other
Description

I have posted this post before, now posting it with debug logs as required.

Using FileZilla 3.0.0-beta5, connecting to Synology DS-106 (192.168.77.8), with FTP-SSL support. DSL router has port forwarding on external 21->internal 21 and passiv port range 55536-56559 to internal configured.

All runs fine in LAN (FTP and FTPES connections).

When connecting with FTPES from WAN to a "misconfigured" FTP server behind a NAT that reports its internal address, the connection uses PASV(internal IP,PORT) even if under Settings -> Connection -> Passive mode the radio box is on "Use the server's external IP address instead".

Connection works with plain FTP over WAN (in this case FileZilla uses correctly the external address - the address of NAT box), all goes unfortunately plain-text over the network this wan :(

Attached are 3 logs in ASCII (zipped as one file). Log1 - LAN FTPES, success Log2 - WAN FTPES, failure by LIST Log3 - WAN FTP, success

#3115 Update Time Bug report normal Other
Description

In the english Version its OK: Settings / "Update Check" / At least 7 Days In the german version of Filezilla Beta 5: Einstellungen / "Aktualisierungsüberprüfung" / Mindestens Tage Here i miss the count of days... thx

#3116 Drag and Drop Bug report normal Other
Description

Drag an Drop doenst work

#3117 Binary/ASCII Mode Alexander Schuch Bug report normal Other
Description

Hello,

I don't know if this is a bug or just a feature you haven't been able to get to... but binary/ASCII auto mode support does not work... It sends everything as binary I believe...

Jonathan

#3118 PASS empty for downloads Bug report normal Other
Description

When connecting using 'Ask me for password' (in Site Manager), it doesn't matter if the password box is ticked to remember password for this session or not- it connects ok (with the password entered), but when asked to download, the log screen shows repeated connection attempts with an empty password (no asterisks) and a failed connection.

Uploading seems fine.

When connecting using 'Interactive', it prompts for a password for downloads and downloads successfully (and also seems to re-use connections ok).

#3119 Uses 2 connections when the maximum is 1 Bug report normal Other
Description

I used Filezilla to connect to my private FTP site, which does not allow anonymous logins, so you will not be able to use it to test this problem unless I set you up with an account. If you do need me to do that, please email me at stephen@….

I have my FTP server set up so that it has a restriction that only permits one connection per IP address, so I set the option in the site settings for Filezilla to use a maximum of 1 simultaneous connection. It logged in OK, and allowed me to browse the directories, but when I tried to download a file, Filezilla attempted to open a second connection to do the download, and it was denied by my FTP server which sent this:

421 No more connections accepted from 203.97.46.10, try again later.

each time. Filezilla continued to retry until I told it to disconnect.

I verified that my FTP server was working correctly by using NcFTP to get the file I wanted.

The following is a copy of the Filezilla log for the session:

Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012ECB08) m_pEngine=012D72F8 caller=012F0710 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230- Trace: CFtpControlSocket::OnReceive() Response: 230- / /\ / /\ / /\ [-> Welcome <-----------------------] Response: 230- / / / / /_/ / / / /_/ Welcome to this InetPowerServer Response: 230- / / / / / / /_ /\ powered site, all activity on this Response: 230- / / / / / / _\/ / / site will be logged, if you don't Response: 230-/_/ / /_/ / /_/ / like that, please disconnect now. Response: 230-\/ \/ \/ v1.0.2.2 [-> 17:33:51 <-------> 2007/02/23 <-] Response: 230- Response: 230-[-> SERVER/CONNECTION INFORMATION <-][-> USER STATS - Retrieved Stored <-] Response: 230- Server uptime: 3/09:32:27 File count...: 471 501 Response: 230- Connections..: 1 KByte count..: 3563496 42715 Response: 230- Idle time-out: 180 seconds High KBytes/s: 2958 299 Response: 230- Client host..: external.hosting.co.nz <203.97.46.10> Response: 230-[------------------------------------------------------------------------] Response: 230 User "stephen" logged in. Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX (IBM OS/2 Warp 4.5 (0) running InetPowerServer/2 v1.0.2.2) Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Extensions supported: Trace: CFtpControlSocket::OnReceive() Response: MDTM Response: MLST type*;size*;modify*;perm*; Response: REST STREAM Response: SIZE Response: TVFS Response: 211 END Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand(0) Command: CWD /\k\u\polarbar\Mailer\Maildata\Stephen\inbox/ Trace: CFtpControlSocket::OnReceive() Response: 250 "/k/u/polarbar/Mailer/Maildata/Stephen/inbox" is current directory. Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/k/u/polarbar/Mailer/Maildata/Stephen/inbox" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::TransferSend(0) Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Transfer type is set to Binary/Image. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: PORT 172,20,4,85,17,79 Trace: CFtpControlSocket::OnReceive() Response: 200 PORT command completed. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening Binary/Image data connection for "/k/u/polarbar/Mailer/Maildata/Stephen/inbox/*". Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Trace: CTransferSocket::OnClose Trace: CTransferSocket::TransferEnd(0) Trace: CFtpControlSocket::TransferEnd(0) Trace: CFtpControlSocket::OnReceive() Response: 226 Directory listing complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012F9790) m_pEngine=010BCF60 caller=012FA0D8 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012F9790) m_pEngine=010BCF60 caller=012FA0D8 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012FBA00) m_pEngine=010BCF60 caller=012FA0D8 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 No more connections accepted from 203.97.46.10, try again later. Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012FBA00) m_pEngine=010BCF60 caller=012F0710 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012F9FD0) m_pEngine=010BCF60 caller=012F0710 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012F9790) m_pEngine=010BCF60 caller=012F0710 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server Status: Resolving IP-Address for ftp.jsw.gen.nz Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(012F7530) m_pEngine=010BCF60 caller=012F0710 Status: Connecting to 203.118.159.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ftp FTPd ready (IPS/2 v1.0.2.2 - http://www.InetPowerServer.com/) Command: USER stephen Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for "stephen". Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 530 Unable to login. Trace: CFtpControlSocket::ResetOperation(1090) Trace: CControlSocket::ResetOperation(1090) Error: Could not connect to server

#3120 Transfer list does not scroll to bottom after starting new Alexander Schuch Bug report normal Other
Description

FZ opens with previous transfer list positioned at top.

When starting a new transfer, it looks like nothing happens because the list stays at the top, and does not scroll to the bottom where the new started transfer progress bar is visible

#3121 Does not refresh after chmodding Bug report normal Other
Description

After chmodding a file or folder the display is not refreshed, so the old permissions are displayed until the user refreshes.

#3122 UI: settings not saved Bug report normal Other
Description

I always turn of the two treeviews (both local and remote). This setting is not saved between sessions. Using beta6

#3123 Filezilla 3.0.0.beta6 Linux fails on directory listing Tim Kosse Bug report high Other
Description

I can connect using the command line FTP client built into the OS, but FileZilla does not connect correctly.

Ubuntu (Feisty Fawn) Kernel 2.6.17 xinerama, NVidia drivers 1.0.877x

Log:

Status: Resolving IP-Address for virtualroadside.com Trace: ControlSocket.cpp(167): CControlSocket::ContinueConnect(0x894be28) m_pEngine=0x88a0400 caller=0x8a13fa0 Status: Connecting to 82.165.136.112:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 FTP Server ready. Command: USER u90855369 Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for u90855369 Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230 User u90855369 logged in Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Response: MDTM Response: REST STREAM Response: SIZE Trace: CFtpControlSocket::OnReceive() Response: 211 End Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand(0) Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is the current directory Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::TransferSend(0) Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (82,165,136,112,249,122). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening ASCII mode data connection for file list Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Trace: Read failed with error 2 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::SendNextCommand(2) Trace: CFtpControlSocket::ListSend(2) Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing

#3124 Edit/View absent on context menu Bug report normal Other
Description

3.0.0-beta6 for Windows.

Edit/View entry does not appear on right-click context menu in either the local or remote file-view windows. If this is intentional, then it is a step back from version 2.

#3125 Login Failure if password contains a § (other special chars) Bug report normal Other
Description

It is not possible to transfer Files using SFTP over SSH if the Password contains a § sign.

This works in FileZilla 2.2.31.

FileZilla 3.0beta6 successfully authenticates and shows the diretory listing, however as soon as you want to actually transfer files, this fails with the error message "login failed".

Tested on Windows XP SP2 other Platforms maybe affected, too

#3126 Limit number of simultaneous connections doesn't work Bug report normal Other
Description

I use Free.fr's ftp server (ftpperso.free.fr). It limits the number of connections a user can have to 2. Though I limited to 1 the number of connections in my settings, I still receive (sometimes) a message from the server warning me that I already have two connections, and cannot connect once more (See the end of the log : "Response: 421 Vous ne pouvez avoir que 2 connexions simultannees").

(you might see directory listing problems as well in the log file attached, but they are unrelated : they started to happen latter than this bug).

OS : Ubuntu Feisty Fawn (but I already had the problem in Edgy Eft and windows XP)

In case it can help you : I used to be an FTPexpert ( http://software.visicommedia.com/fr/products/ftpexpert/ ) user, and never experienced this bug with that program.

#3128 Number of files in remote directory not shown like in FZ 2 Bug report normal Other
Description

One feature that seems to have been removed since FileZilla 2.x is that when I am focused on a remote directory, the number of files in that directory is no longer displayed in the status bar. I consider this a bug, as it was a feature of the application, but now it's gone.

#3129 Right-click view of remote files missing Bug report normal Other
Description

In FileZilla 2.x, I was able to right-click a remote file and choose to view it. But now this feature is missing as of beta7.

I'm using Windows 2000 with all service packs applied.

#3130 Freeze on timeout when using FTP+TLS Bug report normal Other
Description

Using the latest version of FileZilla under Linux Ubuntu 7.04 Beta, the FileZilla interface freezes each time my FTP+TLS connection timeout.

#3131 View Hidden Files Bug report normal Other
Description

This might be considered a feature request, but I would call it a big bug: There is no way to view hidden files on the remote server using the Windows version of the client. I'm using Filezilla-3.0-beta7. If there is a way to view the hidden files, then its not very intuitive, because I can't find it. :)

#3132 Mailcap file /etc/mailcap, line 1: incomplete entry ignored Bug report normal Other
Description

on start of filezilla I get this message: "Mailcap file /etc/mailcap, line 1: incomplete entry ignored."

can't find the log on linux

OS: Kubuntu 6.10

#3133 FZ3 Can't connect to some spanish FTP servers that FZ2 can Bug report normal Other
Description

When attempting to connect to some FTP servers that use spanish messages, FZ3 times out without even detecting the username/password prompt.

This is under Ubuntu Edgy, english language installation, and Filezilla 3 BETA 7.

I have the ES locale installed as can be seen below:

ariel@polaris:~$ sudo dpkg-reconfigure locales Generating locales...

doneen_AU.UTF-8... done ..... es_AR.UTF-8... done es_BO.UTF-8... done es_CL.UTF-8... done es_CO.UTF-8... done es_CR.UTF-8... done es_DO.UTF-8... done es_EC.UTF-8... done es_ES.UTF-8... done .....

Generation complete.

An then tried:

ariel@polaris:~$ export LC_ALL=es_ES.UTF-8 ariel@polaris:~$ filezilla

With or without the export I get the same timeout problem.

FZ2 (with Wine) works with no problems in the same machine / Ubuntu OS.

GNU's ftp client also works fine with these sites.

Examples:

FZ3 fails: Status: Resolving IP-Address for ftp.wiroos.com Status: Connecting to 200.43.193.72:21... Status: Connection established, waiting for welcome message... Response: 220-FTP server ready. Status: Invalid character sequence received, disabling UTF-8. Select UTF-8 option in site manager to force UTF-8. Response: Error: Connection timed out Error: Could not connect to server

GNU ftp works fine:

ftp ftp.wiroos.com Connected to ftp.wiroos.com. 220-FTP server ready. 220 Este es un sistema privado - No se permiten usuarios an�nimos Name (ftp.wiroos.com:mi_usuario):

It would be great to have this fixed :)

#3134 Missing Features? Bug report normal Other
Description

I see in FileZilla v 3.0.0.beta7 that you have dropped a few of the nice features of v 2, like Import/Export Settings, a keep-alive setting, and Help. I trust these will be present when the beta becomes production, or perhaps there will be notes explaining why they are not. Also, how about a menu item to Import/Export Site Manager data? I'm using Win XP SP2, and there is no log, as this was not a report of a run-time error. Thanks. Mike

#3135 Missing PHP Alexander Schuch Bug report normal Other
Description

Windows XP SP2 Filezilla 3.0.0.-beta7

Under the open a new preference, you specify a list of langs to default the open window to. I did not see PHP. It was hard to search being they are not in alpha order but I do not believe it is there.

Mike

#3136 Default local Directory Bug report normal Other
Description

When specifying a Default remote directory (i.e pub or ./pub or /pub or ~pub) a "/" is added, rejecting the connection. Version: Filezilla 3.0.0-beta7 OS: wintel XP Pro 2002 SP1 Logs Lev.3: Response: 230 User test logged in. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand(0) Command: CWD /pub/ Trace: CFtpControlSocket::OnReceive() Response: 550 /pub/: No such file or directory. Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::SendNextCommand(2) Trace: CFtpControlSocket::ListSend(2) Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing

#3137 Default Local Directory not remembered by Reconnect button Bug report normal Other
Description

Version: Both 3.0.0-Beta6 and Beta7 OS: WinXP, SP2

When you connect to a site, then close the application, then relaunch the application, and finally reconnect to the same site using the "R" button, FileZilla does not go back to the default local directory set for that site, as it should.

#3138 Losing Remote Site Directory During Uploads Alexander Schuch Bug report normal Other
Description

Running 3.0 b7 using passive mode. MTU=1492, both client and server are behind Linksys NATed routers(use external IP feature is great). Ports are forwarded on both ends. Client=XP Media. Client is on 3000/250 cable, server is on 600/6000 DSL/PPPoE. Server is DLink DNS323(Unix L8)

I have seen this twice. While uploading folders containing 15 to 30 - 50-150K JPGs files to the server, the remote directories disappeared and the message "not connected to any server" appeared. The up load continued and completed successfully each time. Refresh would not show directory. Had to disconnect and reconnect to see folders and files.

#3139 PASV and Active Fails-Client on DSL/PPPoE Bug report normal Other
Description

Sorry, I put this on the FZ 2x list by mistake. Am reposting on FZ3.0 list.

I am not sure exactly what is happening but I an a friend of my are having the following issue:

Configuration Info

We both have:

  • FileZilla 3.0 b7 installed
  • DLink DNS323 500GB RAID1 servers(Unix L8)on our respective networks

configured for FTP

  • NATed networks behind Linksys Routers with MTU=1492
  • Running Windows XP clients
  • Have ports 21, 5000-5100(preferred by prior version of FileZilla, and

65500-65535(preferred by DNS 323 in PASV) forwarded on the routers

  • Set FileZilla b7 to use Servers External IP
  • We both are using DNS name server via DynDNS.org because our ISPs change

our IPs several times a week.

Whats Different

  • My access is 250/3000 Cable with Auto IP
  • His access is 600/6000 DSL using PPPoE
  • My client PC uses Norton Virus and Firewall SW
  • His client PC uses ATT protection for Yahoo SW
  • Note: We have tried disabling firewalls and Internet Secuity Setting with

no affect on results

Issue Outlined

  • My client from my network has no issues connecting with and transferring

files to and from his server either in Active or Passive Mode when using 3.0 b7 over his DSL/PPPoE based service.

  • His FZ2.31 client logs on to my server from his network in Active Mode

without issues. Passive does not work because it needs servers external IP to work.

  • His FZ 3.0b7 client fails both Active and Passive connections to my

server when he tries from his network. However,when he tried from his son's cable serviced network, he was able to log on and tranfer files both in Active and Passive Mode.

I am current thinking that the issue is somehow related to his PPPoE connection but why does FZ 2.31 work in Active Mode while FZ 3.0b7 fails to connect in either mode when he tries to connect to my server from his network. The trace shows that the socket closes as soon as the PASV command is issued and the disconnect then follows.

I have included the trace for Passive Mode. I do not yet have a trace for the Active Mode. I have asked my friend for it and I will add it when I get it.

Status:Resolving IP-Address for SERVER.gotdns.com Trace:ControlSocket.cpp(167): CControlSocket::ContinueConnect(011EBA10) m_pEngine=011FF008 caller=012100A8 Status:Connecting to (Servers ext IP):21... Status:Connection established, waiting for welcome message... Trace:CFtpControlSocket::OnReceive() Response:220 NAS-500GB FTP server (Version wu-2.6.2(52) Tue Jan 2 14:13:26 EST 2007) ready. Command:USER Bill Trace:CFtpControlSocket::OnReceive() Response:331 Password required for Bill. Command:PASS Trace:CFtpControlSocket::OnReceive() Response:230-Welcome to my FTP site. Trace:CFtpControlSocket::OnReceive() Response:230-Now is the time ==> Sun Apr 8 13:27:41 2007 Response: 230-The host name is NAS-500GB Response: 230-You are Bill Response: 230-There are 1 person in my site, now. Response: 230- Response: 230- Response: 230 User Bill logged in. Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 500 'FEAT': command not understood. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand(0) Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::TransferSend(0) Trace: state = 1 Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::TransferSend(0) Trace: state = 2 Command: PASV Trace: CControlSocket::OnClose() Error: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Failed to retrieve directory listing

#3140 Desktop is not shown at Directory Tree Bug report normal Other
Description

Hi,

the Shortcut to Desktop above the Directorytree on the Clientside is not shown.

At second at Directorytree under Vista the Tree of Users is not shown. So there is no possibility to move Files direct to Desktop.

#3141 Server-Directory-Display Button/Ikon Bug report normal Other
Description

filezilla 3.0.0-b7 - WinXPhome Toggle-button for Server-Directory-Display starts with horizontal-split and never returns to it back. After first touch it toggles only vertical Display.

#3142 Timeout to close connection ignored Bug report normal Other
Description

filezilla 3.0.0-b7 WinXPhome The Setting of Transfer-Timeout in seconds greater than 0 up to 9999 is ignored (f.e. 3600) and out of function. The connection is always closed after some less seconds (about 5 ?), probably by the server. In last versions filezilla was sending LIST, PASV, PWD commands from time to time. Only 0 seconds seems to work.

#3143 Chinese expression of "active" Bug report normal Other
Description

version: 3.0.0 beta7 Edit->settings->connection When the language is Chinese(traditional), the word "active" is translated into "主動模式", this is correct. But when the language is Chinese(simplified), it is translated into "激活模式" and "活动" and "主动模式" separately. They are all "active"'s correct translations, but only "主动模式" is used for computer language.

I'm Chinese, and I'm sure of that.

by the way, what's the meaning of "<pagename>" on the right to "select page" please?

#3144 No password encryption Bug report high Other
Description

All passwords for the server(s) are in the clear in the file sitemanager.xml. In FileZilla 2.x they are encrypted.

This seems to be a high security risk!

#3145 Make file timestamps customizable Bug report normal Other
Description

Filezilla version 3.0.0-beta7 Operating System Windows XP SP2

The Last Modified date columns show dates in the following order day/month/year rather than the normal month/day/year.

If the new format is going to become the standard, could there be an option added in the settings window to choose which view is preferred. The month/day/year view gets my vote.

#3146 vsftpd+filezilla-3.0.0-beta7+ftpes=corruption on upload Bug report high Other
Description

Server: Debian 4.0 x86 vsftpd 2.0.5

Client: Any Client with FileZilla 3.0.0-beta7

After uploading a file to the Server whith ftpes (auth tls) encryption enabled the file gets corrupt (md5sum differs). Tried This with the Linux and Windows version of filezilla. Download is no problem. Windows + FileZilla-2.2.32 is also working.

client:~$ dd if=/dev/urandom of=testfile bs=1M count=1 1+0 records in 1+0 records out 1048576 bytes (1.0 MB) copied, 0.547827 seconds, 1.9 MB/s client:~$ md5sum testfile 288c79214028a34fa04b5c04c8c2948c testfile

server:/home/ftp# md5sum testfile 664df4ef310fbdb47617c8933826f64d testfile

Every retransfer of the file results in a different md5sum.

Filezilla logfile is attached .

#3147 Download does not refresh file list Bug report normal Other
Description

BETA8: Download does not refresh the file list after completion (upload does!). BTW: I miss the view/editor feature from version 2, without that feature Filezilla is nearly useless for me.

#3148 NT4 not supported Bug report normal Other
Description

Trying to run FileZilla 3 beta 8 on NT4 causes "Entry point SHGetFolderPathW not found in Shell32.dll". This entry point is in the Win2k Shell32.dll but not in the NT4 and Win98 versions of the DLL.

Thanks,

Steven

#3149 Right click on 'site manager' doesn't open dropdown in Linux Bug report normal Other
Description

On Ubuntu 2.6.20-15-Generic, right clicking on the site manager in Filezilla 3.0.0-Beta8 doesn't open the popup with quicklinks as mentioned in the release notes.

#3150 Passwords are stored unencrypted Bug report normal Other
Description

In ~/.filezilla/sitemanager.xml the password for a non-anonymous ftp site will be stored unencrypted.

OS: 2.6.19-gentoo-r5

#3151 FZ ask to overwrite or not files that are in another folder. Tim Kosse Bug report high Other
Description

Ubuntu 7.04 with filezilla 3 beta 8.

Some weird overwrite problem.

I upload a folder with files. Then I rename the remote folder to something else. Then I upload again the same folder. FileZilla ask me if I want to overwrite each files one by one. Even if I cancel and delete all in the queue, refresh the remote listing and upload again, he will still ask me to overwrite or not. The only exit is to close FZ and run it again.

Here is what the logs are saying.

LOGS :

Commande STOR Bailaproductions.com.JPG Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Options: -a -l Réponse: 226 3 matches total Réponse: 553-Can't open that file: No such file or directory Réponse: 553 Rename/move failure: No such file or directory Réponse: 150 Accepted data connection Réponse: 226-ASCII Réponse: 226-Sorry, we were unable to read . Réponse: 226-Options: -a -l Réponse: 226 0 matches total Commande TYPE I Statut: Débute le téléversement de /home/aracine/multimedia/photos originales/irfanview-temporaire/Belinda and Guesley.JPG Commande TYPE I Statut: Liste du répertoire complétée Réponse: 200 TYPE is now 8-bit binary Commande PASV Réponse: 200 TYPE is now 8-bit binary Commande PASV Réponse: 227 Entering Passive Mode (70,85,236,34,121,239) Commande STOR Belinda and Guesley.JPG Réponse: 227 Entering Passive Mode (70,85,236,34,52,79) Commande STOR bailaproductions dance troupe.JPG Réponse: 553-Can't open that file: No such file or directory Réponse: 553 Rename/move failure: No such file or directory Réponse: 553-Can't open that file: No such file or directory Réponse: 553 Rename/move failure: No such file or directory Statut: Débute le téléversement de /home/aracine/multimedia/photos originales/irfanview-temporaire/Belinda and Guesley.JPG Statut: Extraction de la liste du répertoire... Commande TYPE I Statut: Débute le téléversement de /home/aracine/multimedia/photos originales/irfanview-temporaire/bailaproductions dance troupe.JPG Statut: Extraction de la liste du répertoire... Commande SIZE Belinda and Guesley.JPG Commande TYPE I Réponse: 200 TYPE is now 8-bit binary Réponse: 550 Can't check for file existence Commande MDTM Belinda and Guesley.JPG Réponse: 200 TYPE is now 8-bit binary Commande PASV Réponse: 550 Can't check for file existence Réponse: 227 Entering Passive Mode (70,85,236,34,63,132)

[etc]

Do you want the logs level 3 ? I can reproduce this.

#3152 Unable to download file containing "&" character Tim Kosse Bug report normal Other
Description

I'm using beta 8 and nightly builds from FileZilla 3 under Ubuntu (GNU/Linux), and I've noticed a bug : I'm unable to download files containing the "&" character. I've been told to report this bug in the bugtracker by codesquid.

FileZilla creates a file without the "&" sign and then ask infinitely whether it should replace it and never downloads the file. Actually, the RETR command contains the filename without the "&", and thus the server responds "550 Failed to open file".

A file without the "&" character gets created and the replace dialog would show up over and over asking for replacing this empty file.

Attached is the log of the FTP session.

#3154 CPU Load Bug report normal Other
Description

-Using filezilla 3.0.0-beta8 on linux (seems to happen on Windows too -> http://filezilla.sourceforge.net/forum/viewtopic.php?t=3433 - When transfering lots of file, the CPU load drops to 100% after a short time. It seems to be due to the log of commands/response displayed while files being uploaded. If you right-clic -> clear all, the CPU Load comes back to a normal level. Confirmations?

#3155 Single connection Bug report normal Other
Description

When you set the three fields at "Concurrent transfers" all to 1, I would expect it to work the same way as it did in FZ2: reusing the current connection for a transfer and not opening a new connection.

The FTP connection to my webhoster is slow on connecting, once connected it all works as fast as you would expect. Therefore reconnecting for every transfer is annoying.

Using beta-8 on WinXP.

#3156 Program crashes when attempting language switch Tim Kosse Bug report high Other
Description

Version: 3.0.0-beta8 OS: Windows XP Professional SP2 (Traditional Chinese Version) Installation: default

Description: On the first run, I found that "Chinese" was set as default language. That worked okay. First thing I did was check the quick connect history list, to see if it was still there. Turns out my previous installation was in a different folder, so the list was empty. Then I attempted to change the language. I selected "English", clicked "OK", and it crashed.

Further testing reveals that it only crashes when I click the quickconnect history list first, then attempt a language change, regardless of the original or desired language. Changing the language immediately following a fresh startup of the program does not result in a crash, and the language transition goes smoothly.

After the crash, restarting the program shows that the language change did take effect.

#3157 With FZ 3 beta 9, can't transfert files. Bug report high Other
Description

Ubuntu 7.04, FZ beta 9.

With beta 8, transfert of files was working.

I beging to upload something, the folder is created and then FZ hang.

#3158 Problems when refreshing directories on the server Bug report normal Other
Description

OS: Ubuntu 6.10 (Edgy Eft) Filezilla: 3.0.0-beta 10

My first bug report, so let me know if the information is insufficient.

I encounter problems when trying to refresh the directories on a server - but find it hard to reproduce the behavior.

I deleted a file with Filezilla. I then load a webpage with a PHP-Script that creates this file from scratch if it doesn't already exist. When I then try to refresh the directory in FileZilla (where it still shows "empty"), I get a timeout and the conncetion to the server is reset.

I have attached the log.

Thanks for your work, so excited that now I can finally use my favorite FTP-Client on my favorite Operating System.

#3159 Renaming a local file Bug report normal Other
Description

When renaming a local file (in the left panel) through the GUI, the name of the file changes as it should, but that change is not reflected in the GUI.

(Should the category have been "interface" for this bug?)

#3160 Swedish translation uses wrong locale name Tim Kosse Bug report normal Other
Description

The Swedish translation uses the wrong locale name (sv_SE). There is absolutely no meaning in using both language and country code. If just using language code (sv) other users with different locale can also enjoy this translation (such as sv_FI)

Please change the name from "sv_SE" to "sv"

#3161 Cannot run from some directories Bug report normal Other
Description

FileZilla betas cannot be run from a directory containing the "#" character in its name (eg. c:\#filezilla). It runs fine when I run it from c:\filezilla.

Steps to reproduce: Copy FileZilla 3.0.0 beta 10 (or any earlier) to c:\#filezilla and run filezilla.exe

Log: 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/AUTOEXEC.BAT'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/CONFIG.SYS'. 17:37:18: XML parsing error: 'not well-formed (invalid token)' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/log.txt'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/AUTOEXEC.BAT'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/CONFIG.SYS'. 17:37:18: XML parsing error: 'not well-formed (invalid token)' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/log.txt'. 17:37:18: XRC resource 'ID_MENUBAR' (class 'wxMenuBar') not found! 17:37:18: Cannot load main menu from resource file 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/AUTOEXEC.BAT'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/CONFIG.SYS'. 17:37:18: XML parsing error: 'not well-formed (invalid token)' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/log.txt'. 17:37:18: XRC resource 'ID_MENU_DEBUG' (class 'wxMenu') not found! 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/AUTOEXEC.BAT'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/CONFIG.SYS'. 17:37:18: XML parsing error: 'not well-formed (invalid token)' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/log.txt'. 17:37:18: XRC resource 'ID_TOOLBAR' (class 'wxToolBar') not found! 17:37:18: Cannot load toolbar from resource file 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/AUTOEXEC.BAT'. 17:37:18: XML parsing error: 'no element found' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/CONFIG.SYS'. 17:37:18: XML parsing error: 'not well-formed (invalid token)' at line 1 17:37:18: Cannot load resources from file 'file:/C%3A/log.txt'. 17:37:18: XRC resource 'ID_QUICKCONNECTBAR' (class 'wxPanel') not found! 17:37:18: Cannot load Quickconnect bar from resource file

#3162 Can't delete a remote directory Bug report normal Other
Description

I believe the problems in viewing a file beginning with a period have been reported elsewhere. I couldn't find these reports, but I remember seeing them, so pardon me if this is a dup.

If I try to delete a remote directory containing a file whose name starts with a period (.htaccess, in this case), the directory is not deleted and it displays as being empty.

The FTP server is ProFTPD 1.3.0a Server (ProFTPD) and appears to be able to list files that start with a period (if I use the plain old FTP command and then do ls -a.

FileZilla version is 3.0.0-beta10 running on Windows XP.

#3163 Inconsistent selection when list is reordered Bug report normal Other
Description

(might be related to wxWidgets, but I'm unsure so I'm reporting it here)

When reordering either the local or remote file list, if files were selected, since the order changes, files taking the position of files previously selected are now selected.

It looks like it's a problem with the ID the file gets in the list, which isn't updated properly: the IDs of selected files isn't update at all, only files are being reordered.

Expected behaviour is to have selection updates with file reorder, and having the same files selected, no matter I'm reordering the list.

#3164 30 sec startup when disconnected network drives exists Bug report normal Other
Description

FileZilla 3 beta 10 takes a very long time to start up if you have disconnected network drives in Windows.

Recreate problem: tools / map network drive choose another computer in the network
computer\c$ or whatever save the connection with "reconnect at logon" FileZilla still starts up fine remove the other computer from the network (unplug network cable) FileZilla now takes ~30 sec to start.

Related to [ 1578753 ] Scan Floppy and slow startup http://sourceforge.net/tracker/index.php?func=detail&aid=1578753&group_id=21558&atid=887596

#3165 Remote file permissions displayed wrong after change Bug report normal Other
Description

This is a problem with the Win32 3.0.0-beta10 client and a Unix ftp server.

If you select a remote file and use the File Attributes entry from the right-click menu to change the remote file permissions, the permissions do get properly changed; but the file list shows the old permissions. If you right click and select File Attributes again, the original (now incorrect) permissions are shown in the dialog box.

Switching to a different directory and then switching back causes a refresh of the file list and then the correct permissions are displayed.

#3166 Local files do not update once download is completed Bug report normal Other
Description

Local files do not update once download is completed, I have to change directories and then return in order to see the files that I have downloaded.

Filezilla Ver. 3.0.0-beta10 (win32 exe version)

Windows Vista home premium

#3167 File transfer error misinterpreted Bug report normal Other
Description

Hey, it's me again. Using the last compiled nightly build, when a server refuses a connection for a transfer because I have "already too much connection", FileZilla puts the file in the failed transfer queue with a message saying "wrong password". The error code returned by the server happens just after FileZilla sent the password, and its return code is 530.

After looking a bit in the RFC, 530 is described as "refused connection" rather than "wrong password", but I'm unsure you could do something about it, since the error code has many meaning. But at least you know that it might mean something else, now.

#3169 Filezilla installs start menu shortcut in user's start menu Bug report normal Other
Description

Problem:

Windows Filezilla installs the Start menu shortcut in the start menu of the user that installed the program.

Software version: Windows XP SP2, filezilla 2.2.32.

Expected Results:

Filezilla installs start menu shortcut in all users start menu so all accounts have access to it.

Additional Info:

Same goes for Windows 2000 and 2003 and builds I have tried of filezilla IIRC.

#3170 Verify Post-Upload Bug report normal Other
Description

When I transfer a large directory with thousands of files, I inevitably get a handful of zero-length files scattered throughout. My current workaround is to use the command-line FTP client (I'm on Windows XP) to "ls -lR" the entire site, then grep the results for zero-sized files, and upload those individually.

I would like to see an option in FileZilla to verify the size of each file after uploading, and retry the transfer on disagreement between the local and server versions.

#3171 FZ 3.0.0-beta10 regression - port box Bug report normal Other
Description

FileZilla 3.0.0-beta10 regression

port box not getting port numbers, at least not showing up

I am trying to update to FileZilla 3.0.0-beta10 to get the fix for broken connections forgetting the "Resume" choice.

But, after unzipping the windows zip for it, and running it, and adding a new host, and selecting SFTP, I discover what looks like an error in the port box.

The port box doesn't get the correct number -- this works correctly in FileZilla 2.2.30(a?) -- when you select SFTP protocol, the port box is automatically set to 22.

But, with FileZilla 3.0.0-beta10, the port box seems to stay blank.

#3172 Set Priority Doesn't Work Bug report normal Other
Description

I am using Filezilla Client 3.0 BETA 10, and the set priority option in the queue does not work. All files that are downloaded are set to normal priority and can not be changed.

#3173 Beta 11 - Edit > Settings Pagenames Bug report normal Other
Description

Not sure if this is a bug, but reporting just in case. I've seen this in all Betas so far.

Under Gnome 2.18.1 / Ubuntu feisty standard install, the Settings dialog shows "<pagename>" at the top, for all "pages", for example Connection, Interface, Debug, etc.

I wonder if this is a problem with ubuntu's gnome or just still work in progress.

#3174 Import data from old version dialog typo Bug report normal Other
Description

Typo in the dialog that comes up when you import an older filezilla.xml file. "Due to the differences in the storage formt," Format needs an o. I'm using beta 11

#3175 Does not save tab positions Bug report normal Other
Description

In local and remote does not save tab positions - version beta 11

#3177 Toogle the display of the transfer queue Bug report normal Other
Description

It's a really minor thing, the button which toogles the display for the transfer queue is dead. I'm using 3.0.0b11 as Zip-Version (Win32).

#3178 FTP strange behavior Bug report normal Other
Description

Program: FileZilla 3 beta 11 OS: Windows XP Professional SP2

Problem: FileZilla has a strange behavior when I try to upload my files to my 110mb.com FTP account.

Let's reproduce the problem step-by-step. I establish a connection to the FTP server and I try to upload a file.

Here is the log:

Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(013475B8) m_pEngine=01089CD0 caller=01330488 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 41 of 50 allowed. Response: 220-Local time is now 15:50. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 60 seconds of inactivity. Command: USER kaixi Trace: CFtpControlSocket::OnReceive() Response: 331 User kaixi OK. Password required Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230-User kaixi has group access to: vhosts Response: 230-OK. Current restricted directory is / Response: 230 289 Kbytes used (0%) - authorized: 2048000 Kb Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand(0) Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is your current location Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::TransferSend(0) Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (195,242,99,215,237,57) Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: LIST -a Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Trace: CTransferSocket::OnClose Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226-ASCII Response: 226-Options: -a -l Response: 226 11 matches total Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::ListSend(0) Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(01347308) m_pEngine=01320268 caller=01352F30 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 Too many connections (1) from this IP Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(01347578) m_pEngine=01320268 caller=01352F30 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 Too many connections (1) from this IP Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(01347308) m_pEngine=01320268 caller=01352F30 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 Too many connections (1) from this IP Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(01347308) m_pEngine=01320268 caller=01352F30 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 Too many connections (1) from this IP Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(0134FD80) m_pEngine=01320268 caller=01352F30 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 421 Too many connections (1) from this IP Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry...

There is absolutely no way to upload files. I've tried everything: only one file upload every time, I've set the simultaneous uploads to 1... After my unsuccessful tries I finally decide to give up. OK, I disconnect from the server.

The strange part comes...

Now look at the log:

Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Status: Resolving IP-Address for kaixi.110mb.com Trace: ControlSocket.cpp(948): CRealControlSocket::ContinueConnect(013479F8) m_pEngine=01320268 caller=01330488 Status: Connecting to 195.242.99.215:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 40 of 50 allowed. Response: 220-Local time is now 15:59. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 60 seconds of inactivity. Command: USER kaixi Trace: CFtpControlSocket::OnReceive() Response: 331 User kaixi OK. Password required Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230-User kaixi has group access to: vhosts Response: 230-OK. Current restricted directory is / Response: 230 289 Kbytes used (0%) - authorized: 2048000 Kb Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\Documents and Settings\Ningsu\Escritorio\Web\index.html Trace: CFtpControlSocket::SendNextCommand(0) Command: CWD / Trace: CFtpControlSocket::OnReceive() Response: 250 OK. Current directory is / Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is your current location Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand(0) Trace: CFtpControlSocket::TransferSend(0) Command: TYPE A Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now ASCII Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (195,242,99,215,195,99) Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Command: STOR index.html Trace: CTransferSocket::OnConnect Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::TransferSend(0) Trace: CFtpControlSocket::OnReceive() Response: 226-292 Kbytes used (0%) - authorized: 2048000 Kb Response: 226-File successfully transferred Response: 226 0.146 seconds (measured here), 22.17 Kbytes per second Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::SendNextCommand(0) Trace: FileTransferSend() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66)

Now that I was supposed to be disconnected the file starts to upload to the server. It's amazing!!

Can you please please tell me what's happening here? Many users from 110mb who use FileZilla 3 are experiencing this problem. See this forum post:

http://www.110mb.com/forum/empty-t17936.0.html

In my opinion, I think this is a bug of Filezilla 3 beacause everything is fine with Filezilla 2.

Take a look to this, please. Could you send me a reply to kaixiluo at gmail dot com? Thanks a lot.

Yours sincerely,

Kaixi

#3179 Reconnection Delay UI Error Bug report normal Other
Description

When I enter "300" for "Delay between failed login attempts" in the settings dialog, and click "OK", I get an error box informing me that I should enter a number between 0 and 999 seconds, which 300 clearly is. (I then tried 99 seconds and it was accepted). I made sure that I hadn't entered any erroneous characters like a space.

#3180 Delayed display of setting change in FZ3 Bug report normal Other
Description

I suspect there are other places, but specifically, if transfers (downloads in my case) are in progress (and IIRC also when just queued) and right-click to change priority (Higher or Lower), it requires the user to re-click on one of the queue entry rows to see the changed setting of priority. Otherwise, poor user sits there thinking no change has been noted (and maybe it hasn't as I couldn't readily perceive dynamic rate changes differing from normal fluctuations and adjustments)

Running XP sp2

#3181 Resume Sometimes Persistently fails on FZ3b11 Bug report normal Other
Description

This is a follow on from my Help forum entries with an upload of debug log and contrasting log from FZ2 which seems to always work. I'm still worried that the same problem occurs when remote server is WinFTPserver or FZ 9.2.23 and also if the client is FireFTP.

In the attached logs ip addresses and file names are genuine originals, but I also tested with a simpler file name yesterday as described in Help Forum entry.

The odd thing is that some resumes work but those that don't resume successfully appear to NEVER resume successfully with FZ3b11 but vdo resume with FZ2.2.32

I have reverted to FZ2 for now.

...oh, and its XPsp2 on this (laptop) PC and same problem on another clinet PC I started this exercise on a few days back.

p.s. NAT at client-end router maps ports 20 and 21, and that stuff about allowing a bunch of ports to be exploited (limit local ports) didn't seem very manageable when it came to NATting. I didn't set any this time but could get away with a few if required. I did try NATting a couple of local ports extra when I first hit problems on the PC I used at the weekend and that didn't fix the problem.

p.p.s. I have transfer compression on

#3182 verify-download - overwrite dlg on empty dir? Bug report normal Other
Description

on beta 11, I try to download a directory by dragging over. it has 7 files in it. one of them (a random file) most often becomes zero-length, though I get success from the process. it also does something else strange.

I do not have this problem with FZ2. and it is not the server or my connection.

fz3 also does something else strange. even though the local dir was previously empty, on the last file it asks me if I want to overwrite: I have noticed fz3 creates a zero-length file first, and then asks permission if it's ok to overwrite. I tell it yes, and then the file of proper length is downloaded.

#3183 & lost on XML import of account data Bug report normal Other
Description

When IMPORTING Site Manager data from an XML, the passwords that contain an & (ampersand) loose the &. Escaping them also doesn't help. When using the Quick Connect, the & is treated correctly.

(FileZilla_3.0.0-beta11_win32 on WinXP -- no log file to add but this is easy to test & replicate)

#3184 Can not compile with sun CC for vector::begin() Bug report normal Other
Description

"RemoteListView.cpp", line 262: Warning: extra ";" ignored. "RemoteListView.cpp", line 1020: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1057: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1059: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1061: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1063: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1065: Error: Incorrect access of a member from const-qualified function. "RemoteListView.cpp", line 1068: Error: Incorrect access of a member from const-qualified function. 7 Error(s) and 13 Warning(s) detected. make[3]: * [filezilla-RemoteListView.o] Error 7

#3185 Can not compile with sun CC for strrchr return const char* Bug report normal Other
Description

"prefix.cpp", line 379: Error: Cannot assign const char* to char*. "prefix.cpp", line 415: Error: Cannot assign const char* to char*. 2 Error(s) and 3 Warning(s) detected.

#3186 autogen.sh run error on solaris because /bin/sh is not bash Bug report normal Other
Description

$./autogen.sh -e --- FileZilla 3 autogen script ---

-e HINT: If this script fails, please download a recent source tarball from http://filezilla-project.org/nightly.php

-n 1. Cleaning previous files... done

  1. Checking required tools...

-n 2.1 ./autogen.sh: local: not found -n Checking for automake >= 1.8.0 ... found 1.10, ok. -n 2.2 ./autogen.sh: local: not found ./autogen.sh: test: argument expected

#3187 miss in6addr_loopback and in6addr_any cause link error Bug report normal Other
Description

On solaris,

/ws/onnv-tools-prc/SUNWspro/SS11/bin/cc -g -o fzsftp fzsftp-ssh.o fzsftp-sshcrc.o fzsftp-sshdes.o fzsftp-sshmd5.o fzsftp-sshrsa.o fzsftp-sshrand.o fzsftp-sshsha.o fzsftp-sshblowf.o fzsftp-sshdh.o fzsftp-sshcrcda.o fzsftp-sshpubk.o fzsftp-sshzlib.o fzsftp-sshdss.o fzsftp-x11fwd.o fzsftp-portfwd.o fzsftp-sshaes.o fzsftp-sshsh256.o fzsftp-sshsh512.o fzsftp-sshbn.o fzsftp-wildcard.o fzsftp-pinger.o fzsftp-ssharcf.o fzsftp-sftp.o fzsftp-int64.o fzsftp-logging.o fzsftp-be_none.o fzsftp-cproxy.o fzsftp-psftp.o fzsftp-cmdline.o fzsftp-timing.o fzsftp-misc.o fzsftp-version.o fzsftp-settings.o fzsftp-tree234.o fzsftp-proxy.o fzsftp-fzsftp.o fzsftp-time.o unix/libfzsftp_ux.a -lxnet Undefined first referenced

symbol in file

in6addr_loopback unix/libfzsftp_ux.a(uxnet.o) in6addr_any unix/libfzsftp_ux.a(uxnet.o) ld: fatal: Symbol referencing errors. No output written to fzsftp

#3188 po error cause build fail Bug report normal Other
Description

build from trunk, there would be lots of po errors like following:

Processing file "tr.po.new"... Lines 1138, 1139 (tr.po.new): incompatible printf-format.

format specifier mismatch in the argument (#1).

Lines 1138, 1139 (tr.po.new): incompatible printf-format.

format specifier mismatch in the argument (#2).

ERROR: 2 error(s) found. make[1]: * [tr.mo] Error 1

#3189 Problems with upload of empty files and directories Tim Kosse Bug report high Other
Description

Using FileZilla 3 beta 11 and FileZilla 2.2.32 (WinXP to Linux server, FTPES, passive mode, ASCII/auto and binary):

-- It appears that the upload of empty files and empty directory structures causes problems, i. e. the items appear in the failure queue, although some of them were created.

-- FileZilla tries to transfer some null-byte files multiple and asks if the target (which was obviously created) shall be overwritten. Looping until timeout failure, see end of log.

-- FileZilla interprets the server message "530 too many connections" as "wrong password" and thus puts items to the failure queue instead of trying to repeat the transaction later.

To be tested with the files of egroupware.org (lots of empty dirs and files in the directories egw/gallery and egw/phpsysinfo).

#3190 3.0.0-beta11 files > 2GB don't show file size in client Bug report normal Other
Description

After connecting to an IIS FTP server, files of +2 GB do not dosplay the file size.

The attached screen print is after disconnecting and reconnecting and even doing a refresh. Note that the files to the right are missing the file sizes in the display.

#3193 Remote file selection changes on download Bug report normal Other
Description

v3.0.0-rc1

When I multi-select files from a remote server, then right-mouse/download, when all files have been completed, the files SELECTED in the list CHANGES.

Additionally, I get a "do you want to replace file 'A' with file 'A' " message, when there originally was no file A. FileZilla seems to be copying it partially, then trys to re-copy it; when doing so, it sees the partial copy, then asks to 'overwrite?' it.

#3201 RC2 connect with SSH problems Bug report normal Other
Description

Hi,

After updating to RC2 of FileZilla 3 Client it will no longer connect when using SSH authentication. Connecting with the same key from the same computer with FileZilla 2 works OK, as did the previous release of FileZilla 3

Here is the connection log:

Status: Connecting to vytautas.mine.nu:22... Response: fzSftp started Trace: CSftpControlSocket::ConnectParseResponse(fzSftp started) Command: open "ftpweb@…" 22 Trace: Looking up host "vytautas.mine.nu" Trace: Connecting to 192.168.1.100 port 22 Trace: Server version: SSH-2.0-OpenSSH_4.5 Trace: Using SSH protocol version 2 Trace: We claim version: SSH-2.0-PuTTY_Local:_Aug_26_2007_22:50:51 Trace: Doing Diffie-Hellman group exchange Trace: Doing Diffie-Hellman key exchange with hash SHA-256 Trace: Host key fingerprint is: Trace: ssh-rsa 1024 65:16:d9:bc:18:86:c6:10:db:7b:68:27:cc:fe:a5:e2 Trace: Initialised AES-256 SDCTR client->server encryption Trace: Initialised HMAC-SHA1 client->server MAC algorithm Trace: Initialised AES-256 SDCTR server->client encryption Trace: Initialised HMAC-SHA1 server->client MAC algorithm Trace: Reading private key file "C:\Documents and Settings\User\My Documents\Keys\Linux-Server-FC4.ppk" Trace: Pageant is running. Requesting keys. Trace: Pageant has 1 SSH-2 keys Trace: Configured key file not in Pageant Trace: Offered public key Trace: Server refused public key Trace: Disconnected: No supported authentication methods available Error: Disconnected: No supported authentication methods available Trace: CSftpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry...

#3206 The update could not start: wrong filepath (3.0.0-rc3) Bug report normal Other
Description

after automaticaly downloading the update (3.0.0-rc3), the installation could not be started because the file c:\users\myname\documents\ etc. could not be found. Indeed, On my dutch computers I have the dutch translation for users and documents. Improvement for the programmer: ask the special folder My documents instead of composing it by yourself.

#3208 Passwords saved unencrypted Bug report high Other
Description

Using FileZilla 3.0.0 I found out, that all data you enter concerning the servers to connect to is stored in the folder documents and settings\<username>\app data\FileZilla, especially in filezilla.xml and sitemanager.xml.

The point is: The passwords are written to these files in clear text.

In FileZilla 2 it was at least encrypted in some way.

For security-reasons: Can you change this again?

#3211 Bug while importing previous settings(Filezilla.xml) Bug report normal Other
Description

FileZilla version: 3.0.0 OS: Windows XP SP2

When importing site usernames and passwords from previous filezilla versions, sites with DontSavePass="1" should have Logontype="Ask for password" instead of "Normal" so that the new filezilla asks for password on connection like the old one.

#3214 Possible problem with sitemanager.xml syntax Bug report normal Other
Description

I just created a new dummy site after a fresh installation of FZ3. This is what the sitemanager.xml look like:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <FileZilla3>

<Servers>

<Folder>New folder

<Server>

<Host>sdr</Host> <Port>34</Port> <Protocol>0</Protocol> <Type>0</Type> <Logontype>0</Logontype> <TimezoneOffset>0</TimezoneOffset> <PasvMode>MODE_DEFAULT</PasvMode> <MaximumMultipleConnections>0</MaximumMultipleConnections> <EncodingType>Auto</EncodingType> <Comments></Comments> <LocalDir></LocalDir> <RemoteDir></RemoteDir>New site

</Server>

</Folder>

</Servers>

</FileZilla3>

As you can see, the site's name "New site" is not stored inside any tag, but loosely inside its parent "Server" tag. I'm not sure if this is valid XML. At least it would be nice to introduce a "Name" tag to encapsulate the site's name.

The same holds true for a folder's name ("New folder" in the example above).

#3221 CRASH on startup Bug report normal Other
Description

Built from source on openSUSE 10.3

wxGTK 2.8.4 Glib 2.14.0 gnutls 1.6.1 GCC 4.2.1 Glibc 2.6.1

I recieve the attached crash report from "Bug Buddy"

#3225 Cyrillic filenames (cp1251) not showing Bug report normal Other
Description

If server encoding is cp1251 and some file have cyrillic characters this files not showing in list.

P.S. FileZilla 3 Final for Linux

#3231 Fail to get desktop path Bug report normal Other
Description

Trying to open the Desktop folder produces the message "Failed to get desktop path".

Although the path for my desktop and my documents have been altered, their locations are properly set in the registry and Filezilla can access the "my documents" folder without problems.

Filezilla should not try to get the desktop by following the %USERPROFILE%\Desktop route but it should get the path from the registry.

#3234 French Translation Errors Alexander Schuch Bug report normal Other
Description

In Filezilla 3.0, There're mistakes in French translation. Two errors in Éditer > Configuration > Transferts > Délai d'attente : "Si il est impossible d'envoyer ou de recevoir des données pendant cette période, la connection sera fermée et FileZilla essaiera de se reconnecter." which should be : "S'il est impossible d'envoyer ou de recevoir des données pendant cette période, la connexion sera fermée et FileZilla essaiera de se reconnecter."

#3237 Help > About freezes Program Bug report normal Other
Description

Windows Vista Home Premium, Filezilla 3, clicking on Help>About to get the exact version for previous bug report, program froze and Vista closed it as a non-responsive program. Tried this twice, same result.

#3240 Doesn't read my FileZilla.xml Alexander Schuch Bug report normal Other
Description

FileZilla 3.0 doesn't read my FileZilla.xml from 2.X.

#3249 Router trouble Bug report normal Other
Description

Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.0.1 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 66.75.193.148 gg-hf-bjd-bei Response: 200 OK PREP 6895 Response: 200 Using port 6895, data token 411394424 PORT 66,75,193,148,26,239 Response: 502 Port mismatch. Tainted by router or firewall. Server sent invalid reply. Connection closed

I've tried several different things, but i don't know what else to do, this is the error message that pops up when i try to configure by using the network wizard on filezilla, any help would be greatly appreciated. Russell

#3251 Shell Extension malfunction Bug report normal Other
Description

Anytime I try to drag and drop a file onto my desktop, or any other explorer windows, I get this error message:


Could not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the files into an Explorer window.


Simultaneous to the appearance of the error message, a folder is created at the drop destination with a filename always similar to "fz3-11905133955930"

I've tried re-installing the program, but it doesn't seem to change anything.

I can use the queue without any trouble.

All other functions appear to operate properly.

#3252 TimeZone Offset is Limited Bug report normal Other
Description

My remote server is at -7 GMT and I am located at +9 GMT -- a +16 hours difference. The Site Manager Timezone Offset will not accept an offset greater than 13 hours.

I am using the most current version of Filezilla (3.0.1).

#3253 TimeZone Offset is Limited Bug report normal Other
Description

My remote server is at -7 GMT and I am located at +9 GMT -- a +16 hours difference. The Site Manager Timezone Offset will not accept an offset greater than 13 hours.

I am using the most current version of Filezilla (3.0.1).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.