Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2701 - 2800 of 4044)

Ticket Summary Owner Priority Resolution Created Operating system type
#11233 Add new fatures normal rejected 7 years Windows
Description

Hello Why not zip or unzip the folder through FileZilla client? Add this fature in programm, please thank

#11237 Incorrect filename parsing normal wontfix 7 years Windows
Description

There seems to be a issue if a filename starts with a space character (or multiple spaces). The FTP client will trim out all spaces from a filename and display the rest of its string (this can also be a issue with a space as the last character)

I've discovered this after some users reported that they can't delete there own files (They have full read/write access) and the message was that "550 The system cannot find the file specified.".

So I've start investigating the issue and with multiple FTP clients: WinSCP, FileZilla, Total Commander, etc... All with the exact problem. The file can't be renamed/deleted/open/etc. The server is a "Microsoft FTP Service - Windows 2008 R2" which seems to accept filenames starting with one or multiple space characters :(

Command:	DELE A D R E S A      Document1.doc
Response:	550 The system cannot find the file specified.

Command:	RNFR A D R E S A      Document1.doc
Response:	550 The system cannot find the file specified.

I know, is one of the weirdest names I've seen so far....

So, to solve this I've used old school FTP command line

ftp> o my.ftp.server
Connected to my.ftp.server.
220-Microsoft FTP Service
[...]
230 User logged in.

ftp> cd file/path
250 CWD command successful.

ftp> dir
200 PORT command successful.
125 Data connection already open; Transfer starting.
02-27-17  07:54AM               544768  A D R E S A     Document1.doc
02-27-17  08:45AM               753624  A D R E S A     Document2.doc
226 Transfer complete.
ftp: 119 bytes received in 0,00Seconds 59,50Kbytes/sec.

ftp> delete "A D R E S A     Document1.doc"
550 The system cannot find the file specified.

ftp> mdelete *
200 Type set to I.
mdelete  A D R E S A     Document1.doc? yes
250 DELE command successful.
mdelete  A D R E S A     Document2.doc? no

ftp> delete " A D R E S A     Document2.doc"
250 DELE command successful.

So, by using a buggy FTP server witch accepts unusual filenames (starting with space characters) combined with weird people writing those names the result is no more access to those files anymore.

Please redesign the filename parsing for "LIST" command, so it will accept those anomalies.

#11240 Editing anyfile on local files panel leads to uploading the file to remote panel after being saved by the editor normal worksforme 7 years Windows
Description

Hello,

I suddenly edited a text file from local drive panel while a remote ftp session was open on the remote panel, after saving the file locally filezilla prompted me to upload the file after I saved it, meanwhile it was not related to the remote ftp I opened nor downloaded from it.

This might be a bug.

Thanks

#11248 "File exists" preferences (resume, overwrite, etc.) are lost on Filezilla update normal rejected 7 years Windows
Description

Hi,

when I download a file from a server and the file already exists on the client the "file exists" dialog pops up. I check "resume" and I also check "do this everytime / for all queues" (I use the german version so the naming might be a bit different in english).

This works fine for all future file transfers until I update the Filezilla client. After the update my choice of "global resuming" is lost.

Is it working as designed or is it a bug?

#11249 Server unexpectedly closed network connection normal worksforme 7 years Windows
Description

I'm able to send files to and retrieve files from an IBM (now Toshiba) 4690 OS server quite successfully. But now and then, the server (or intermediate network hardware?) goes into a state where it will only allow some data to be retrieved from the server before the connection is closed. FileZilla tries over and over again but it doesn't get very far before it logs that the connection is closed.

When this happens, I'm able to use SecureNetTerm to retrieve the same file from the same server with no problem! And if I then try to use FileZilla ... it still has problems. I wonder what SecureNetTerm is doing differently from FileZilla?

#11258 Cannot connect using FTP with AT&T Hotspot normal rejected 7 years Windows
Description

I can connect to my FTP site with no problem whenever I am using a Verizon Hotspot (MiFi7730L) using FileZilla, however, when I tried to use an AT&T Hotspot (Unite Explorer AC815S) the connection always times out at 20 seconds and I am unable to connect. Can you advise as to why this happens and is there a solution to this problem? It is annoying to have to switch my hotspot settings every time I have to use FileZilla. Please advise. Thank you.

FileZilla Client


Version: 3.25.2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2017-04-30 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -std=gnu++14

Linked against:

wxWidgets: 3.0.3 SQLite: 3.18.0 GnuTLS: 3.5.8

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx pclmulqdq Settings dir: C:\Users\Nickjr\AppData\Roaming\FileZilla\

#11262 File transfer breaks windows explorer normal rejected 7 years Windows
Description

After transferring from local files to a remote server windows taskbar (and possibly other aspects of windows explorer) no longer works until the windows process explorer.exe is restarted in task manager. This bug has existed on both previous versions of Windows and FileZilla

#11263 option to Upload/overwrite if src file newer is not memorized when selected to memorize (during dialog prompt) Tim Kosse blocker invalid 7 years Windows
Description

THe option to "Upload/overwrite if src file newer" is not memorized when selected to memorize (during dialog prompt).

  • This only works if "Settings" > "Transfers" > "File exists action" is set accordingly
  • Still then the "newer" property seems not to be checked correctly, as you can now overwrite again and again without changing the src file. --> Should only be possible once after it was changed!
#11269 DLL Injection Attack Me high rejected 7 years Windows
Description

Description:Found DLL injection in the FileZilla Client Version 3.25.2, successfully injected dllinject.dll into the filezilla process address space. On successful execution of the attack, temp file is created into E drive as I have written the same logic in the dllinject.dll.

Impact: On successful execution of DLL injection attack, an attacker can create windows user or other malicious activity as I have performed the text file creation.

Remediation: You can prevent this attack by hooking LoadLibrary. In your hook you check against a list of DLL names that you know are part of the process and that may be loaded, or you can check against a list of known DLLs you don't want to load. When you find a DLL you don't want to load SetLastError(ERROR_ACCESS_DENIED) then return NULL. That will stop the DLL from loading.

#11270 Rename file with a bad format is not allowed normal rejected 7 years Windows
Description

My code generated bad format files during upload process. When I tried to rename them trough FileZilla (right click, rename)

original and bad file name: [26\1-26_model.png] Final file name: [1-26_model.png]

I obtain this messages:

Statut : Changement du nom de '/public_html/mysite.com/usr1/26\1-26_model.png' en '/public_html/mysite.com/usr1/1-26_model.png' Commande : RNFR 26\1-26_model.png Réponse : 553 Prohibited file name: 26\1-26_model.png

I was not able to rename this file trough FileZilla. I hadd to rename it using cpanel File Manager.

#11277 Polish locale dependance on german locale normal rejected 7 years Windows
Description

The polish translation is properly displayed only if german locale is present. If there is no german locale then all strings are displayed in english.

#11279 Unable to connect to SFTP host normal invalid 7 years Windows
Description

Hello, Sorry I don't speak, read, write very well english, I am french. Since 5 years I used FileZilla very easily for updating my website. Since some weeks It's impossible and I have one message " Waiting is too long, connexion impossible". Always the same message. But I need to update my website. What can I do ? How can I do it ? Please expliq simply how to do, I am retired and not informatique professional. Thank's. Best tregards

#11289 Timestamp is wrong normal rejected 7 years Windows
Description

Hello, When transferring files the timestamps regarding the latest version/last updated do not match. The timestamp on the submitting end is correct, but not in the receiving window. It is 2 hrs off.

#11296 Version 3.26.2 not connecting normal rejected 7 years Windows
Description

Just updated to 3.26.2 and it isn't connecting to any servers.

FileZilla Client


Version: 3.26.2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2017-06-12 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -std=gnu++14

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 Settings dir: C:\Users\User\AppData\Roaming\FileZilla\

#11298 Image upload scrambled normal invalid 7 years Windows
Description

I upload new images to my web site and for the past few months new images appear on the incorrect page. I use Microsoft Frontpage and that is all I use for the web site. I delete incorrect images and try over but they keep getting mixed up and loaded onto incorrect pages

#11300 Update issue with verion 3.36.2 normal worksforme 7 years Windows
Description

Have used FileZilla for a long time and have two FTP sites which I upload/download. Usually, when FileZilla issue an update, the new version remembers the previously used Sites. This update wiped both sites so I had to rummage through my files to find and reenter the credentials.

Not good!!

#11301 Installing update, always fails normal rejected 7 years Windows
Description

When installing updates i get a message that it has not installed but will open with the default setting. See attached.

#11310 Problem with DNS vs IP high worksforme 7 years Windows
Description

When I trying to connect to the FTP through the SFTP protocol, and I'm suing the DNS name as hostname I'm getting following problem:

Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Waiting to retry...
Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Waiting to retry...
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Error:	Connection attempt interrupted by user
Status:	Delaying connection for 1 second due to previously failed connection attempt...
Status:	Connecting to ftp.eu.pega.com...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 0
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=8
Trace:	CSftpConnectOpData::ParseResponse() in state 0
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 3
Command:	open "amtrak@ftp.eu.pega.com" 22
Trace:	psftp: Implicit session load.
Trace:	Connecting to 10.20.74.70 port 22
Error:	Connection timed out after 20 seconds of inactivity
Trace:	CControlSocket::DoClose(2050)
Trace:	CSftpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(2114)
Status:	Waiting to retry...
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Status:	Connecting to ftp.eu.pega.com...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 0
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=8
Trace:	CSftpConnectOpData::ParseResponse() in state 0
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 3
Command:	open "amtrak@ftp.eu.pega.com" 22
Trace:	psftp: Implicit session load.
Trace:	Connecting to 10.20.74.70 port 22
Error:	Connection timed out after 20 seconds of inactivity
Trace:	CControlSocket::DoClose(2050)
Trace:	CSftpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(2114)

When I use IP address issue is not occurring, logs snipped below

Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Waiting to retry...
Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Connecting to ftp.eu.pega.com...
Response:	fzSftp started, protocol_version=8
Command:	open "amtrak@ftp.eu.pega.com" 22
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Waiting to retry...
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Error:	Connection attempt interrupted by user
Status:	Delaying connection for 1 second due to previously failed connection attempt...
Status:	Connecting to ftp.eu.pega.com...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 0
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=8
Trace:	CSftpConnectOpData::ParseResponse() in state 0
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 3
Command:	open "amtrak@ftp.eu.pega.com" 22
Trace:	psftp: Implicit session load.
Trace:	Connecting to 10.20.74.70 port 22
Error:	Connection timed out after 20 seconds of inactivity
Trace:	CControlSocket::DoClose(2050)
Trace:	CSftpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(2114)
Status:	Waiting to retry...
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Status:	Connecting to ftp.eu.pega.com...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 0
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=8
Trace:	CSftpConnectOpData::ParseResponse() in state 0
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 3
Command:	open "amtrak@ftp.eu.pega.com" 22
Trace:	psftp: Implicit session load.
Trace:	Connecting to 10.20.74.70 port 22
Error:	Connection timed out after 20 seconds of inactivity
Trace:	CControlSocket::DoClose(2050)
Trace:	CSftpControlSocket::ResetOperation(2114)
Trace:	CControlSocket::ResetOperation(2114)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(2114)
Status:	Disconnected from server
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Trace:	CControlSocket::DoClose(66)
Trace:	CFileZillaEnginePrivate::ResetOperation(0)
Status:	Connecting to 10.20.74.70...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 0
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=8
Trace:	CSftpConnectOpData::ParseResponse() in state 0
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpConnectOpData::Send() in state 3
Command:	open "amtrak@10.20.74.70" 22
Trace:	Connecting to 10.20.74.70 port 22
Trace:	We claim version: SSH-2.0-PuTTY_Local:_Jun_12_2017_19:47:41
Trace:	Server version: SSH-2.0-mod_sftp/0.9.9
Trace:	Using SSH protocol version 2
Trace:	Doing ECDH key exchange with curve nistp256 and hash SHA-256
Trace:	Server also has ssh-dss host key, but we don't know it
Trace:	Host key fingerprint is:
Trace:	ssh-rsa 2048 04:85:cb:60:1d:5f:6b:32:dc:8a:80:61:c1:ee:49:0d dNXoKe1iUca9koXsctajau7ORxljXtinUgVzyLhs7VY=
Trace:	Initialised AES-256 SDCTR client->server encryption
Trace:	Initialised HMAC-SHA-256 client->server MAC algorithm
Trace:	Initialised AES-256 SDCTR server->client encryption
Trace:	Initialised HMAC-SHA-256 server->client MAC algorithm
Command:	Pass: ********
Trace:	Sent password
Trace:	Access granted
Trace:	Opening session as main channel
Trace:	Opened main channel
Trace:	Started a shell/command
Status:	Connected to 10.20.74.70
Trace:	CSftpConnectOpData::ParseResponse() in state 3
Trace:	CSftpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Trace:	CFileZillaEnginePrivate::ResetOperation(0)
Status:	Retrieving directory listing...
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpListOpData::Send() in state 0
Trace:	CSftpChangeDirOpData::Send() in state 0
Trace:	CSftpChangeDirOpData::Send() in state 1
Command:	pwd
Response:	Current directory is: "/"
Trace:	CSftpChangeDirOpData::ParseResponse() in state 1
Trace:	CSftpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Trace:	CControlSocket::ParseSubcommandResult(0)
Trace:	CSftpListOpData::SubcommandResult() in state 1
Trace:	CControlSocket::SendNextCommand()
Trace:	CSftpListOpData::Send() in state 2
Trace:	CSftpListOpData::Send() in state 3
Command:	ls
Status:	Listing directory /
Trace:	CSftpListOpData::ParseResponse() in state 3
Trace:	CSftpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Status:	Directory listing of "/" successful
Trace:	CFileZillaEnginePrivate::ResetOperation(0)
#11312 Wrong type detected when folder's name contains an extension normal fixed 7 years Windows
Description

Hello,

I see this issue in FileZilla Client (version 3.26.2):

A folder/directory's name with an extension, like ".flac", is detected has a "FLAC file" in the "Type" column.

This issue is present in Local and Remote View.

http://puu.sh/wtHBt/a2594db1a1.png

#11313 Site Manager Settings gets reverted to old settings high worksforme 7 years Windows
Description

We changed the SFTP server settings to a new value but after couple of weeks notice that the settings are reverted to the old server details.

Could you please help investigate this issue.

#11317 Folder handling during S3 download is not correct normal fixed 7 years Windows
Description

When using Filezilla Pro Client and downloading from Amazon S3 storage, handling of folders seems wrong.

If you select a folder on the remote size and then try to download it, behavior is inconsistent:

  1. If the folder already exists on the local side, the files are transferred into that folder as expected.
  1. If the folder does not exist on the local side, the download fails for each file because the folder path does not exist.

In case 2, I believe expected behavior is for FileZilla to create the missing folder and proceed. This would be consistent with its behavior for FTP sources.

#11319 MinGW Runtime Assertion if wrong protocol is in servername normal duplicate 7 years Windows
Description

If you put the wrong protocol in the field of the server FileZilla shows a MinGW error and closes if you click on cancel. On ignore the right error message appears.

#11322 3.26.2 installer install 3.26.1 version normal fixed 7 years Windows
Description

Hi,

I have installed FileZilla 3.26.2 from 3.26.2 installer for windows (64 bits) and the filezilla installed is 3.26.1 version.

Thanks to solve it

++

#11324 Net speed is good. It is more then 8 Mbps but not connecting to server low rejected 7 years Windows
Description

Hi,

I have issue in connecting with FTP host even internet speed is very good. I`m getting below errors...

Status: Resolving address of ftp.vedamonline.com Status: Connecting to 4x.xx.xx.xxx:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.vedamonline.com Status: Connecting to 4x.xx.xx.xxx:21... Status: Connection established, waiting for welcome message... Response: 220 Microsoft FTP Service Command: AUTH TLS Response: 234 AUTH command ok. Expecting TLS Negotiation. Status: Initializing TLS... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server

#11330 Filezilla FTP Client updates even though Never update is set normal rejected 7 years Windows
Description

I have the Update option in settings set to Never but the programme still updates to newer versions. When this happens, I open the programme, it checks for new versions and downloads it, it then says it needs to be installed.

#11331 Crash while using wrong protocoll normal duplicate 7 years Windows
Description

When I use e.g. the wrong protocoltype ssh://10.0.0.11 as host and try to connect to it, FileZilla will crash with following errormessages:

---------------------------
MinGW Runtime Assertion
---------------------------
Assertion failed!

Program: D:\Programs\FileZilla FTP Client\filezilla.exe
File: ../../../../packages/FileZilla3/src/engine/server.cpp, Line 245

Expression: serverProtocol != UNKNOWN
---------------------------
Abort   Retry   Ignore   
---------------------------
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: D:\Programs\FileZilla FTP Client\filezilla.exe



This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


---------------------------
OK   
---------------------------
#11333 3.27.0 32-bit shell extension is not working Windows 32-bit normal fixed 7 years Windows
Description

Hello, 32-bit shell extension is not working Windows 32-bit versions since version 3.27.0. It is not possible to register fzshellext.dll using regsvr32.exe

#11337 Error message: Unknown protocol identifier high invalid 7 years Windows
Description

I am trying to login to FileZilla and I get the following message:

Protocol error: Unknown protocol identifier (0x83 0x83 0x72). Most likely connected to the wrong port. Connection to server closed. My port should be 22. Can you see if that has changed?

#11339 can not login low rejected 7 years Windows
Description

Status: Resolving address of ftp.farrockawaycog.com Status: Connecting to 66.196.82.114:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER farrockaway1318@…@farrockawaycog.com Response: 331 User farrockaway1318@…@farrockawaycog.com OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#11343 Drag and drop no longer works normal duplicate 7 years Windows
Description

The drag and drop feature no works in version 3.27.0.1 for Windows 7. That is, I am no longer able to drag and drop files or folders between machines (local site and remote site) in the connections tabs.

Please restore drag and drop capabilities. I've included the information from the about window below in case this is useful:

FileZilla Client


Version: 3.27.0.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2017-07-19 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq Settings dir: C:\Users\radkel\AppData\Roaming\FileZilla\

#11345 every time I start an error msg appears. normal worksforme 7 years Windows
Description

every time I start an error msg appears. Cannot find filezilla.xml How can I correct? The file filezilla.xml IS present in the correct folder

#11346 Error: Disconnected: No supported authentication methods available (server sent: );Could not connect to server high rejected 7 years Windows
Description

I get the following error message when I login. I accepted the update and this is when the issue occurred. My IT removed the update and I have the old version 3.26.2. I received a new password and confirmed the Host, username and port are correct. Still cannot login. It is urgent that I get this resolved as I have to download a file Thursday morning.

Status: Connecting to 66.179.123.210... Response: fzSftp started, protocol_version=8 Command: open "C117569@66.179.123.210" 22 Command: Pass: Error: Disconnected: No supported authentication methods available (server sent: ) Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 66.179.123.210... Response: fzSftp started, protocol_version=8 Command: open "C117569@66.179.123.210" 22 Command: Pass: Error: Disconnected: No supported authentication methods available (server sent: ) Error: Could not connect to server

#11348 Can't Login normal rejected 7 years Windows
Description

Status: Resolving address of ftp.farrockawaycog.com Status: Connecting to 66.196.82.113:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER farrockaway1318@…@farrockawaycog.com Response: 331 User farrockaway1318@…@farrockawaycog.com OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#11352 FTP from win10 PC to TSO/ISPF normal rejected 7 years Windows
Description

Hi, FZ version 3.27.0.1 I enter a custom command "site tracks pri=300 sec=30" to overwrite the z/OS default size allocation but the site tracks pri=300 sec=30 is not taken. The Z/OS file get allocate to the z/os default size of 15 tracks which is not enough to hold the PC file (11.7MB). once the z/os file get full then FZ start looping

From the log: Command: PASV Response: 227 Entering Passive Mode (x,x,x,50,21,72) Command: APPE INSTALL Response: 125 Appending to data set FJ09.INSTALL.CD.FILES.INSTALL Response: 451-System completion code and reason: B37-04 Response: 451-Data set is out of space. Response: 451 Transfer aborted due to file error. Error: File transfer failed after transferring 1024.0 KiB in 1 second Status: Starting upload of D:\FTP\R6501.ML005\MVS\FILE\INSTALL Status: Retrieving directory listing of "'FJ09.INSTALL.CD.FILES.'"... Command: PASV

I know the error 451-System completion code and reason: B37-04 is because the z/os file is full. my problem is "why FZ did not take the custom command?" Site tracks pri=300 sec=30 when I get the response of accepted.

From the log: Command: site tracks pri=300 sec=30 Response: 200 SITE command was accepted

I you need other details, let me know. Regards. ...jy

#11353 MalwareBytes vs FileZilla? normal worksforme 7 years Windows
Description

8/1/2017 Getting annoyed with FileZilla, using version 3.24.1 and they keep saying that 3.27.0.1 is available for installation (already downloaded for me). I hit install, and relaunch, and use. When I exit I receive this: ERROR SAVING QUEUE An error occurred saving the transfer queue to C:\Users\steve_000\AppData\Roaming\FileZilla\queue.sqlite3 Some queue items might not have been saved. OK button When I re-initialize program I get same error, this time it is ERROR LOADING QUEUE, same path and file ending in sqlite.3 except last error line changes to Some queue items might not have been restored. OK button Proceed to exit program so that 3.27.0.1 can install, which it seems to do. I go online, xfer files, and exit. Next time I open I get the ERROR message above with last word=restored. OK button

Next day, apparently 3.27.0.1 did not install previously, because I am prompted again to re-install it. I've reinstalled thru this loop 4x now. Enough already! Tried download from Filezilla-project.org; 64bit Windows I do not want Web Companion Pro, so I select "No, don't protect me" I have 5 components to select, bottom 4 are selected and I cannot select top box which is FileZilla Client? I install to C:\Program Files\FileZilla FTP Client Seems to install. Get to Setup Complete page, and I Click finish, and "start FileZilla Now" Program opens, I go to my webhost and upload a file. Seems to work. CTRL-Q exits okay.

Next day, start all over!

#11360 Unable to see File Information in OneDrive folder normal fixed 7 years Windows
Description

OneDrive has recently updated and since then FileZilla no longer shows file information ie modified date/size etc if the file is in the local cache. This then prevents drag and drop from working.

If the file is local only then information is shown & everything works as expected.

#11362 Slow Upload on File Overwrite normal rejected 7 years Windows
Description

Uploading a 1 MB image:

  • First time, before image exists on Server - 4 seconds

Then, uploading the same image:

  • Using the Overwrite option - 53 seconds
  • Using the Rename option - 4 seconds
  • Deleting image file on Server, then uploading it again - 53 seconds
#11364 cannot connect to server high rejected 7 years Windows
Description

we are a TPA that accesses files for clients through filezilla. we are unable to login as of wednesday - attached screen print we do have another client with filezilla and are able to access those files

#11367 installation error in v3.27.1 normal fixed 7 years Windows
Description

Dear Sir / Madam

I am getting the following error, when trying to install Filezilla v3.27.1 (64 bit) on my Windows 10 PC.

Can't write: C:\Program Files\Filezilla FTP Client\fzsftp.exe

This error occured, when I tried updating the Filezilla installation using my limited access account, by entering the admin credentials.

To double confirm, I did login to the admin user account and tried installing Filezilla Client once again, but, the same issue occured again.

Currently, I am searching for older version of filezilla client, to continue working, as before.

please help fix this issue with Filezilla CLient v3.27.1

thank you

With Best Regards Raghu veer

#11368 Error loading xml file normal worksforme 7 years Windows
Description

Hi, after update to 3.27.1 I lost all saved hosts an return the error in attach

#11375 Owner and Group fields showing number/ID, not name normal rejected 7 years Windows
Description

This is something I noticed this week, so I suspect it's related to the latest release: 3.27.1.

Basically, file lists show numbers/IDs for the owner and group of files, instead of showing their respective names. This is not specific to one hosting platform and a test with another FTP client shows the correct behaviour.

The only exception is WP Engine, which shows user names.

FileZilla Client


Version: 3.27.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2017-08-14 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 10 (build 15063), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx Settings dir: C:\Users\Gal\AppData\Roaming\FileZilla\

Debug log


11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 0 11:42:14 Status: Resolving address of accountingbayside.com.au 11:42:14 Status: Connecting to 103.42.110.22:21... 11:42:14 Status: Connection established, waiting for welcome message... 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 11:42:14 Response: 220-You are user number 2 of 50 allowed. 11:42:14 Response: 220-Local time is now 11:42. Server port: 21. 11:42:14 Response: 220-This is a private system - No anonymous login 11:42:14 Response: 220-IPv6 connections are also welcome on this server. 11:42:14 Response: 220 You will be disconnected after 15 minutes of inactivity. 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 1 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 2 11:42:14 Command: AUTH TLS 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 234 AUTH TLS OK. 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 2 11:42:14 Status: Initializing TLS... 11:42:14 Trace: CTlsSocketImpl::Handshake() 11:42:14 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:14 Trace: TLS handshake: About to send CLIENT HELLO 11:42:14 Trace: TLS handshake: Sent CLIENT HELLO 11:42:14 Trace: CTlsSocketImpl::OnSend() 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:14 Trace: TLS handshake: Received SERVER HELLO 11:42:14 Trace: TLS handshake: Processed SERVER HELLO 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:14 Trace: TLS handshake: Received CERTIFICATE 11:42:14 Trace: TLS handshake: Processed CERTIFICATE 11:42:14 Trace: TLS handshake: Received SERVER KEY EXCHANGE 11:42:14 Trace: TLS handshake: Processed SERVER KEY EXCHANGE 11:42:14 Trace: TLS handshake: Received SERVER HELLO DONE 11:42:14 Trace: TLS handshake: Processed SERVER HELLO DONE 11:42:14 Trace: TLS handshake: About to send CLIENT KEY EXCHANGE 11:42:14 Trace: TLS handshake: Sent CLIENT KEY EXCHANGE 11:42:14 Trace: TLS handshake: About to send FINISHED 11:42:14 Trace: TLS handshake: Sent FINISHED 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:14 Trace: TLS handshake: Received NEW SESSION TICKET 11:42:14 Trace: TLS handshake: Processed NEW SESSION TICKET 11:42:14 Trace: TLS handshake: Received FINISHED 11:42:14 Trace: TLS handshake: Processed FINISHED 11:42:14 Trace: TLS Handshake successful 11:42:14 Trace: Protocol: TLS1.2, Key exchange: ECDHE-RSA, Cipher: AES-256-GCM, MAC: AEAD 11:42:14 Status: Verifying certificate... 11:42:14 Status: TLS connection established. 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 5 11:42:14 Command: USER accountingbay 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 331 User accountingbay OK. Password required 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 5 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 5 11:42:14 Command: PASS 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 230 OK. Current restricted directory is / 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 5 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 6 11:42:14 Command: SYST 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 215 UNIX Type: L8 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 6 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 7 11:42:14 Command: FEAT 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 211-Extensions supported: 11:42:14 Response: EPRT 11:42:14 Response: IDLE 11:42:14 Response: MDTM 11:42:14 Response: SIZE 11:42:14 Response: MFMT 11:42:14 Response: REST STREAM 11:42:14 Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; 11:42:14 Response: MLSD 11:42:14 Response: AUTH TLS 11:42:14 Response: PBSZ 11:42:14 Response: PROT 11:42:14 Response: UTF8 11:42:14 Response: TVFS 11:42:14 Response: ESTA 11:42:14 Response: PASV 11:42:14 Response: EPSV 11:42:14 Response: SPSV 11:42:14 Response: ESTP 11:42:14 Response: 211 End. 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 7 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 9 11:42:14 Command: OPTS UTF8 ON 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 200 OK, UTF-8 enabled 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 9 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 10 11:42:14 Command: PBSZ 0 11:42:14 Trace: CTlsSocketImpl::OnRead() 11:42:14 Trace: CFtpControlSocket::OnReceive() 11:42:14 Response: 200 PBSZ=0 11:42:14 Trace: CFtpLogonOpData::ParseResponse() in state 10 11:42:14 Trace: CControlSocket::SendNextCommand() 11:42:14 Trace: CFtpLogonOpData::Send() in state 11 11:42:14 Command: PROT P 11:42:15 Trace: CTlsSocketImpl::OnRead() 11:42:15 Trace: CFtpControlSocket::OnReceive() 11:42:15 Response: 200 Data protection level set to "private" 11:42:15 Trace: CFtpLogonOpData::ParseResponse() in state 11 11:42:15 Status: Logged in 11:42:15 Trace: Measured latency of 36 ms 11:42:15 Trace: CFtpControlSocket::ResetOperation(0) 11:42:15 Trace: CControlSocket::ResetOperation(0) 11:42:15 Trace: CFileZillaEnginePrivate::ResetOperation(0) 11:42:17 Status: Retrieving directory listing of "/public_html/wp-content/themes/accounting"... 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpListOpData::ListSend() in state 0 11:42:17 Trace: CFtpChangeDirOpData::Send() in state 0 11:42:17 Trace: CFtpChangeDirOpData::Send() in state 2 11:42:17 Command: CWD /public_html/wp-content/themes/accounting 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 250 OK. Current directory is /public_html/wp-content/themes/accounting 11:42:17 Trace: CFtpChangeDirOpData::ParseResponse() in state 2 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpChangeDirOpData::Send() in state 3 11:42:17 Command: PWD 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 257 "/public_html/wp-content/themes/accounting" is your current location 11:42:17 Trace: CFtpChangeDirOpData::ParseResponse() in state 3 11:42:17 Trace: CFtpControlSocket::ResetOperation(0) 11:42:17 Trace: CControlSocket::ResetOperation(0) 11:42:17 Trace: CControlSocket::ParseSubcommandResult(0) 11:42:17 Trace: CFtpListOpData::SubcommandResult() in state 1 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpListOpData::ListSend() in state 2 11:42:17 Trace: CFtpRawTransferOpData::Send() in state 1 11:42:17 Command: TYPE I 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 200 TYPE is now 8-bit binary 11:42:17 Trace: CFtpRawTransferOpData::ParseResponse() in state 1 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpRawTransferOpData::Send() in state 2 11:42:17 Command: PORT 192,168,0,100,84,30 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 500 I won't open a connection to 192.168.0.100 (only to 220.240.224.138) 11:42:17 Trace: CFtpRawTransferOpData::ParseResponse() in state 2 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpRawTransferOpData::Send() in state 2 11:42:17 Command: PASV 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 227 Entering Passive Mode (103,42,110,22,249,133) 11:42:17 Trace: CFtpRawTransferOpData::ParseResponse() in state 2 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpRawTransferOpData::Send() in state 4 11:42:17 Trace: Binding data connection source IP to control connection source IP 192.168.0.100 11:42:17 Command: MLSD 11:42:17 Trace: CTransferSocket::OnConnect 11:42:17 Trace: CTlsSocketImpl::Handshake() 11:42:17 Trace: Trying to resume existing TLS session. 11:42:17 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:17 Trace: TLS handshake: About to send CLIENT HELLO 11:42:17 Trace: TLS handshake: Sent CLIENT HELLO 11:42:17 Trace: CTlsSocketImpl::OnSend() 11:42:17 Trace: CTlsSocketImpl::OnSend() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 150 Accepted data connection 11:42:17 Trace: CFtpRawTransferOpData::ParseResponse() in state 4 11:42:17 Trace: CControlSocket::SendNextCommand() 11:42:17 Trace: CFtpRawTransferOpData::Send() in state 5 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTlsSocketImpl::ContinueHandshake() 11:42:17 Trace: TLS handshake: Received SERVER HELLO 11:42:17 Trace: TLS handshake: Processed SERVER HELLO 11:42:17 Trace: TLS handshake: Received FINISHED 11:42:17 Trace: TLS handshake: Processed FINISHED 11:42:17 Trace: TLS handshake: About to send FINISHED 11:42:17 Trace: TLS handshake: Sent FINISHED 11:42:17 Trace: TLS Handshake successful 11:42:17 Trace: TLS Session resumed 11:42:17 Trace: Protocol: TLS1.2, Key exchange: ECDHE-RSA, Cipher: AES-256-GCM, MAC: AEAD 11:42:17 Trace: CTransferSocket::OnConnect 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 11:42:17 Listing: type=cdir;sizd=4096;modify=20170725140850;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba3; . 11:42:17 Listing: type=pdir;sizd=4096;modify=20170824161115;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g14b697d; .. 11:42:17 Listing: type=file;size=641;modify=20160503050642;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b3a; 404.php 11:42:17 Listing: type=file;size=15129;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b3b; _LICENSE.txt 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050644;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba5; anps-framework 11:42:17 Listing: type=file;size=840;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b43; archive.php 11:42:17 Listing: type=file;size=5400;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b45; attachment.php 11:42:17 Listing: type=file;size=424;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b8c; author.php 11:42:17 Listing: type=file;size=818;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b8e; category.php 11:42:17 Listing: type=file;size=3669;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b90; comments.php 11:42:17 Listing: type=file;size=3999;modify=20160503050642;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b94; content-blog-grid.php 11:42:17 Listing: type=file;size=2202;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3b96; content-blog-masonry.php 11:42:17 Listing: type=file;size=2487;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bc4; content-columns.php 11:42:17 Listing: type=file;size=6764;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bc6; content-single-blog.php 11:42:17 Listing: type=file;size=4831;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bc7; content-single.php 11:42:17 Listing: type=file;size=4163;modify=20160503050642;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bc9; content.php 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050642;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba6; css 11:42:17 Listing: type=file;size=40;modify=20160503050641;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bf0; custom.css 11:42:17 Listing: type=file;size=21167;modify=20170822141035;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3bf1; error_log 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050640;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba7; fonts 11:42:17 Listing: type=file;size=1359;modify=20170824063240;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c21; footer.php 11:42:17 Listing: type=file;size=29283;modify=20160503050642;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c22; functions.php 11:42:17 Listing: type=file;size=1905;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c24; header.php 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050640;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba8; images 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050642;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2ba9; includes 11:42:17 Listing: type=file;size=2429;modify=20170725004153;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c28; index.php 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050641;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2baa; js 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050642;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2bab; languages 11:42:17 Listing: type=file;size=608;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c29; page.php 11:42:17 Listing: type=file;size=0;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c2a; readme.txt 11:42:17 Listing: type=file;size=24131;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c2b; rtl.css 11:42:17 Listing: type=file;size=288609;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c2c; screenshot.png 11:42:17 Listing: type=file;size=753;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c36; search.php 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050643;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2bac; shortcodes 11:42:17 Listing: type=file;size=4556;modify=20160503050641;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c37; sidebar-footer.php 11:42:17 Listing: type=file;size=1131;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c39; sidebar-secondary.php 11:42:17 Listing: type=file;size=7210;modify=20160503050643;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c3a; sidebar.css 11:42:17 Listing: type=file;size=5196;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c3c; single-portfolio.php 11:42:17 Listing: type=file;size=2452;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c3e; single.php 11:42:17 Listing: type=file;size=751;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c3f; slider.js 11:42:17 Listing: type=file;size=710;modify=20160503050640;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c40; style.css 11:42:17 Listing: type=file;size=738;modify=20160503050644;UNIX.mode=0644;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d3c41; tag.php 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050641;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2bad; templates 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050640;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2bae; vc_templates 11:42:17 Listing: type=dir;sizd=4096;modify=20160503050640;UNIX.mode=0755;UNIX.uid=1080;UNIX.gid=1083;unique=fd01g15d2baf; woocommerce 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 11:42:17 Trace: CTransferSocket::TransferEnd(1) 11:42:17 Trace: CFtpControlSocket::TransferEnd() 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 226-Options: -a -l 11:42:17 Trace: CTlsSocketImpl::OnRead() 11:42:17 Trace: CFtpControlSocket::OnReceive() 11:42:17 Response: 226 45 matches total 11:42:17 Trace: CFtpRawTransferOpData::ParseResponse() in state 7 11:42:17 Trace: CFtpControlSocket::ResetOperation(0) 11:42:17 Trace: CControlSocket::ResetOperation(0) 11:42:17 Trace: CControlSocket::ParseSubcommandResult(0) 11:42:17 Trace: CFtpListOpData::SubcommandResult() in state 3 11:42:17 Trace: CFtpControlSocket::ResetOperation(0) 11:42:17 Trace: CControlSocket::ResetOperation(0) 11:42:17 Status: Directory listing of "/public_html/wp-content/themes/accounting" successful 11:42:17 Trace: CFileZillaEnginePrivate::ResetOperation(0)

#11377 File allegedly uploaded to remote site not actually there normal rejected 7 years Windows
Description

I wanted to split a remote file V.htm into two, V1.htm and V2.htm, and then replace the original V.htm with "See V1.htm and V2.htm". That meant opening local V twice (in NotePad), to edit into V1 and V2, and then creating a new local V. V1 and V2 uploaded to remote just fine, but my attempt to upload new V went badly wrong. Even though FileZilla reported the transfer of V as going okay (several times) and showed remote V as exactly the same as local new V, my website resolutely delivered old V to all comers. Something had got stuck in a local FileZilla buffer or cache, presumably due to my folly. Sorting that out required a huge hassle of hunting for file copies, deleting, using different names, rebooting etc.

#11379 Clipboard failure normal worksforme 7 years Windows
Description

I have tried to "Copy URL(s) to clipboard" for files in the ftp listing window, via the Context menu and I get an error message that says " Failed to put data in Clipboard (error -2147221040: openClipboard Failed) " Is this something I am doing wrong? in the

#11381 Version 3.27.1 Fails many File Uploads - says 1K file is 822,202 bytes and Timeouts. normal rejected 7 years Windows
Description

I am using the latest version of Filezilla - downloaded last night I have a problem updating WordPress to 4.8.1 I'm using Filezilla to upload the unzipped folders & etc. In the 'includes' folder, I find about 1/2 way through, I get transfer lockups that last 20 seconds, causing the agent to drop out and then automatically log back in. The file size of the locked up files is always 822,202 bytes. (attached example is only 1Kb - so the error is in either the latest Filezilla, or in my Server VPC FTP. I sent this report to my Server and he says no issue their end) I shows a 'failed file transfer' and it looks to me like those files don't upload. Is it me or is there an issue? I logged as admin at my blog www.chrisdcorran.com and that was OK I went to the Site and it was OK. I'm worried I am corrupting about 1 in four files... Files are attached:

#11382 Show dot files on Windows file system normal worksforme 7 years Windows
Description

I currently have the problem, that I'm unable to get Filezilla to show dot files. I'm unable to show my .htaccess files on my file system. When I use the Windows file explorer. The dot files are shown.

I don't have any file filter enabled and I toggled the "server > show hidden files" but this is also not working for the windows file system.

#11389 SFTP needed normal worksforme 7 years Windows
Description

SFTP is required by my hosting company. only FTPS over SSH is provided. please provide FTPS again. it got dropped. using latest fz on 64-bit OS.

#11390 error normal rejected 7 years Windows
Description

No document element found at offset 15755

#11398 Special characters (such as |) do not decode in window title low rejected 7 years Windows
Description

Pipe symbols (|) and perhaps some others are displayed as their UTF-8 value (%7C) in the title of the FTP window once connected to a server.

This is a minor formatting issue for people using multi-domain hosting with pipe in their "User" field.

E.g. ftp.somedomain.com|admin In the title appears as: ftp.somedomain.com%7Cadmin@…

#11399 Just enable 'Use a different logfile each day low duplicate 7 years Windows
Description

I have spent too much time looking for a way to name the log file produced by filezilla using month, day, year, time. How is this done? According to Filezilla's documentation, it says I need to look for: Just enable 'Use a different logfile each day

per this site:

https://wiki.filezilla-project.org/Server_logs

I looked for the Use a different logfile each day in the settings and it doesn't exist. Using filzilla version 3.27.1

I tried changing the file name using this info on a Win10 system client, but it doesn't work. ( https://wiki.filezilla-project.org/Date_and_Time_formatting )

My goal is to have the log file named by month,day,year, time. How is that done?

#11400 Peculiar transfers using Filezilla low invalid 7 years Windows
Description

Hello,

#1. I have seeing that some files are not getting transferred to point B from A, but the failure is not written in the filzilla log. There is no mention of the fact the transfer never happened.

#2. Some of the files being transferred are being "renamed" by filzilla. For example, if I have a filed named, audience.jpg. when Filzilla transfer to from a server to a server, it changes the name to Audience.jpg. How do I stop it from doing that?

#11401 Filzilla log does not show me files that don't transfer low invalid 7 years Windows
Description

I am finding that files are not copied from one server to another. I would have never know that files were missing in the transfer if I didn't run setfacl on the files transferred. Setfacl uses a list generated from getfacl on prod as input. This input list is use to compare against what is transferred so permissions can be set.

What doesn't filzilla show me the files/directories that don't get transferred for whatever reason?

#11405 FTP Issue normal rejected 7 years Windows
Description

Hello, We have a file that has certain characters. These characters are getting stripped when we FTP the file. I have tried Binary, as well as ASCII. Not sure what else to do. Thanks.

#11406 Copy URL(s) to clipboard option is including "anonymous@" in the URL normal worksforme 7 years Windows
Description
  1. Log into an FTP site anonymously, no un/pw
  2. Right-click on a file and choose "Copy URL(s) to clipboard"
  3. Paste the contents of the clipboard into Notepad

PROBLEM: The copied/pasted URL contains "anonymous@" as part of the URL. This is not necessary and just makes the URL longer when passing it on to other people.

e.g. ftp://anonymous@ftp.yourwebsite.com/pub/folder/alpha/program/programname.zip

#11409 Close FileZille Once not working normal fixed 7 years Windows
Description

Hi I asked for a new feature which I understand you had included in the new release I downloaded today. I.e. when updating a large file / files I wanted fZ to close itself afterwards automatically. However after setting this option FZ kept closing itself. The new feature would allow FZ to be set to CLOSE ONCE only.

I tried it out now and could not activate any of the options in the drop down menue. I.e. only NONE works.

Small bug I am sure.

Hopefully this will be fixed asap as this new feature is GREAT and will be used by me and others a lot.

#11414 Vs. 3.28.0 does´n connect in SFTP to Google Claud platform normal rejected 7 years Windows
Description

Trying to connect to the Google Cloud platform (through the Bitnami platform) I get the following response:

Estado: Conectando a 35.196.225.5:6010... Respuesta: fzSftp started, protocol_version=6 Comando: keyfile "D:\IRC WebPage\Server Keys Bitnami\bitnami-google-mystic-subject-174905.ppk" Comando: open "bitnami@35.196.225.5" 6010 Error: Network error: Connection timed out Error: No se pudo conectar al servidor Estado: Esperando para reintentar... Estado: Conectando a 35.196.225.5:6010... Respuesta: fzSftp started, protocol_version=6 Comando: keyfile "D:\IRC WebPage\Server Keys Bitnami\bitnami-google-mystic-subject-174905.ppk" Comando: open "bitnami@35.196.225.5" 6010 Error: Network error: Connection timed out Error: No se pudo conectar al servidor Estado: Esperando para reintentar... Estado: Conectando a 35.196.225.5:6010... Respuesta: fzSftp started, protocol_version=6 Comando: keyfile "D:\IRC WebPage\Server Keys Bitnami\bitnami-google-mystic-subject-174905.ppk" Comando: open "bitnami@35.196.225.5" 6010 Error: Network error: Connection timed out Error: No se pudo conectar al servidor

Please help Me. What could be the cause of this error?

#11416 port number gets lost clicking OK or connect normal rejected 7 years Windows
Description

I put in 990 and it gets lost. using ftp require implicit, normal.

#11417 3.28.0 Upload Errors high rejected 7 years Windows
Description

Running macOS 10.13 using fresh upgrade to Filezilla 3.28.0 on MBA 2011. After launch and login in host server, attempted to upload files to destination directory. Received continuous (every 5 seconds) 530 authentication error. Unable to upload files at all using this version. Am still using version 3.27.1 on my other machine using the same logon credentials and it works fine. See attached log file.

#11424 space at the beginning of a directory name causes problems normal worksforme 7 years Windows
Description

Mind-numbling stupid, but on a linux system I can create a directory using ftp ftp.mkdir('xxx/ xxxx') enter directory 'xxx', and list the contents (not using filezilla), I get ' xxxx'. I can add a directory 'xxxx', and place a file in directory 'xxxx' filezilla shows two 'xxxx' directories, and if I open either directory then the file in directory 'xxxx' is displayed. I can remove directory 'xxxx', but filezilla still shows that it exists, and it cannot be removed. if I rename the directory ftp.rename('xxx\ xxxx','xxx\xxxxx'); I can remove it using filezilla. As I said Mind-numbingly stupid!

#11428 FileZilla Pro: S3 connect , not to a amazon host normal fixed 7 years Windows
Description

Enter in host name, user, password. The credentials are still being sent to Amazon and not the host name I entered.

Filezilla Pro version 3.28.0

Windows 7 Pro.

#11442 FileZilla is doen't works - Big Bug low invalid 7 years Windows
Description

Hello,

FileZilla can't log in to server. Log in failed, because FileZilla have a big bugs. We have try with 6 Servers and with another FTP Client. Only FileZille Client is not works....

#11446 Error when starting FileZilla normal worksforme 7 years Windows
Description

hey all,

I keep getting this error when I launch my app, Ive tried deleting everything to do with FZ but still get this error.

https://i.imgur.com/1QZQCFG.png

#11450 Filezilla update flagged as randsomeware normal rejected 7 years Windows
Description

my trend micro security software flagged the filezilla update as randsomeware. Was filezilla hacked or what? Screen snip attached

#11455 Not password prompt for first time setup using Interactive low invalid 6 years Windows
#11459 Cannot connect to server after installing 3.29.0 low rejected 6 years Windows
Description

after installing 3.29.0 version I could not connect to the server. I even tried going back to previous version but connection cannot be re-established anymore.

#11460 Sort Order for Transfer Queue normal duplicate 6 years Windows
Description

Clicking the column headings in the Transfer Queue does not resort the files listed in the transfer queue. Files always remain in the order added. I want to be able to resort the list to group together files that I've prioritized, to sort by size so that I can prioritize large files over smaller files, etc.

I've been using FileZilla for years, and have yet to see this work. The column headings are clickable, but clicking seems to produce no results.

#11467 Auto Connect normal worksforme 6 years Windows
Description

I am not able to auto connect to a site.

In the past when I opened FileZilla, it would automatically connect to a site. But now it doesn't and I have to go into the Site Manager to connect.

#11468 Lost first Record normal rejected 6 years Windows
Description

I have fixes for a mainframe system that is downloaded to a windows machine. This needs to be transferred to a mainframe in binary format. I had two files. One works just fine. The other one looses the first record. This is actually a key to the future processing of the record. This fix was sent to another user who used Bluezone transfer which worked fine.

#11472 I can not access my server Rodrigo Carlos low rejected 6 years Windows
Description

Hello guys,

This week I started having access problem with my FileZilla where it showed me a network error message (https://screenshot.net/pt/dn369an). I have checked my server access data several times and they are correct. Check my direct access to the server and they are accessing normally. It only started giving trouble when trying to access via FileZilla.

Now, it just not show any more messages (https://drive.google.com/file/d/0B-3bBaQBNJ0mV2Q3RUJlenFGT3U3Z2tFaHdfd3pINmlzRDdV/view). I try to access, just as I always did, but nothing happens.

Please, could you help me?

Appreciate, Rodrigo Carlos

#11476 select all normal rejected 6 years Windows
Description

in the bottom right files box if there is only 5 items and you try to do the usual windows click box select, the mouse shoots off the screen and doesnt work.

#11480 only 9998 files on server high rejected 6 years Windows
Description

I have 12089 *.html files in folder. In server preview - only 9998 *.html files in folder. Folder sizes too not equal. Filter files is wrong. Please, correct this greatest soft! Best regards, Serg.

#11481 SiteManager freezes some mouse functionality in Opera normal rejected 6 years Windows
Description

When opening FZ, all functionality is still fine. Soon as I click on "File" then "SiteManager" I loose my scroll wheel and right click functionality on all opera webpages. This issue does not influence Firefox nor OpenOffice. I still have left click function in opera main menu and tool bar. Only inside webpages I can only scroll with the up/down arrows on the keyboard. When I left click/right click inside a form or hover over a dropdown, nothing happens. (Could not fill out this ticket in Opera - had to open Firefox.) To get rid of the problem, I have to restart Opera while FZ is still open. I can then work in FileZilla and Opera - no problem. As soon as I disconnect from the server in FZ and go into "File" "Site Manager" again, the same thing happens. Opera mouse functions disappear on webpages.

Feel free to contact me for any other info. Kind regards McGuyver.

#11483 Highlight Selections With Cursor Broken normal rejected 6 years Windows
Description

After installing newest release, 3.30.0-rc1, when I drag the cursor to select file names in order to drag and transfer them to the remote site, the highlight does not work properly, sending the cursor jumping to different parts of the screen.

#11486 FileZilla could not download the new version normal rejected 6 years Windows
Description

After open FileZilla, it detects a new version (3.29.0 (2017-11-06)) but can't download it. Here is the installed version:

FileZilla Client


Version: 3.28.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2017-09-29 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 Settings dir: C:\Users\Carlos Dias\AppData\Roaming\FileZilla\

#11487 38,000 files directory lisiting fails normal rejected 6 years Windows
Description

Sorry, I have a lot of files on my server in one folder (over 38K files). Can this be handled with a bug fix? Client is running on Win 7 64 bit, also other OS are affected (but some aren't).

The log message is:

Status: Retrieving directory listing of "/userdata/penepma12/penfluor/Binary (3600 sec)"... Command: CWD /userdata/penepma12/penfluor/Binary (3600 sec) Response: 250 CWD successful. "/userdata/penepma12/penfluor/Binary (3600 sec)" is current directory. Command: PWD Response: 257 "/userdata/penepma12/penfluor/Binary (3600 sec)" is current directory. Command: PASV Response: 227 Entering Passive Mode (128,223,10,53,5,182) Command: MLSD Response: 150 Connection accepted Error: GnuTLS error -9 in gnutls_record_recv: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Error: Could not read from transfer socket: ECONNABORTED - Connection aborted Response: 226 Transfer OK Error: Failed to retrieve directory listing

#11488 Mouse Jumps on Rectangular Selection low rejected 6 years Windows
Description

If you try to use the mouse to drag a rectangular selection box around files listed in either the local or remote file list panes, the mouse cursor jumps to the bottom right corner of the screen.

This seems to happen only when the horizontal scroll bar is visible.

Start your selection in the blank space below the listed files.

If you do not change the position of the scroll bars after your mouse cursor jumps, you may be able to try again and successfully drag a selection around the files.

#11489 Mouse drag in file browser slides the whole view sideways normal duplicate 6 years Windows
Description

FileZilla client v 3.30.0 OS: Windows 10 Pro

Version: 1709 Build: 16299.64

The last couple versions of had this bug, though not in versions past. In the file browser pane (either local or remote), doing any sort of mouse dragging (ie to select multiple files, etc.) suddenly slams the view all the way to the right of the pane. This only happens if there is a horizontal scroll bar present; if there's no scroll bar there's no issue, you can lasso documents fine.

#11490 ssh_init: Network error: Windows error code 10107 low worksforme 6 years Windows
Description

I am not able use filezila last few days..this error coming when i am using other laptop this fttp runing but in my laptop not runing

#11491 Dossier Vide ruTorrent via FileZilla high invalid 6 years Windows
Description

Je télécharge sur ma seedbox avec ruTorrent v.3.8 un fichier qui comprend 1 dossier et 5 fichiers

Avec FileZilla 3.30, je retrouve un Dossier Vide c-a-d pas de fichier dans le Dossier

#11495 APPCRASH when uploading images normal outdated 6 years Windows
Description

Hello,

Thank you for the great software.

Lately I experience the following windows crash anytime I try to upload a list of images from my PC to the server:


Problem signature:

Problem Event Name: APPCRASH Application Name: filezilla.exe Application Version: 3.30.0.0 Application Timestamp: 00000000 Fault Module Name: filezilla.exe Fault Module Version: 3.30.0.0 Fault Module Timestamp: 00000000 Exception Code: c0000005 Exception Offset: 00000000000f5f29 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 3081 Additional Information 1: 5778 Additional Information 2: 5778763e29622d0d04b98c6696be2e94 Additional Information 3: 0900 Additional Information 4: 09007e05cb59496926278f1ea67440ee

Read our privacy statement online:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:

C:\Windows\system32\en-US\erofflps.txt


This happens after a couple of images have been successfully uploaded I have been using Filezilla for ages and never experienced the same issue.

Thank you

#11499 Refresh should use Ctrl+R normal rejected 6 years Windows
Description

To refresh the client window (of files and dirs), the program currently supports only the F5 command key, but those F1-F12 keys are gradually being phased out by laptop makers. In most apps nowadays, the new standard is Ctrl+R to refresh a window. FileZilla should allow the use of Ctrl+R to refresh the window.

#11500 Remote folder file selection on second screen buggy normal duplicate 6 years Windows
Description

If you want to select files on the remote folder and press down mouse button and move the mouse up or down to select files, the mouse cursor jumps to the very bottom right edge of the screen. This bug only appears if I use FileZilla on a second screen and only in the remote file list.

Also see this screen record: https://streamable.com/s/phttz/wnwplg

Version: 3.30.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2018-01-08 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 10 (build 16299), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx

#11502 Download fails on all files except very small ones normal worksforme 6 years Windows
Description

I am using FileZilla 3.30.0 in order to connect from my Windows 10 Home 64 bit PC to my office server (Windows 2003 server) through a VPN internet connection.

I am able to upload (from my PC to the server) files of any size, but cannot download files larger than a couple of Kbytes: in the example below, the transfer fails after 2,920 bytes, restarts the loading (where it stopped, I imagine), fails again after the subsequent 2,920 bytes), and so on, until in the end it aborts the connection before having managed to load the whole file.

I hadn't used this connection in order to download contents for quite a while, but am pretty sure it worked well with my previous home PC (which was running Windows 7). This is a new machine, to which I copied the FileZilla parameters.

#11503 Sélection à la souris des fichiers completés dans zone Transferts Réussis, incorrecte normal duplicate 6 years Windows
Description

bonjour, Dans la zone des fichiers complétés, si je sélectionne à la souris les fichiers en partant du haut à gauche voulant aller vers le bas à droite, le curseur sélectionne n'importe quoi et se place en bas à droite, la sélection ne se fait pas. Ce n'est pas visible dans une autre zone. Merci FileZilla Client


Version: 3.30.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2018-01-08 Compiled with: x86_64-w64-mingw32-gcc (GCC) 6.3.0 20170516 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.4 SQLite: 3.19.3 GnuTLS: 3.5.13

Operating system:

Name: Windows 10 (build 16299), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 Settings dir: C:\Users\FluxOne\AppData\Roaming\FileZilla\

#11504 550 No such file or directory / Error: Failed to retrieve directory listing normal rejected 6 years Windows
Description

When accessing the contents of my FritzBox 7490 there is one directory which is listed in Filezilla but cannot be accessed.

Whatever I try for that one specific directory (rename, change rights, enter) fails with message "550: No such file or directory".

2018-01-30 08:26:20 9404 1 Command: LIST
2018-01-30 08:26:20 9404 1 Response: 150 Opening BINARY mode data connection for '/bin/ls -lgA'.
2018-01-30 08:26:21 9404 1 Response: 226 Transfer complete.
2018-01-30 08:26:21 9404 1 Listing: drwxrwxr-x 1 ftp ftp 2048 Jun 21 2013 Bilder
2018-01-30 08:26:21 9404 1 Listing: drwxrwxr-x 1 ftp ftp 2048 Sep  6 2017 Dokumente
2018-01-30 08:26:21 9404 1 Listing: drwxrwxrwx 1 ftp ftp 2048 Oct 22 2015 FRITZ
2018-01-30 08:26:21 9404 1 Listing: drwxrwxr-x 1 ftp ftp 2048 Jun 20 2017 Musik
2018-01-30 08:26:21 9404 1 Listing: drwxrwxr-x 1 ftp ftp 2048 Jun 21 2013 Videos
2018-01-30 08:26:21 9404 1 Listing: drwxrwxrwx 1 ftp ftp 2048 Jan 30 08:00 awo_haan_dbbackup 
2018-01-30 08:26:21 9404 1 Listing: drwxrwxrwx 1 ftp ftp 2048 Sep  9 2017 lvq
2018-01-30 08:26:21 9404 1 Status: Directory listing of "/" successful
2018-01-30 08:26:24 9404 1 Status: Retrieving directory listing of "/awo_haan_dbbackup"...
2018-01-30 08:26:24 9404 1 Command: CWD awo_haan_dbbackup
2018-01-30 08:26:24 9404 1 Response: 550 awo_haan_dbbackup: No such file or directory.
2018-01-30 08:26:24 9404 1 Error: Failed to retrieve directory listing

All other directories are not showing this behavior. I crosschecked with other ftp client (Filezilla, see attached screenshot), here, everything works out fine.

The directory's name is "awo_haan_dbbackup", it contains 110 files using 285 MB of space.

Attached please find complete debug log.

#11505 Impossible to change directory if it contains trailing space(s) normal duplicate 6 years Windows
Description

Hi there,

I think it's a bug: it's impossible to change directory by clicking the folder if it contains one or more trailing spaces.

Example : https://zupimages.net/up/18/05/48eg.png

Thank you.

#11510 Incorrect cursor behavior when selecting files normal duplicate 6 years Windows
Description

When selecting files in directory tree with horizontal scroll, the cursor sharply moves to the corner of the screen or selection moves very slowly.

When there is no horizontal scroll - everything works fine.

This bug appeared in recent versions.

#11514 Errore traduzione in Aggiunta ricorsiva file alla coda normal fixed 6 years Windows
Description

C'è una "i" in più.. Elaborato xxx file iin xxx cartelle

#11521 Scroll in Local Site normal duplicate 6 years Windows
Description

When use scroll in LocalSite file & folder, it show the bottom of LocalSite file & folder.

Check the video here http://downloads.timestechnet.com/filezilla-bug.html

#11522 Symantec Endpoint Protection sees Filezilla installer as threat normal rejected 6 years Windows
Description

For some reason, the Symantec Endpoint Protection brought up a warning today, saying that the installer of Filezilla client 3.30.0 was a risk. The file was then moved to Quarantine (see attached screenshot).

#11525 Connection worked until nineteenth this month stopped working normal invalid 6 years Windows
Description

Status: Connecting to 89.151.93.136:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Command: USER fotoz@… Response: 331 Password required for fotoz@…. Command: PASS * Response: 530 User cannot log in, home directory inaccessible. Error: Critical error: Could not connect to server

The program still works for my own website. Alamy says that they haven't changed anything at their end. I have changed nothing at my end.

#11529 421 Proxy is closed high rejected 6 years Windows
Description

When trying to log on to FileZilla Server from a specific client machine, i receive the following entries:

Status: Resolving address of XXX Status: Connecting to XXX... Status: Connection established, waiting for welcome message... Response: 421 Proxy is closed Error: Could not connect to server

On the other end we have FileZilla Server v 0.9.60

The connection work fine for other client machines.

#11530 Trojan detected in setup bundle normal rejected 6 years Windows
Description

W32.Trojan.21d1.1201 detected by Cisco AMP for Endpoints in FileZilla_3.31.0_win64-setup_bundled.exe

#11536 Possible Malware critical rejected 6 years Windows
Description

I had a user on my network download the latest windows package from filezilla-project.org and Palo Alto Traps caught what looked to be malware delivered to his system at install. I submitted the exe to our malicious code analysis service and it was flagged as suspicious. I've attached that report for your review.

Please give me a call or email if I can be of assistance.

#11537 Found a bug high invalid 6 years Windows
Description

Hi everyone I found a bug in this also an exploit it allows anyone to connect to ftp in this program without knowing the password someone has hacked my ftp client server and the person who did told me and reported it back to me I need it fixed asap please can you message me on Twitter modz2014 or email dawgz9295@… its really important I will show you how its done not showing links or a trying as I dont want this to be leaked

#11542 Does not accept 'I:\__PHPStorm__\DIG.MX\con.dig.mx' name as a local folder normal wontfix 6 years Windows
Description

Filezilla doesn't browse to that folder. It says:

Directory 'I:\_PHPStorm_\DIG.MX\con.dig.mx' could not be created (error 267: el nombre del directorio no es válido.)

And wont transfer all remote files -some files/folders are transfered, others dont-, where remote path is '(/home/something)/con.dig.mx' where it browses in with no problem at all.

#11547 Filter specific checkbox enabled in filter settings when no filter selected normal fixed 6 years Windows
Description

The checkbox Conditions are case sensitive is enabled, when the Edit filters configuration window is opened and no filter is selected, although the checkbox is filter specific like the checkboxes below the title Filter applies to: right under it.

This can create some confusion, as it can be assumed that the checkbox is universal for all filters, especially because the two checkboxes below are enabled when a filter is selected, highlighting the otherness of the first-mentioned checkbox.

#11549 Conexao IPV6 normal invalid 6 years Windows
Description

Prezados gostaria de verificar por que o filezila nao esta conseguindo conectar em servidores FTP com enderecos ipv6 como exemplo 2804:49c:319:430::326

mesmo colocando nomes CNAME como ftp.uol.com.br o sistema nao reconhece a conexao pois o retorno ao fazer ping no endereco retorna um endereco IPV6

#11552 Search remote files (F3) without results when using wildcards normal rejected 6 years Windows
Description

If you are using an asterisk ("*") wildcard in any query (i.e. contains) except the regex query in the search remote files dialog, there will be no results.

As a workaround, a regular expression can be used, which is working as expected.

#11553 I bought the Pro version when it came out but now it won't update normal worksforme 6 years Windows
Description

The update never gets placed in the Temp directory for the update. It's been doing this for a month now, below is the log for the error.

Ross Waters Order Number: UEEDTH5H Purchase date: 8/12/2017 2:34:37 PM

Started update check on 2018-04-01 12:15:16 Own build type: official Downloading /update.php?platform=x86_64-w64-mingw32&version=3.30.0&product=3&osversion=10.0&osarch=64&cpuid=sse,sse2,sse3,ssse3,sse4.1,sse4.2,aes,pclmulqdq&initial=0 Resolving address of update.filezilla-project.org Connecting to 136.243.154.122:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 370 bytes in 1 second Parsing 370 bytes of version information. Found new release 3.31.0 Downloading /FileZilla_Pro_3.31.0_win64-setup.exe Resolving address of download.filezilla-project.org Connecting to 136.243.154.86:80... Connection established, sending HTTP request Resolving address of download.filezilla-project.org Connecting to 136.243.154.86:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request Resolving address of prodownload.filezilla-project.org Connecting to 136.243.154.86:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 8,215,064 bytes in 7 seconds Local size of 'C:\Users\ross\AppData\Local\Temp\fzupdate_93adc1780c61322a.tmp' does not match expected size: 0 != 8215064

#11554 Adding a new sige. normal worksforme 6 years Windows
Description

I imported a new site with info and needed to remove and start again. It would not allow me to remove the existing imported sites. Please info on how to remove. Thanks

NF

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