Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1901 - 2000 of 4044)

Ticket Summary Owner Priority Resolution Created Modified
#7912 Filezilla does not recognize 'pageant' since version > 3.5.0 normal fixed 12 years 12 years
Description

sftp authentication worked well until including version 3.5.0. Later versions ignore pageant, they just recognize plain key files.

I tested it with the latest version 3.5.3 on a 64-bit Win7 system and Pageant Release 0.60.

Error message on connect: Fehler: Disconnected: No supported authentication methods available (server sent: publickey,keyboard-interactive) Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

After downgrading to version 3.5.0, with exacltly the same setup, pagaent ist recognized again.

regards Alois

#7911 Custom time format results in blank last modified column normal wontfix 12 years 10 years
Description

When using the custom time format %H:%M:%S%P, the resulting Last modified column is blank. However, when using custom %H:%M:%S, the correct data/time is listed, without the am/pm.

I haven't tried other custom time settings because the %P option is the only of interest to me.

#7910 Unable to upload 550 The supplied message is incomplete. The signature was not verified. high rejected 12 years 10 years
Description

Unable to upload files after web host enabled TLS 1.1/1.2, I can connect to the server and browse and download files, but uploading files fails:

FTP Server Microsoft FTP 7.5

Tried downgrading to 3.5.2, with the previous version of FileZilla it will not even connect. While I would normally in this case just turn off TLS 1.1/1.2 support on the server, but since I don't have such access I have worked around the problem by turning off TLS 1.1/1.2 on the client side. I also tried 3.5.3 from a Mac running OS X Lion, same result.

Here is the message log with debugging set to level 4:

20:13:07 Status: Connecting to XXX.XXX.XXX.XXX:21... 20:13:07 Status: Connection established, waiting for welcome message... 20:13:07 Trace: CFtpControlSocket::OnReceive() 20:13:07 Response: 220 Microsoft FTP Service 20:13:07 Trace: CFtpControlSocket::SendNextCommand() 20:13:07 Command: AUTH TLS 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 234 AUTH command ok. Expecting TLS Negotiation. 20:13:08 Status: Initializing TLS... 20:13:08 Trace: CTlsSocket::Handshake() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnSend() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CTlsSocket::ContinueHandshake() 20:13:08 Trace: TLS Handshake successful 20:13:08 Trace: Cipher: AES-256-CBC, MAC: SHA256 20:13:08 Status: Verifying certificate... 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: USER XXXXXX 20:13:08 Status: TLS/SSL connection established. 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 331 Password required for XXXXXX. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PASS XXXXXX 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 230 User logged in. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: OPTS UTF8 ON 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PBSZ 0 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 PBSZ command successful. 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Command: PROT P 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 200 PROT command successful. 20:13:08 Status: Connected 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:13:08 Status: Retrieving directory listing... 20:13:08 Trace: CFtpControlSocket::SendNextCommand() 20:13:08 Trace: CFtpControlSocket::ChangeDirSend() 20:13:08 Command: PWD 20:13:08 Trace: CTlsSocket::OnRead() 20:13:08 Trace: CFtpControlSocket::OnReceive() 20:13:08 Response: 257 "/" is current directory. 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:13:08 Trace: CFtpControlSocket::ListSubcommandResult() 20:13:08 Trace: state = 1 20:13:08 Trace: CFtpControlSocket::ResetOperation(0) 20:13:08 Trace: CControlSocket::ResetOperation(0) 20:13:08 Status: Directory listing successful 20:13:08 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:13:11 Trace: CFtpControlSocket::FileTransfer() 20:13:11 Status: Starting upload of /FTPWorking/49.png 20:13:11 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:13:11 Trace: FileTransferSubcommandResult() 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: FileTransferSend() 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 2 20:13:11 Command: PASV 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 227 Entering Passive Mode (XXX,XXX,XXX,XXX,201,87). 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 2 20:13:11 Trace: state = 2 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 4 20:13:11 Command: STOR 49.png 20:13:11 Trace: CTransferSocket::OnConnect 20:13:11 Trace: CTlsSocket::Handshake() 20:13:11 Trace: Trying to resume existing TLS session. 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: CTlsSocket::OnSend() 20:13:11 Trace: CTlsSocket::OnSend() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 150 Opening BINARY mode data connection. 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 1 20:13:11 Trace: state = 4 20:13:11 Trace: CFtpControlSocket::SendNextCommand() 20:13:11 Trace: CFtpControlSocket::TransferSend() 20:13:11 Trace: state = 5 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CTlsSocket::ContinueHandshake() 20:13:11 Trace: TLS Handshake successful 20:13:11 Trace: TLS Session resumed 20:13:11 Trace: Cipher: AES-256-CBC, MAC: SHA256 20:13:11 Trace: CTransferSocket::OnConnect 20:13:11 Trace: CTlsSocket::Shutdown() 20:13:11 Trace: CTransferSocket::TransferEnd(1) 20:13:11 Trace: CFtpControlSocket::TransferEnd() 20:13:11 Trace: CTlsSocket::OnRead() 20:13:11 Trace: CFtpControlSocket::OnReceive() 20:13:11 Response: 550 The supplied message is incomplete. The signature was not verified. 20:13:11 Trace: CFtpControlSocket::TransferParseResponse() 20:13:11 Trace: code = 5 20:13:11 Trace: state = 7 20:13:11 Trace: CFtpControlSocket::ResetOperation(2) 20:13:11 Trace: CControlSocket::ResetOperation(2) 20:13:11 Trace: CFtpControlSocket::ParseSubcommandResult(2) 20:13:11 Trace: FileTransferSubcommandResult() 20:13:11 Trace: CFtpControlSocket::ResetOperation(2) 20:13:11 Trace: CControlSocket::ResetOperation(2) 20:13:11 Error: File transfer failed 20:13:11 Trace: CFileZillaEnginePrivate::ResetOperation(2)

#7905 I cant find the anser in any forums. low invalid 12 years 12 years
Description

Status: Resolving address of www.aworldofsoftware.zxq.net Status: Connecting to 67.220.217.235:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 223 of 500 allowed. Response: 220-Local time is now 13:54. 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 2 minutes of inactivity. Command: USER www.aworldofsoftware_zxq Response: 331 User www.aworldofsoftware_zxq OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#7904 Symlink not recognised using Proftpd Server normal duplicate 12 years 9 years
Description

Hello Guys,

Recently i have upgrade my proftpd server to last release (1.3.4a) on AIX servers (6.1) and filezilla client even at the last release (3.5.3) on Windows does not reconize anymore the symlinks. It happens only with filezilla clients. All other clients i have (standard ftp windows, standard ftp client on AIX) works perfectly but i'd rather filzilla for my customer because it's a very good client ! But now the symlinks are displayed as files and not as directories and we can not go into the symlinks. Mays be this issue is a combination of proftpd last release and filezilla but now i'am block. Any ideas would be very appreciated. Thanks for your support. Nicolas

#7901 Refresh/repaint problem in GUI normal outdated 12 years 12 years
Description

I use Filezilla few years. And for these years you still didn't fix this annoying bug: I use layout: Widescreen I use Position of a message log: Above the file list. I use Windows 7 and Windows XP (bug is visible on both). With these settings 'Quickconnect bar' is not refreshed properly during use when new messages are arriving to log (see screen attached, it is hardly visible in the screen, log messages overwrites it). This gives bad GUI experience to the user.

#7896 Password being incorrectly sent normal outdated 12 years 12 years
Description

I can log into my server of choice using the same password using a different client, but trying to with FineZilla gets me: Response: 331 Password required for riwebserver Command: PASS Response: 530 Login incorrect. Error: Critical error Error: Could not connect to server

Now I know the password is correct. I just used it to log in via another client.

#7895 some controls do not resized. normal outdated 12 years 10 years
Description
  1. single tab: panel
  2. multi tab: panel, treeview, listview

FileZilla Client


Version: 3.5.3

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2012-01-08 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 64 bit system

#7893 When attempting to upload an open file, FileZilla goes into an endless loop of errors normal outdated 12 years 10 years
Description

Environment: ============ FileZilla v3.5.3. Windows 7 Ultimate, 64-bit. All latest patches installed. Details from "About" page are pasted in below.

Description: ============ Attempting to upload an open file causes FileZilla to go into a possibly endless loop of errors.

Steps to reproduce: =================== Connect to FTP server via SFTP. Open file in MS Word. Make an update. Save it. [Leave Word Open] Using Windows Explorer, drag file into FileZilla interface to upload it. FileZilla goes into a seemingly endless loop. The status pane shows: Error: local: unable to open C:\xxxxxxxxx\filename.doc Error: File transfer failed

I don't recall prior versions of FileZilla having this problem, but I can't be sure. (I just find it hard to believe I've never tried to upload an open file before, accidentally or on purpose.)

Suggestions: ============ -Error should be specific about why it can't upload the file (i.e. file open.) -Error should ask if you want to retry. -Error should only occur a maximum number of retries, either set or specified in the preferences.


FileZilla Client


Version: 3.5.3

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2012-01-08 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 64 bit system

#7892 error 5: access is denied normal outdated 12 years 12 years
Description

Hello, I received this error: Failed to retrieve file times for: 'C:\Documents and Settings\Administrator\Local Settings\Temp\fz3temp-2\respan.txt' (error 5: access is denied.)

log: Command: RETR respan.txt Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening ASCII mode data connection for respan.txt (60032 bytes) Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful, transferred 60,032 bytes in 1 second Error: Could not read from socket: ECONNRESET - Connection reset by peer Error: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::OnReceive() Error: Could not read from socket: ECONNRESET - Connection reset by peer Error: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66)


logged in to an FTP server file was write only (permissions 200) I tried to download it but the transfer failed then I changed permission to 600 (added read) right clicked and said view/edit default editor is notepad.exe

filezilla locked up for about umm.... 5 minutes? 10 minutes? I feel like when the connection was dropped filezilla unfroze but I can't say. Also, after 5 minutes or so I received some error from notepad but I don't recall what it said. sorry.

I did not receive the error at the top until after it 'unfroze', about 5 minutes later

#7885 Files with modified date of 29th February cannot be transferred by read-only users via SFTP or FTP blocker fixed 12 years 4 years
Description

I am running a Sun Solaris UNIX system with a future date. When the system created files dated 29th February 2012 and I tried to transfer them back to a windows machine, FileZilla is incorrectly appending the date to the start of the file name, thus making it impossible to transfer the files. Its some sort of leap year bug in the software.

On Solaris box:

$ ls | grep Bulk Bulk_STIP_PQ_jeconjrnl1.dat $ pwd /var/tmp

$ ls -ltr | grep Bulk -rw-r--r-- 1 jrnlextr intrfcs 2130198528 Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat

Filezilla attempted transfer:

Status: Starting download of /var/tmp/Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat Command: get "Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat" "C:\FTL Retirement\Bulk STIP\Feb 29 13_27 Bulk_STIP_PQ_jeconjrnl1.dat" Error: /var/tmp/Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat: open for read: no such file or directory Error: File transfer failed

#7882 FileZilla Crashes when trying to download a number of files by dragging them from the server folder to a directory in my home folder blocker outdated 12 years 12 years
Description

I use FileZilla 3.5.2 on a Linux Mint 12 (Lisa) plattform to connect to my Samsung Galaxy S2 Smartphone with Android 2.3 and the latest version of the App "Software Data Cable", which provides an FTP server for my phone's file system in my home network (over WLAN).

I can connet to the server without any problems, browse through the server file system and all folders and files are displayed correctly. However, when I want to download the content of my camera folder (about 100 JPEG-photos and 40 .mp4 video files) by marking all the files (click on first, Shift-click on the last file to be copied) and dragging them from the server folder window into the local folder window, Filezilla crashes.

I have attatched the Filezilla message log (file: "filezilla.log") which records the output from the launch up to the point when I opened the folder containing the files to download. When I dragged them over to my home folder the program crashed without any further output.

In addition to that I added a more useful log file from the gdb debugger, which shows the segmentation fault at the point of the crash. (file name: "filezilla crash.log")

I am running the Ubuntu 11.10 (Oneiric) based "Linux Mint 12" (Lisa) 64-bit on an Acer TravelMate 5740G Notebook with an Intel Core i5-430M and an ATI Mobility Radeon 5650 (using the proprietary fglrx driver for it). I also use the proprietary driver for the Broadcom WLAN card (package name is simply "wlan").

FileZilla Client


Version: 3.5.2

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2011-11-09 Compiled with: gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.10.5

Operating system:

Name: Linux 3.0.0-12-generic x86_64 Version: 3.0

#7877 since update to Filezilla 3.5.3 users can not connect to our server : FTPS over explicit critical duplicate 12 years 12 years
Description

SERVER : vsftpd (2.0.7) Linux Red Hat 5

Error : GNUTLS error-12 : A TLS fatal alert has been received

We have a lot of partners connecting to our ftp every day and it's a very critical issue. With older versions of Filezilla we do not have any problem.

#7876 GnuTLS error -12: A TLS fatal alert has been received. normal duplicate 12 years 11 years
Description

after upgrading to FileZilla Client


Version: 3.5.3

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2012-01-08 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 64 bit system

i got log: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Error: GnuTLS error -12: A TLS fatal alert has been received. Error: Could not connect to server

i can connect to the same server using previous releases of filezile

OS Name Microsoft Windows 7 Ultimate Version 6.1.7601 Service Pack 1 Build 7601

#7875 Upper and lower case problems in FileZilla and OS X critical duplicate 12 years 12 years
Description

I notices a huge bug in Filezilla 3.5.3 (and older) when using it on Mac OS X: If you edit two files with different capitalization FileZilla get's confused and in worst case it overwrites the wrong file.

  1. Create a Test.txt and a test.txt in different directories (A and B) on the server
  2. Write click on both files and chose "View/Edit".
  3. Edit Test.txt and save it.
  4. FileZilla notices the change and asks if it should upload test.txt in A and then it asks again if it should upload Test.txt in A. So afterwards you have a test.txt and a Test.txt in Folder A.

Unfortunately I can't reproduce how it overwrites the file but it clearly happens as my style.css and Style.css got messed up two times! And as you can see with the 4 steps I described there seems to be a problem somewhere.

AFAIK the problem doesn't occur in Windows!

#7873 "GnuTLS error -12: A TLS fatal alert has been received." + "no shared cipher" rudiganteng normal outdated 12 years 9 years
Description

GnuTLS error -12: A TLS fatal alert has been received.

in new version 3.5.3 win client, old version 3.5.2 works just fine. Server UNIX.

#7872 FileZilla 3.5.3 update hangs on Windows XP critical worksforme 12 years 12 years
Description

Just installed the FileZilla update, and it completely hangs every time I'm trying to connect to a server.

I saved the memory and hd dump from the Microsoft error report, but I don't know if I can send them without potentially exposing my accounts' passwords...

Below are my system details.

Thanks,

Oded.

FileZilla Client


Version: 3.5.3

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2012-01-08 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows XP (build 2600, Service Pack 2) Version: 5.1 Platform: 32 bit system

#7870 Crash on drag and drop (ubuntu) normal rejected 12 years 11 years
Description

When you drag content from FTP server to local folder, FileZilla crashes. This works on Windows 7, but on Ubuntu FileZilla client crashes.

#7867 pdf file data problem normal outdated 12 years 12 years
Description

When I transfer a pdf file via FZ, the file will not work. When I try to open the file online, the following message is received: "Cannot extract the embedded font 'VRHUGW+TT15Ct00'. Some characters may not display or print correctly." After this, everything freezes. When I click okay on the dialog box, the file continues to load and only the header text is garbled. If I use DreamWeaver as FTP for the file everything works fine. Using WinMerge to compare the files says they are identical, yet the one transferred by FZ won't open correctly and the one transferred by DW does open correctly. This only started happening about two months ago. I can upload a copy and give you a link to it so that you can see the behavior if necessary, it is very repeatable.

Win 7 64 bit (all updates installed) Firefox 9.01 FileZilla 3.5.2 Acrobat Reader 10.1.1

#7866 did latest update now not connecting to server high invalid 12 years 12 years
Description

I have a new computer that I downloaded the latest version 3.5.2, and now I cannot connect to server. Another co-worker tried to update her computer also to 3.5.2 and she cannot connect either. She was able to connect about 1/2 hr before she updated. Just keeps coming up with "connection timed out" then "could not connect to server"

#7864 Signature Algorithms extension of ClientHello incomplete. normal fixed 12 years 12 years
Description

FileZilla Client sends a TLSv1.2 (RFC 5246) ClientHello. TLSv1.2 requires servers to accept a Signature Algorithms extension on a ClientHello message, and gives the client the option to omit it if it desires the default (usually SHA1/RSA--see the RFC). FileZilla (using GnuTLS) is sending only one Signature Algorithms extension value--SHA512/RSA (6/1). This will cause a TLSV1.2 aware server to reject the ClientHello if it does not posses a SHA512/RSA signed certificate. Originally I thought this was a GnuTLS problem, so I sent this e-mail to them:

"Hello, I have been working on the implementation of the TLS 1.2 protocol. TLS 1.2 requires servers to handle the Signature Algorithms extension to the ClientHello handshake message. My reading of RFC 5246 (7.4.1.4.1.) indicates that if client presents the extension (it can be omitted) it should include all hash/signature algorithm pairs the client is willing to process. While running the latest version of FileZilla, which uses GnuTLS 2.10.4, the only proposed Signature Algorithm is {SHA512,RSA}. If I stick with the RFC, the handshake will fail, as my {SHA1,RSA} signed certificate is not in the list. I’m not saying Microsoft is always right (in this case I think they are), but IE8/Win7 sends 7 Signature Algorithms in the extension: {SHA256,RSA},{SHA384,RSA},{SHA1,RSA},{SHA256,ECDSA},{SHA384,ECDSA},{SHA1,ECDSA},{SHA1,DSA}."

The response I received from the GnuTLS developers was this:

"Hello, This is a configuration issue. Filezilla for some reason unknown to me only enables 256-bit ciphersuites and signature algorithms. If you use gnutls-cli with your server you'll see that gnutls sends all options."

#7860 can't connect to server high invalid 12 years 12 years
Description

this is the answer:

Estado: Conectando a www.impulsarte.com.mx... Respuesta: fzSftp started Comando: open "impulmx@…" 22 Comando: Pass: Error: La autenticación falló. Error: Error crítico Error: No se pudo conectar al servidor

Gracias

#7856 SFTP login failed with special character in password normal worksforme 12 years 7 years
Description

We had created a new SFTP username and password for one of our servers and although the login was tested and worked with WinSCP, it returned an authentication failure using FileZilla.

The password's last character was a pound sign (£) and on the suspicion that it might be causing a problem, we removed that last character. The login then worked correctly on both WinSCP and FileZilla.

I've looked around the FileZilla wiki but can't find mention of non-alphanumeric characters in passwords with are likely to cause problems. Any information would be appreciated.

#7842 Downloading files with special characters normal rejected 12 years 12 years
Description

The file contains a backslash, which is producing this issue:

Command: RETR Mr.Numbers-2011-12-06-15-11-44-Jump!\Jump! Full Version.1rc Response: 553 Prohibited file name: Mr.Numbers-2011-12-06-15-11-44-Jump!\Jump! Full Version.1rc Error: Critical file transfer error

#7840 Site specific bookmarks not showing high duplicate 12 years 12 years
Description

Reported 21 months ago... Still not fixed

http://trac.filezilla-project.org/ticket/5211

#7838 No files showing in FTP high outdated 12 years 12 years
Description

Unable to view any files in the server. Each folder shows a question mark. When viewed in a different FTP software, it will show all the existing files, but not with FileZilla software. Need problems fixed.

#7837 Problem Uploading via FTPS. blocker fixed 12 years 10 years
Description

I recently installed Fedora 16 onto my laptop. Since then I have been having trouble uploading over FTPS. This affects both FTPS and FTPES modes, and only affects uploads.

What happens is that the upload proceeds for only a few Kilobytes, then the connection times out and the upload resumes (REST). For another few Kilobytes, then times out again. Et. Cetera.

Trying an older version of FileZilla on Ubuntu works fine. However, an older version of FileZilla on Fedora still fails. My guess is that the problem might be due to the version of GnuTLS on Fedora, but this is only a guess. Below are the details of the versions of FileZilla I have tested.

Fedora (not working):

FileZilla Client


Version: 3.5.1

Build information:

Compiled for: x86_64-redhat-linux-gnu Compiled on: x86_64-redhat-linux-gnu Build date: 2011-08-31 Compiled with: gcc (GCC) 4.6.1 20110804 (Red Hat 4.6.1-7) Compiler flags: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.12.7

Operating system:

Name: Linux 3.1.1-1.fc16.x86_64 x86_64 Version: 3.1

  • Note, I also tried version 3.3.3 on Fedora 16 with the same result.

Ubuntu (working):

FileZilla Client


Version: 3.3.5.1

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2010-12-12 Compiled with: gcc (Ubuntu/Linaro 4.5.1-12ubuntu1) 4.5.2 Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.6

Operating system:

Name: Linux 2.6.38-12-generic x86_64 Version: 2.6

I have two log files attached. ftp-log-working.txt shows the log from the Ubuntu client performing a successful upload. ftp-log-broken.txt shows the log from the Fedora client.

In the broken log, you can see the problem spot:

-- 12:25:35 Response: 150 File status okay. About to open data connection. 12:25:35 Trace: CFtpControlSocket::TransferParseResponse() 12:25:35 Trace: code = 1 12:25:35 Trace: state = 4 12:25:35 Trace: CFtpControlSocket::SendNextCommand() 12:25:35 Trace: CFtpControlSocket::TransferSend() 12:25:35 Trace: state = 5 12:25:35 Trace: CTlsSocket::OnRead() 12:25:35 Trace: CTlsSocket::ContinueHandshake() 12:25:35 Trace: Handshake successful 12:25:35 Trace: Session resumed 12:25:35 Trace: Cipher: AES-256-CBC, MAC: SHA1 12:25:35 Trace: CTransferSocket::OnConnect 12:25:35 Trace: First EAGAIN in CTransferSocket::OnSend() 12:26:15 Error: Connection timed out --

But in the working log you see:

-- 07:24:55 Response: 150 File status okay. About to open data connection. 07:24:55 Trace: CFtpControlSocket::TransferParseResponse() 07:24:55 Trace: code = 1 07:24:55 Trace: state = 4 07:24:55 Trace: CFtpControlSocket::SendNextCommand() 07:24:55 Trace: CFtpControlSocket::TransferSend() 07:24:55 Trace: state = 5 07:24:55 Trace: CTlsSocket::OnRead() 07:24:55 Trace: CTlsSocket::ContinueHandshake() 07:24:55 Trace: Handshake successful 07:24:55 Trace: Session resumed 07:24:55 Trace: Cipher: AES-256-CBC, MAC: SHA1 07:24:55 Trace: CTransferSocket::OnConnect 07:24:55 Trace: First EAGAIN in CTransferSocket::OnSend() 07:24:55 Trace: CTlsSocket::OnSend() 07:24:55 Trace: Made progress in CTransferSocket::OnSend() 07:24:56 Trace: CTlsSocket::OnSend() 07:24:56 Trace: CTlsSocket::OnSend() ... --

CTlsSockt::OnSend() continues until I cancel the transfer. I am not sure why the broken log stops after the EAGAIN error.

Please let me know if I can provide any other information that might be useful.

#7836 Crashes when drag files from server to local high outdated 12 years 10 years
Description

When I drag some files from server file list to a local folder, it crashes.

Ir returns a message when I exec filezilla from command line:

Segmentation fault

I'm using Filezilla 3.5.0

#7835 530 error normal invalid 12 years 10 years
Description

Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 07:12. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER aemyers1 Response: 331 User aemyers1 OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#7834 Download does not stop high outdated 12 years 11 years
Description

I put in the queue 2 file and ans to start download from server. It passed the size of the file and contnued until i terminated the program. The time left pass the EOF didnot move, Percent stayed at 100% moved size kept increasing above the original. See enclosed jpg of the screen. Both files after program termination were damaged. Transfer type was on Auto.

#7832 The client toolbar will disappear in win 7 normal wontfix 12 years 12 years
Description

Open filezilla client and create a connection to a ftp server for downloading a big file. Then I switch the other window and switch back. The toolbar disappears. When mouse focous on the button's position the buttons appear again. But the other area remain the same. This situation occours sometime.

#7826 Site manager: Scroll list when reaching boundaries normal duplicate 12 years 12 years
Description

When moving an entry with the mouse, the list should scroll on reaching the upper or lower boundary. At the moment, it is not possible to reach folders that are out of sight in case there are many entries.

#7823 Unable to access file and complete transfer after recent update high outdated 13 years 10 years
Description

I recently received an update notification and downloaded/installed FileZilla Client 3.5.2. Since then, I cannot get a file to transfer. I have been uploading a similar file for over two months and now, only after the update, it will not transfer.

Please help.

Thank you, Chris

#7821 Make kiosk mode available in the preference window and set it by default to 1 high outdated 13 years 13 years
Description

So it's about the storage of unencrypted password ... I know a lot of ticket has been posted about this, but there is a reason for that.

I perfectly understand your reason to do that and I understand it's "by design". I know you can fix that problem with the kiosk mode option in the filezilla.xml file.

I just think that :

1) This option should be available directly in the preference window of the client gui. It's not an "advanced" setting, it's a critical setting so you shouldn't hide it in some xml file. A lot of people want to change that behaviour of storing the password, and so go to the preference window ... and find nothing. Adding that cost you nothing, even in term of "design" or "philosophy".

2) When first using this software you don't know your password is gonna be logged in clear text, nothing tell it to you. In the whole software industry nobody do that, even Micro$oft with Int€rn€t €xplor€r ask before storing a password. User should be aware of that. So there is 2 solutions : you ask the user the first time at the first use or you put the default value of kiosk mode to 1 (so you still log an history of servers but without the password).

To conclude, I can understand that by design you want to make your users life easy, but I can't understand that you want to store ssh (sftp) password in plaintext without him knowing about it. I'm just asking you to make users more aware of that choice, to help them make enlightened choices.

#7819 Can't open FileZilla 3.5.2 normal outdated 13 years 11 years
Description

Downloaded 3.5.2_i686-apple-darwin9.app from FileZilla-project.org. Upon attempt to open the app received the message: "You can't open the application FileZilla_3.5.2-i686-apple-darwin9.app because it may be damaged or incomplete."

I searched the bug reports and forum for this problem and only found on the forum to compare the checksum of the file with that of the FileZilla Project checksum.

I'm currently running 3.5.1 and it works fine so I tried to download 3.5.1 and got the same message when I tried to open it.

Thanks, Kirk

#7818 Unable to connect Grace Cameron high invalid 13 years 12 years
Description

I have entered all the information correctly provided to me by BrainHost, but still am unable to connect, the message is below.

Status: Resolving address of ftp.envisageearnings.com Status: Connecting to 69.175.48.74:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 20:10. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER gcenvisa Response: 331 User gcenvisa OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#7815 reuse SSL session of control connection normal rejected 13 years 9 years
Description

I've been testing in two Linux and two Windows systems on the same internet line. Everything works OK in Windows and even in Linux if running the Windows version of Filezilla through Wine!

The problem with the Linux version of Filezilla is, when connected to a FTPES server and trying to upload a file, it is uploading only around half a second, then it stops, timeouts, reconnects, continues the upload again for around half a seconds, timeouts, etc.

Sometimes if inactive for like a minute or two, it gives "425 Unable to build data connection: Operation not permitted" error, when trying to refresh.

Downloading seems OK.

Tested versions: 3.3.5.1, 3.5.1, 3.5.2-rc1.

Should you need more info, let me know.

#7812 FileZilla crash when Windows Homegroup device disconnected low worksforme 13 years 9 years
Description

Filezilla crashes when I access my laptop from FileZilla, then disconnect the laptop from my Homegroup and try to navigate away from the laptop directory.

Steps to reproduce the crash:

  1. Connect a device to your homegroup
  2. Access the device on FileZilla (Local site) by going to
    COMPUTERNAME
  3. Disconnect the same device you access
  4. Attempt to navigate away from the device
#7811 Server Connection Timed Out normal outdated 13 years 12 years
Description

I keep getting disconnected from my server right after I upload something. Even after a few seconds. I've talked to my hosting company and they have raised the inactivity time limit to 15 minutes and I still get disconnected from the server after just a few seconds. So everytime I upload something I have to reconnect to upload something else. The host company told me this is a FileZilla issue and I have to ask you for help and not them. I've included a sample of the error log from the last time I got disconnetced below. Please let me know if there is somethign I can do to stay connected to the server after I upload something. Thanks. Ramy.

Status: Directory listing successful Status: Retrieving directory listing... Command: CWD bonuses Error: Connection timed out Error: Failed to retrieve directory listing Status: Resolving address of velvetecstasy.com Status: Connecting to 216.131.122.57:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 22:23. 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 15 minutes of inactivity.

#7807 Connection causes the LOG output to overlap the connection bar normal duplicate 13 years 11 years
Description

Ever since I started using Filezilla I can't remember how long ago, it has failed to draw the window in exactly the same way in every subsequent release. I am now taking the time to file this ticket because it is becoming a nuisance

#7803 Wrong date - Same problem as Ticket #3698 high duplicate 13 years 11 years
Description

Same problem as Ticket #3698

I get wrong date when listing the remote directory. sFTP on FreeFTPd ver 1.0.11 on win 2003 SP2 FileZilla Client is 3.5.1 running on windows 7 FreeFTPd is 1.0.11 on win 2003 SP2

From the log:


Command: pwd Response: Current directory is: "/" Command: ls Status: Listing directory / Status: Calculating timezone offset of server... Command: mtime "2010-08-17" Response: 4294967295 Status: Timezone offsets: Server: 1293629340 seconds. Local: 7200 seconds. Difference: -1293622140 seconds. Status: Directory listing successful


The dates listed in FileZilla is wrong. 2011-10-28 are listed as 1970-04-04. It can possibly be a problem in FreeFTPd, but WinSCP lists it correct. In WinSCP there is a switch "Misinterprets file stamps prior to 1970". This is set to Auto in my case. Would this be possible to implement in FileZilla?

#7802 Dragging a file to upload causes filezilla to crash Steve Naso normal outdated 13 years 11 years
Description

Status: Resolving address of ftp.sabo.cc Status: Connecting to 216.69.172.173:21... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.0 Server (ProFTPD) [216.69.172.173] Command: USER sawunder Response: 331 Password required for sawunder. Command: PASS Response: 230 User sawunder logged in. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: REST STREAM Response: SIZE Response: 211 End Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (216,69,172,173,216,212). Command: LIST Response: 150 Opening ASCII mode data connection for file list Response: 226-Transfer complete. Response: 226 Quotas off Status: Directory listing successful Status: Resolving address of ftp.sabo.cc Status: Connecting to 216.69.172.173:21... Status: Connection established, waiting for welcome message... Error: Could not connect to server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Resolving address of ftp.sabo.cc Status: Connecting to 216.69.172.173:21... Status: Connection established, waiting for welcome message... Error: Could not connect to server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Resolving address of ftp.sabo.cc Status: Connecting to 216.69.172.173:21... Status: Connection established, waiting for welcome message... Error: Could not connect to server Response: 421 No Transfer Timeout (300 seconds): closing control connection. Error: Connection closed by server

#7799 Toolbar icon disappear after connection is made high duplicate 13 years 10 years
Description

When connecting to any of the sites in my connection list the toolbar icons disappear. I have been checking to see if this problem has been fixed in the new releases but have not seen anything, not knowing if you know about it I thought I would let you know. I have attached a screenshot to show you how i see it. Thank you very much I use this software every day keep up the good work.

#7798 550 No connections allowed from your IP critical invalid 13 years 12 years
Description

It wont let me connect, here is the strand

Status: Resolving address of jamiejewellery.co.uk Status: Connecting to 80.240.88.52:21... Status: Connection established, waiting for welcome message... Response: 550 No connections allowed from your IP Error: Critical error Error: Could not connect to server Status: Resolving address of jamiejewellery.co.uk Status: Connecting to 80.240.88.52:21... Status: Connection established, waiting for welcome message... Response: 550 No connections allowed from your IP Error: Critical error Error: Could not connect to server

#7797 Connection problem ! critical invalid 13 years 12 years
Description

It clearly state that a connection was establish after I put in hosting ,username,password . There are files in the local site but in the remote site it say file name , Then it say not connected , Therefore I am not getting the files I am expecting . Why is this happening If it state a connection at the top . Here is what I am talking about .

Status: Resolving address of www.secureyourfinancialfuture.us Status: Connecting to 66.96.147.102:21... Status: Connection established, waiting for welcome message... Response: 220- Response: 220 Ipage FTP Server ready Command: USER williejo Response: 331 Password required for williejo Command: PASS Response: 530 Login incorrect. Error: Critical error Error: Could not connect to server

#7790 Display error normal duplicate 13 years 12 years
Description

I have a display error when I'm using Fz.

The console hides the toolbar at the connection.

See the attached file for exemple.

#7788 Enabling TLS 1.2 causes a GnuTLS error -9 high outdated 13 years 12 years
Description

I'm hosting a FTP server with explicit TLS and recently enabled TLS 1.1/1.2 on it. Now a few users reported to me (and I could reproduce this) that they couldn't connect to the server due to a GnuTLS error being displayed. Other clients using GnuTLS (but those are using newer version from what they've told me) or Windows CryptoAPI/CNG (ie SmartFTP) can still connect flawlessy.

Server: IIS 7.5, SSL 3.0, TLS 1.0,1.1,1.2 enabled, explicit mode. (with 1.1/1.2 disabled, it works)

Logs:

Status: Resolving address of rev-crew.info Status: Connecting to x.x.x.x:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Microsoft FTP Service Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH command ok. Expecting TLS Negotiation. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::Failure(-9, 10053) Error: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Trace: CTlsSocket::OnSocketEvent(): close event received Trace: CRealControlSocket::OnClose(10053) Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Waiting to retry... Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64)

#7787 Crash on ftp upload normal fixed 13 years 11 years
Description

At any attempt of uploading a file FileZilla crashes. I also opened a ticket on LaunchPad: https://bugs.launchpad.net/ubuntu/+source/filezilla/+bug/858146

Last part of my /var/log/syslog file: Oct 14 19:57:01 corrado-TravelMate-7750G kernel: [ 2329.923839] process `skype' is using obsolete setsockopt SO_BSDCOMPAT Oct 14 20:08:25 corrado-TravelMate-7750G kernel: [ 3013.952422] show_signal_msg: 12 callbacks suppressed Oct 14 20:08:25 corrado-TravelMate-7750G kernel: [ 3013.952426] filezilla[2767]: segfault at 1e31990 ip 0000000001e31990 sp 00007fff5e0906c8 error 15 Oct 14 20:17:02 corrado-TravelMate-7750G CRON[3017]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Oct 14 20:20:30 corrado-TravelMate-7750G kernel: [ 3738.073537] filezilla[3070]: segfault at c8 ip 00007fd6306ea103 sp 00007fff66ded870 error 4 in libwx_gtk2u_core-2.8.so.0.7.0[7fd630512000+386000]

FileZilla Client


Version: 3.5.0

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2011-08-06 Compiled with: gcc (Ubuntu/Linaro 4.6.1-5ubuntu2) 4.6.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.10.5

Operating system:

Name: Linux 3.0.0-12-generic x86_64 Version: 3.0

#7781 I can not see .jar files on the server that i am connected to normal outdated 13 years 11 years
Description

I can not see .jar files on the server that i am connected to. i can only see the folders and the files that are inside of them.

Thx

#7780 I need help asap normal invalid 13 years 12 years
Description

Hello team!

I really need your advice and detailed answer to my questions. I have downloaded your software but please tell me what ftp data I need to have for usung your program? When I put our ftpXXX.XXX.XX.XX address I don't receive the access to the server! Is it a local ftp? What kind of ftp is required?

I'm looking forward to hearing your instructions. Any help will be appreciated.

Sincerely, Irene

#7776 Can't fix "Error loading XML file" in Mac normal outdated 13 years 10 years
Description

i searched for solutions on how to fix this error but i'm not sure why i'm still getting this.. i also tried uninstalling FileZilla app and installing it again but alas, still no luck i really need some help in this.

#7775 too many connections high outdated 13 years 12 years
Description

my web host, pacifichost.com supports 6 concurrent connections. Ive tried filezilla and like it but one thing is making me switch to smartftp...

Status: Connection established, waiting for welcome message... Response: 421 Too many connections (8) from this IP Error: Could not connect to server

Even though I set under settings - transfer max simultaneous transfers to 4, somehow it keeps going OVER this hard limit.

And my web host then blocks me out for about a half hour. Other ftp apps this isnt a problem. I would say this is a showstopper.

Please fix this asap.

Thanks

#7772 Deleting Folder Tree normal outdated 13 years 11 years
Description

Filezilla won't delete entire directories with subfolders.

Filezilla will go through every directory and delete all of the files but not folders.

According to the log the folder the directory was removed successfully but its lying! :) If I run the same command through SmartFTP using the same FTP account the folder is deleted.

#7769 Odd date sort behavior at start of UTC month normal outdated 13 years 10 years
Description

When sorting files on a remote server by date, weird behavior occurs at the UTC month boundary. Sorting by ascending date puts files from 01 October (UTC) before files from 28, 29, and 30 September (UTC). Expected behavior would list files chronologically, with 01 October (UTC) coming after the others.

Both my computer and the remote server operate in America/New_York (currently UTC-04:00), so the start of October (UTC) was at 20:00 EDT on 30 September.

See attached screenshot.

FileZilla Client


Version: 3.5.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2011-08-28 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 64 bit system

#7766 Error in completing r4249 normal fixed 13 years 12 years
Description

Debian Linux sid on intel core i5 Kernel version: 3.0.0-1-amd64 gnutls-cli (GnuTLS) 3.0.3

Making all in . Making all in src Making all in include Making all in engine tlssocket.cpp: In member function 'bool CTlsSocket::Init()': tlssocket.cpp:116:41: error: 'gnutls_transport_set_lowat' was not declared in this scope make[3]: * [libengine_a-tlssocket.o] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all-recursive] Error 1

#7765 Drag and drop normal outdated 13 years 9 years
Description

Cursor icon does not allows to drop dragged file. I downloaded and unzipped my file. I can drag it from my window but cannot drop it into filezilla folder to upload.

#7764 Drag and drop normal duplicate 13 years 12 years
Description

Cursor icon does not allows to drop dragged file. I downloaded and unzipped my file. I can drag it from my window but cannot drop it into filezilla folder to upload.

#7762 different file sizes low rejected 13 years 11 years
Description

ascii files on server have different filesizes than the ones on local disk

local disk has correct size, but server shows smaller size, maybe it is a problem of the server?

update: newlines are not counted on the server i did some experimentation..

binary files are not affected

#7760 Jan 01 1601 Directory normal worksforme 13 years 10 years
Description

The SFTP server is a IPSwitch WS_FTP Enterprise Server, version 7.5.1.2. There are two virtual directories in a home folder but a folder named "Jan 01 1601" is added to every site that I connect to. The folder does not exist at the file system and is not a virtual directory.

After some research the date "Jan 01 1601" has some significance in Windows. "January 1 of this year (1601-01-01) is used as the base of file dates[1] and of Active Directory Logon dates[2] by Microsoft Windows" -http://en.wikipedia.org/wiki/1601

I've used tested the same site with WinSCP and native sftp in RedHat Enterprise Linux 5. The other SFTP clients does not display this folder.

See attached files for more details.

#7756 error accessing FTP site normal outdated 13 years 12 years
Description

Status: Connecting to sftp.jeppesen.com... Response: fzSftp started Command: open "boeingggi@…" 22 Error: ssh_init: Host does not exist Error: Could not connect to server Status: Waiting to retry... Status: Connecting to sftp.jeppesen.com... Response: fzSftp started Command: open "boeingggi@…" 22 Error: ssh_init: Host does not exist Error: Could not connect to server

#7754 sending MLSD command even if the server doesn't support it normal invalid 13 years 9 years
Description

When connecting to an internal FTP server with FileZilla Client, it was disconnected after sending a MLSD command. I don't know the server type but according to the result of FEAT, it doesn't support MLSD. FileZilla didn't provide me an option of not using MLSD.

Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: MFMT Response: TVFS Response: MFF modify;UNIX.group;UNIX.mode; Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Response: REST STREAM Response: SIZE Response: 211 End Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (10,198,155,23,201,148). Command: MLSD Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing

#7748 CRITICAL FILE TRANSFER ERROR normal outdated 13 years 11 years
Description

For years I have relied on FileZilla to overwrite existing files as a method to change the existing item. What I ended up doinf is deleting and then uploading the new file. Now after trying numerous times I get the message "Critical File transfer error". At first I thought it was my upload speed but its not, as I successfully changed files last week. The only difference is that I receive updates from Filezilla and because I chose to let it update for me, it would appear that trying to overwrite is next to impossible. Any suggestions?

#7747 No sound after end of working normal outdated 13 years 11 years
Description

Friends,

my FileZilla, newest version 3.5.1, will not play the "finished"-sound after work.

Please tell me, what can i do.

Regards

Ratber

#7746 SFTP WINDOWS TO UNIX CONTROL M CHARACTERS IN CSV FILE normal duplicate 13 years 11 years
Description

We were trying to ftp a file using port 22 (sftp). We set the file type option as 'Auto' and sftp'd the csv file to the unix. We see the control M charcters on the csv file. We tried the other option 'ASCII' but it still carried over the control M.

#7745 File Download Changes Rights high outdated 13 years 11 years
Description

If we Download a File from a FTP Server, the Rights are changed. And we can't change it with chmod or a system buil-in GUI afterwards. We have to download it as a zip or as a .dmg for mac then it works. Theres not the rights themselves who are false setted. Because after chmod 777 the rights should be setted right and it also shown. But still we have no permission to write...

#7744 At 16,385 files, Filezilla goes into an infinite loop high outdated 13 years 10 years
Description

I have done 3 times. I am using FileZilla 3.5.1 on my PC, MS-Windows, Ver 5.1(Build 2600.xpsp_sp3_....:Service Pack 3) I want to transfer 62,424 files, with names like PHO_0xxxxxxx-5_1003457.HL7;1 to an USB drive (E:) on my PC. I am connected to a VAX OpenVMS V8.2. To gather the names (LIST in FTP) takes about an hour. I then do a CTRL-A on the names in the "remote directory" screen, and put it into the "Home" screen. I am also watching My "Task Master" Perforamce tab, to watch the CPU Usage screen. After about 45 minutes, CPU Usage becomes 100% usage and no more files are being copied. I "stop" Filezilla and check the number of files on my USB "Memery stick" and all 3 times the same number files, 16,385. 16,385 = 214 + 1. These files are anywhere 1KB big to 120KB big. And they are 100% text files, or HL7 files.

If possible, let me know. Thanks

#7743 FTP synchronize low duplicate 13 years 12 years
Description

Hello does filezilla has a synchronize feauture? from local to ftp server or from ftp server to local.

hope you could help me thanks a lot.

#7741 JPG Size changed from Client to FTP Server critical worksforme 13 years 12 years
Description

When I transfer one jpg file (picture of me) the size of the file is changed.Very strange. When I use CoreFTP evrything is OK.

E:\Dev\ASPMVC2\HomePage\img\tgphoto.jpg 185.424 bytes

/www/img/tgphoto.jpg 185.421 bytes

I tried it 15 times. I will attach this file. Thomas Graupner Germany

#7733 Quick Connect Header overrun by Status normal duplicate 13 years 12 years
Description

Steps: 1) load filezilla 2) Using the quick link to Site Manager I select an FTP site 3) Connect to site by clicking on the name 4) connection starts

  • Connection Status starts to scroll
  • Status display overwrites the Quick Connect Header area, just under the icon bar.

Steps to date: 1) Discovered it with the last update, 2) downloaded the latest update (see clipboard copy) 3) Tested per steps 1 - 4 above and found the same problem.

System: Windows 7, SP1

FileZilla Client


Version: 3.5.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2011-08-28 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 32 bit system

#7731 No SSH Agent login after upgrade to 3.5.1 normal fixed 13 years 9 years
Description

After upgrading to v3.5.1, SSH key authentication via agent no longer works. FileZilla sends blank password instead of using agent and reports "Authentication Failure."

Downgrading to 3.5.0 fixed the issue.

#7729 进度条逻辑有问题 high outdated 13 years 9 years
Description

连接到linux ssh协议; 可能是没刷新?然后计算时使用的是未刷新前的文件大小, 在服务器一直在生成文件,大小已改变.所以计算有误?


host is linux; connect by ssh; ie. the file is test.txt; flush file list now it say file is 5KB; but sever is writing the test.txt; by the end is may be 1MB; don't flush,allway it show text.txt is 5KB ; down it, the rate of progress is 100%; but it's not finished.

#7475 FileZilla About shows version is lower than the installed one normal rejected 13 years 11 years
Description

I tried to report a bug of FileZilla and the website says my version is older than the current download version. But it's exactly the opposite.

"You are using an outdated version of FileZilla. Please understand that we can not give any support for outdated versions.

Your version: 3.3.5.1 Current version: 3.5.0"

#7474 tool bar normal duplicate 13 years 12 years
Description

I would like to report in your software the toolbar will disappear from the screen when the message log is scrolling.

I currently own the Toshiba and I noticed on your previous version of your software. This bug did not do this and the toolbar stayed exactly where it was and did not disappear. The only time I can get the toolbar to reappear is when I have to hit F5 and refresh the screen or minimize the window and then maximize it again which will cause the toolbar to reappear at which point we'll stay in its normal position without flickering so every time I open up the program before using it. I have to minimize the screen and then maximize it and then work up from there. I don't think it is my computer because the previous version did not do this. I just recently of graded to the newest version within a week and I noticed this glitch I don't know if anybody else is happening. This type of problem, but it is worth looking into because your program is such an asset to the community.

I captured a screenshot live of what it does but I see no way to import it into your ticket system to show you exactly what's going onif you need further information or you want to see in this video that captured of what exactly going on. Please contact me and I will find a way to get to the footage

#7473 Symlinks don't show on client and Owner/Group show as uid high rejected 13 years 13 years
Description

With Filezilla Client 3.5.0 there are a lot of information that don't show correcly. The symlinks don't show it, owner and group show the uid and permissions show strangely.

Server is ProFTPD 1.3.3d Server (ProFTPD Default Installation) with UNIX Type: L8.

The same ftp work fine with WinSCP.

#7470 Authentication fails normal outdated 13 years 11 years
Description

I can't connect to server. We have tried uninstalling and reinstalling but to no avail. If I take it out of Passive mode to sftp it is asking for a key. We can't seem to find anything. Is there anythng I can do to be able to continue using filezilla?

#7467 Files and directories with special characters (german Umlaute) are not shown in directory list high rejected 13 years 12 years
Description

Hi FileZilla Team,

I recently discovered that files with umlaute (ö,ü,ä, …) are not shown in the directory listing or the directorys itself.

The Windows version works fine, it’s only am Mac problem. I use the newest FileZilla version. The problem exists on Snow Leopard and Lion.

I think this issue is also described in ticket 7406

Regards, Edgar

#7463 Only in Win7 upload file OK, other OS failed. high outdated 13 years 11 years
Description

Today, I am connect a ftp server, in Win7 upload file OK, but in XP or win2003 upload file failed (download file is OK). I am at a loss what to do next. help me, thanks you .

#7460 Can't do anything when multiple alert dialog comes up normal duplicate 13 years 9 years
Description

FilrZilla 3.5.0

When multiple alert dialog windows come up, I have no choice other than force quit the application. It doesn't allow me to press cancel or ok in any windows.

#7457 Failed to retrieve directory listing, therfore FZ fails to upload files high duplicate 13 years 10 years
Description

Our FTP server (Globalscape) has a no list files permission, so clients uploading cannot view or list the files on the server (security reasons). This has been working fine with previous version of FZ (3.1, 3.2), however in the latest version of FZ 3.5, this no longer works. Other FTP clients work fine also. As it used to work fine on previous versions of FZ, and now on new v3.5 no longer works, then I would categories it as a bug. Our problem is that we recommend our users to use FZ, as it's very simple robust, but were now getting clients reporting problems as they upgrade. Problem occurs on both the Windows and mac clients.

Status: Resolving address of sydftp.acp.com.au Status: Connecting to 203.18.241.160:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Trace: CFtpControlSocket::SendNextCommand() Command: USER scope Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for scope. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Login OK. Proceed. Response: 230-Select the appropriate Magazine folder. Response: 230-NOTE users can only UPLOAD to the 'Send to ACP' folder Response: 230 If collecting files then look within the 'Pickup from ACP' folder, as DOWNLOADs are allowed. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Features supported: Response: COMB target;source_list Response: REST STREAM Response: SIZE Response: MDTM Response: XCRC filename;start;end Response: SSCN Response: MLST Size*;Modify*;Create;Type*;Unique;Perm*;Lang;Media-Type;CharSet; Response: XNOP Response: 211 END Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection for MLSD /. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. 3263 bytes transferred. 3263 bps. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD Womans Day Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection for MLSD /Womans Day. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. 204 bytes transferred. 204 bps. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD Send to ACP Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day/Send to ACP". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day/Send to ACP" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing Status: Resolving address of sydftp.acp.com.au Status: Connecting to 203.18.241.160:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Trace: CFtpControlSocket::SendNextCommand() Command: USER scope Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for scope. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Login OK. Proceed. Response: 230-Select the appropriate Magazine folder. Response: 230-NOTE users can only UPLOAD to the 'Send to ACP' folder Response: 230 If collecting files then look within the 'Pickup from ACP' folder, as DOWNLOADs are allowed. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /Womans Day/Send to ACP Trace: CFtpControlSocket::OnReceive() Response: 250 Folder changed to "/Womans Day/Send to ACP". Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/Womans Day/Send to ACP" is current folder. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (203,18,241,160,109,97). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: MLSD Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,18 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,19 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,20 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of C:\temp\PrePress Edit INGEST test files\ZZ-0511\co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1296): List called from other command caller=0p157c1e8 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,21 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Command: SIZE co0511VIRTUALCARD.pdf Trace: CFtpControlSocket::OnReceive() Response: 550 Permission denied. Trace: FileTransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,22 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Status: Retrieving directory listing... Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PORT 10,68,70,44,16,23 Trace: CFtpControlSocket::OnReceive() Response: 425 Data connection already open. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing

#7456 Unable to download html files from web normal outdated 13 years 10 years
Description

Current ver 3.5.0, problem found on 8/2/2011, never had this problem before. I try to drag and drop a file from the web address to a windows desktop and I get the circle and diagonal line that says you can't do it. Thanks, James

#7451 Não foi possível determinar o destino da operação de arrastar e soltar. high outdated 13 years 11 years
Description

Toda vez que eu clico em algum arquivo dentro do FileZilla 3.5.0 e arrasto para a area de trabalho ou para alguma pasta sempre ocorre este erro "Não foi possível determinar o destino da operação de arrastar e soltar."http://lynarworld.webs.com/Arquivos/imagem.JPG

#7446 Disconnect option in Filezilla normal worksforme 13 years 10 years
Description

When ever I do server disconnect from Filezilla but in my SFTP server it still shows that the user is online. Is there anyway to logout so that in SFTP server it wont show that user is online anymore.

#7445 SFTP: Unable to download if filename begins with space rajesh low duplicate 13 years 11 years
Description

Tried to download file over sftp with space at begin of filename gives me:

path/filen name: open for read: no such file or directory

seems to trim filename.

Filezilla 3.5.0_x86_64

#7443 View/Edit in Lion (10.7) critical outdated 13 years 10 years
Description

Right click on a server file, and hit View/Edit. Make your changes, hit save. Should prompt to upload when focus is back on FileZilla. However this does not happen. Worked in Snow Leopard (10.6) but not Lion (10.7).

#7442 Error reading attributes of filezilla.xml PM high fixed 13 years 10 years
Description

Starting filezilla.exe either directly or with shortcut generates this error message:

Users\PM\AppData\Roaming\FileZilla\filezilla.xml Error reading Attributes For this session the default settings will be used. Any changes to the settings will not be saved.

As a result, the settings are dropped, and any settings entered cannot be saved. This bug appeared suddenly, without any cause that I can identify. It could not be corrected by uninstalling and re-installing, and it could not be corrected by downloading a new setup file and re-installing that. I will answer any questions that would help de-bug this. Thanks for helping.

Following is a copy of the filezilla.xml file:

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

<Settings>

<Setting name="Use Pasv mode" type="number">1</Setting> <Setting name="Limit local ports" type="number">0</Setting> <Setting name="Limit ports low" type="number">6000</Setting> <Setting name="Limit ports high" type="number">7000</Setting> <Setting name="External IP mode" type="number">0</Setting> <Setting name="External IP" type="string" /> <Setting name="External address resolver" type="string">http://ip.filezilla-project.org/ip.php</Setting> <Setting name="Last resolved IP" type="string" /> <Setting name="No external ip on local conn" type="number">1</Setting> <Setting name="Pasv reply fallback mode" type="number">0</Setting> <Setting name="Timeout" type="number">20</Setting> <Setting name="Logging Debug Level" type="number">0</Setting> <Setting name="Logging Raw Listing" type="number">0</Setting> <Setting name="fzsftp executable" type="string">&quot;C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe&quot;</Setting> <Setting name="Allow transfermode fallback" type="number">1</Setting> <Setting name="Reconnect count" type="number">2</Setting> <Setting name="Reconnect delay" type="number">5</Setting> <Setting name="Speedlimit inbound" type="number">0</Setting> <Setting name="Speedlimit outbound" type="number">0</Setting> <Setting name="Speedlimit burst tolerance" type="number">0</Setting> <Setting name="View hidden files" type="number">0</Setting> <Setting name="Preserve timestamps" type="number">0</Setting> <Setting name="Socket recv buffer size (v2)" type="number">4194304</Setting> <Setting name="Socket send buffer size (v2)" type="number">262144</Setting> <Setting name="FTP Keep-alive commands" type="number">0</Setting> <Setting name="FTP Proxy type" type="number">0</Setting> <Setting name="FTP Proxy host" type="string" /> <Setting name="FTP Proxy user" type="string" /> <Setting name="FTP Proxy password" type="string" /> <Setting name="FTP Proxy login sequence" type="string" /> <Setting name="SFTP keyfiles" type="string" /> <Setting name="Proxy type" type="number">0</Setting> <Setting name="Proxy host" type="string" /> <Setting name="Proxy port" type="number">0</Setting> <Setting name="Proxy user" type="string" /> <Setting name="Proxy password" type="string" /> <Setting name="Logging file" type="string" /> <Setting name="Logging filesize limit" type="number">10</Setting> <Setting name="Trusted root certificate" type="string" /> <Setting name="Number of Transfers" type="number">2</Setting> <Setting name="Ascii Binary mode" type="number">0</Setting> <Setting name="Auto Ascii files" type="string">am|asp|bat|c|cfm|cgi|conf|cpp|css|dhtml|diz|h|hpp|htm|html|in|inc|js|jsp|m4|mak|md5|nfo|nsi|pas|patch|php|phtml|pl|po|py|qmail|sh|shtml|sql|svg|tcl|tpl|txt|vbs|xhtml|xml|xrc</Setting> <Setting name="Auto Ascii no extension" type="number">1</Setting> <Setting name="Auto Ascii dotfiles" type="number">1</Setting> <Setting name="Theme" type="string">opencrystal/</Setting> <Setting name="Language Code" type="string">en</Setting> <Setting name="Last Server Path" type="string">1 0 3 usr 3 www 5 users 8 kamprint 5 video</Setting> <Setting name="Concurrent download limit" type="number">0</Setting> <Setting name="Concurrent upload limit" type="number">0</Setting> <Setting name="Update Check" type="number">1</Setting> <Setting name="Update Check Interval" type="number">7</Setting> <Setting name="Last automatic update check" type="string">2011-07-19 17:47:12</Setting> <Setting name="Update Check New Version" type="string" /> <Setting name="Update Check Check Beta" type="number">0</Setting> <Setting name="Show debug menu" type="number">0</Setting> <Setting name="File exists action download" type="number">0</Setting> <Setting name="File exists action upload" type="number">0</Setting> <Setting name="Allow ascii resume" type="number">0</Setting> <Setting name="Greeting version" type="string">3.5.0</Setting> <Setting name="Onetime Dialogs" type="string" /> <Setting name="Show Tree Local" type="number">1</Setting> <Setting name="Show Tree Remote" type="number">1</Setting> <Setting name="File Pane Layout" type="number">0</Setting> <Setting name="File Pane Swap" type="number">0</Setting> <Setting name="Last local directory" type="string">C:\Website\_we_info5\video\</Setting> <Setting name="Filelist directory sort" type="number">0</Setting> <Setting name="Queue successful autoclear" type="number">0</Setting> <Setting name="Queue column widths" type="string">180 60 180 80 60 150</Setting> <Setting name="Local filelist colwidths" type="string">120 80 100 120</Setting> <Setting name="Remote filelist colwidths" type="string">162 75 80 100 80 80</Setting> <Setting name="Window position and size" type="string">0 263 30 884 602 </Setting> <Setting name="Splitter positions (v2)" type="string">97 -131 500000000 135 135 500000000</Setting> <Setting name="Local filelist sortorder" type="string">1 3</Setting> <Setting name="Remote filelist sortorder" type="string">1 3</Setting> <Setting name="Time Format" type="string">1</Setting> <Setting name="Date Format" type="string">1</Setting> <Setting name="Show message log" type="number">1</Setting> <Setting name="Show queue" type="number">1</Setting> <Setting name="Size format" type="number">0</Setting> <Setting name="Size thousands separator" type="number">1</Setting> <Setting name="Default editor" type="string">0</Setting> <Setting name="Always use default editor" type="number">0</Setting> <Setting name="Inherit system associations" type="number">1</Setting> <Setting name="Custom file associations" type="string">&#x0A;jpg &quot;C:\Program Files\FullScreen Photo Viewer\FullScreen Photo Viewer.exe&quot;</Setting> <Setting name="Comparison mode" type="number">1</Setting> <Setting name="Comparison threshold" type="number">1</Setting> <Setting name="Site Manager position" type="string" /> <Setting name="Theme icon size" type="string">16x16</Setting> <Setting name="Timestamp in message log" type="number">0</Setting> <Setting name="Sitemanager last selected" type="string" /> <Setting name="Local filelist shown columns" type="string">1111</Setting> <Setting name="Remote filelist shown columns" type="string">110111</Setting> <Setting name="Local filelist column order" type="string">0,2,3,1</Setting> <Setting name="Remote filelist column order" type="string">0,2,3,1,4,5</Setting> <Setting name="Filelist status bar" type="number">1</Setting> <Setting name="Filter toggle state" type="number">0</Setting> <Setting name="Size decimal places" type="number">0</Setting> <Setting name="Show quickconnect bar" type="number">1</Setting> <Setting name="Messagelog position" type="number">0</Setting> <Setting name="Last connected site" type="string" /> <Setting name="File doubleclock action" type="number">0</Setting> <Setting name="Dir doubleclock action" type="number">0</Setting> <Setting name="Minimize to tray" type="number">0</Setting> <Setting name="Search column widths" type="string" /> <Setting name="Search column shown" type="string" /> <Setting name="Search column order" type="string" /> <Setting name="Search window size" type="string" /> <Setting name="Comparison hide identical" type="number">0</Setting> <Setting name="Search sort order" type="string"

#7440 Bug Report normal duplicate 13 years 12 years
Description

despise uninstalling the program and reinstalling the error message unable to access xml file comes up. all files are installed in users, owner roaming directory. the files cannot be found and the client does not connect to the server.

messages are as follows:" EACCES - Permission denied"

:Failed to write xml file

:Cannot open file with directory Users/owner/roaming, access denied ;error 5

#7438 Compilation error svn rev 4101: stray ' in dsub/desktop_notification.cpp line 1 normal fixed 13 years 13 years
Description

Removing the apostrophe compilation is successful in my case.

#7435 Cannot Delete Folders high outdated 13 years 12 years
Description

This is a repeated problem I've had with FileZilla, where certain folders get "stuck" and won't delete, no matter what I try. There are several in our Current Releases directory that I've been trying to delete for months. Any help would be appreciated. Thanks.

ftp://ftp.mcculloughpr.com/(!)Current%20Releases/(Mecum)%202011%20Original%20Spring%20Classic%20Auction/

ftp://ftp.mcculloughpr.com/(!)Current%20Releases/(Mecum)%20Rare%20Vette%20at%20Bloomington%20Gold%20Auction/

#7429 visualizzazione file normal outdated 13 years 12 years
Description

cliccando "visualizza/modifica" su un file presente nella directory del sito compare il messaggio seguente "error 740 -per esguire l'operazione è necessaria l'esecuzione con privilegi elevati" Come risolvere il problema? Grazie

#7427 552 Disk full - please upload later normal rejected 13 years 12 years
Description

Bonjour, Impossible de télécharger mes fichiers, voici l'erreur affichée:

552 Disk full - please upload later Erreur critique lors du transfert du fichier

Que faut-il faire pour corriger ce problème? Merci

#7426 Filezilla not working normal duplicate 13 years 12 years
Description

after I updated I tried to log-in to use my filezilla on my mac and it won't let me.

#7425 No horizontal scrolling on File Browsers normal outdated 13 years 11 years
Description

Cannot horizontally scroll, only vertical.

#7418 Cannot delete empty folder in host normal outdated 13 years 12 years
Description

I deleted the files in a folder on the host (Yahoo! hosting) and when the folder was empty, I tried to delete the folder. The remove directory command says that the folder is not empty, but when I try to list the contents of the folder, FileZilla says that the folder is empty. (image attached) I have tried to delete the folder repeatedly, but it does not get deleted.

FileZilla Client


Version: 3.5.0

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2011-05-22 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.10.4

Operating system:

Name: Windows Vista (build 6002, Service Pack 2) Version: 6.0 Platform: 64 bit system

==

Command: PWD Response: 257 "/lenalena/blog" is current directory. Command: PASV Response: 227 Entering Passive Mode (69,147,83,172,193,128) Command: LIST Response: 150 Opening BINARY mode data connection for /lenalena/blog . Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD xx Response: 250 CWD command successful. Command: PWD Response: 257 "/lenalena/blog/xx" is current directory. Command: PASV Response: 227 Entering Passive Mode (69,147,83,172,189,142) Command: LIST Response: 150 Opening BINARY mode data connection for /lenalena/blog/xx . Response: 226 Transfer complete. Status: Directory listing successful Command: CWD /lenalena/blog Response: 250 CWD command successful. Command: RMD xx Response: 550 /lenalena/blog/xx: Directory not empty. Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (69,147,83,172,188,167) Command: LIST Response: 150 Opening BINARY mode data connection for /lenalena/blog/xx . Response: 226 Transfer complete. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD xx Response: 250 CWD command successful. Command: PWD Response: 257 "/lenalena/blog/xx" is current directory. Status: Directory listing successful Status: Sending keep-alive command Command: PWD Response: 257 "/lenalena/blog/xx" is current directory. Status: Sending keep-alive command Command: NOOP Response: 200 NOOP command successful. Status: Sending keep-alive command Command: PWD Response: 257 "/lenalena/blog/xx" is current directory.

#7417 Site Manager crashes Filezilla normal fixed 13 years 12 years
Description

When I select File::Site Manager from the menu bar, a progress bar briefly appears and is replaced with a crash reporter.

I've attached a crash report from the Gnome system.

Here is the About info: FileZilla Client


Version: 3.5.0

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2011-05-22 Compiled with: x86_64-linux-gnu-gcc (Debian 4.4.5-8) 4.4.5 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.8.6

Operating system:

Name: Linux 2.6.34.8-0.2-desktop x86_64 Version: 2.6

#7410 Renaming local file overrides existing Atul Jha normal fixed 13 years 12 years
Description

When I try to rename local file to name that already exists, it overrides that file.

Example: I have 2 files test test1 renaming test1 to test replace test file without warning.

Trying the same on remote server throws alert saying filename already exists, what is good.

#7409 The area of space on the Title Bar under the title does not move the window normal outdated 13 years 12 years
Description

Only the upper portion of the Title Bar moves the window. The entire Title Bar should move the window.

#7408 Default editor remains Notepad although I specified Notepad++ normal outdated 13 years 11 years
Description

I use Filezilla 3.5.0, my OS is Windows 7 . In Edit/Settings, I sepcify "use custom editor" and select Notepad++ using the Browse button and use filetype associations if available Click OK However when I view, edit a file, it opens it with Notepad, as opposed to Notepad++.

#7406 file of caracter special what ç high fixed 13 years 12 years
Description

file what special caracter ç d'not listed in server

#7404 Language change low rejected 13 years 12 years
Description

when change language in the Settings Panel half of FileZilla interface still use previews language. FileZilla Version : 3.5.0

#7403 Win 7 64-bit Drag and Drop critical outdated 13 years 10 years
Description

Cannot download files from FTP server to local machine by dragging and dropping out of FileZilla.

I've tested on a Win 7 32-bit machine and it works fine so this is a 64-bit problem I presume, unless there strange system settings on the 64-bit machine that are not present on the 32-bit.

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