Custom Query (8214 matches)
Results (5801 - 5900 of 8214)
Ticket | Summary | Owner | Type | Priority | Component | Resolution |
---|---|---|---|---|---|---|
#8259 | Inclusion of Oxygen. | Feature request | normal | FileZilla Client | rejected | |
Description |
Oxygen is the default theme used in most Qt applications and the KDE environment. This is a FileZilla theme utilizing those icons: http://kde-look.org/content/show.php/?content=141546 The license for this theme is dual licensed, CC and GPL. Their terms are available here: http://www.oxygen-icons.org/?page_id=4 I've been testing this theme on my system, and all seems to work well with it. |
|||||
#8261 | Connection error | Other | normal | FileZilla Client | rejected | |
Description |
Continually receive server connection errors: Status: Connecting to stg-upload.vrli.com... Response: fzSftp started Command: open "Assurant_Loss_Draft@…" 22 Error: Server unexpectedly closed network connection Error: Could not connect to server Status: Waiting to retry... Status: Connecting to stg-upload.vrli.com... Response: fzSftp started Command: open "Assurant_Loss_Draft@…" 22 Command: Pass: Error: Authentication failed. Error: Critical error Error: Could not connect to server |
|||||
#8264 | Can't download a file when its size is 0 octets | Bug report | normal | FileZilla Client | duplicate | |
Description |
Can't download an empty file from the FTP server to my local computer. Using Filezilla 3.5.3 |
|||||
#8265 | connection closed after 60seconds behind AWS ELB | Bug report | normal | FileZilla Client | rejected | |
Description |
Hi I have a ftp server (vsftpd) on a Amazon Web Services EC2 virtual machine in a production environment. It's behind a Load Balancer, I access it using filezilla in passive mode for datas (vsftpd is configured to give the direct ip instead of using the load balancer for datas). Data and control channel thus have different ips. I use classic ftp (no ssl or whatever). After exactly 60 seconds of transfer (upload or download, juste big enough to last more than 60seconds) i get a "server closed connection" error, for any version of filezilla (>=3) that didnt segfault i tried. But VSFTPD never actually closed the connection... I looked into filezilla source code, the problem seems to come around in src/engine/ftpcontrolsocket.cpp. There is a control that seems to provoke the bug in CFtpControlSocket::OnReceive... By commenting it the problem disappear if (!read)
the transfers stall a few seconds in the end of the transfer (it might be this test purpose) but i dont lose my connexion and the file transfered is ok. Without the ELB (using the same ip for control and data) i dont get the initial problem. I dont think this a good fix, but it does fix the problem for me. |
|||||
#8266 | Cannot upload files - error 552 disk Full | Bug report | normal | FileZilla Client | wontfix | |
Description |
User name u501037784 FAILED attempt TO UPLOAD FILES to host 31.170.166.105 Error message: Command: STOR Crisis.html Reply: 552 Disk full - please upload later |
|||||
#8268 | filezilla.svg not included in the source tarball | Bug report | normal | FileZilla Client | fixed | |
Description |
src/interface/resources/filezilla.svg not included in the source tarball for 3.6.0-beta1 |
|||||
#8272 | FileZilla wxWidgets 2.9 support | Patch | normal | FileZilla Client | fixed | |
Description |
I have created patch to support wxWidgets 2.9, tested it on Windows 7 Visual Studio build and Kubuntu Linux wxGtk build. |
|||||
#8274 | program freezes | Bug report | normal | FileZilla Client | outdated | |
Description |
Hello. when i open a ftp and make the program idle for a minute or so, then it cant refresh, edit, delete, rename the files(but it accepts new uploads!). it says a command (for exapmle): CWD myfolder and freezes. i have to re-login to website to be able to continue working with my ftp. i have changed options from preferences (made the disconnect period 1000 minutes), but it doesnt work. |
|||||
#8275 | German umlauts in proxy user password produce error | Bug report | normal | FileZilla Client | fixed | |
Description |
Usage of german (öäü) umlauts in proxy user passwords produce an error in FileZilla. If the proxy user password contains such umlauts a "normal" could not connect message is shown. If the proxy user password doesn't contain umlauts it works normally again. FileZilla Version: 3.5.3 |
|||||
#8277 | Filezilla sftp download is not handling EOF properly | Bug report | normal | FileZilla Client | outdated | |
Description |
Filezilla 3.5.3. When downloading a file using SFTP, the EOF is not handled properly. Example: downloading a 1564 bytes file.
Now starts the stuff I think is not correct:
And now keeps going up to 1 MB:
About issue 1, I haven't found where's the problem. The offset of the request should always be adjusted to rr->retlen. About issue 2, checking trunk/src/putty/sftp.c:1259, in xfer_download_gotpkt: 1273 if ((rr->retlen < 0 && fxp_error_type()==SSH_FX_EOF) || rr->retlen == 0) { 1274 xfer->eof = TRUE; 1275 rr->complete = -1; 1276 #ifdef DEBUG_DOWNLOAD 1277 printf("setting eof\n"); 1278 #endif 1279 } else if (rr->retlen < 0) { 1280 /* some error other than EOF; signal it back to caller */ 1281 xfer_set_error(xfer); 1282 rr->complete = -1; 1283 return -1; 1284 } 1285 1286 rr->complete = 1; So rr->complete is set to -1 when EOF is detected, but then that it's ignored and set to 1. I believe a return 1 is missing after setting complete to -1. |
|||||
#8278 | File size transferred for large file is way over the original size | Bug report | normal | FileZilla Client | outdated | |
Description |
TECHNICAL INFORMATION FTP Server: Windows server 2003 R2 x86 Client operating system: Windows 7 x64 File Zilla: 3.5.3, Build date: 2012-01-08 Server and client filesystem: NTFS Connection: VPN tunnel using native windows client to ISA 2006 server running on Windows 2003 R2 x86 with shared key L2TPipsec connection. FileZilla set to transfer binary file. FILE INFORMATION File type: VMware vmdk file. Server side size using Windows Explorer: 2,687,200 KB Server side size using Windows 7 native FTP client: 2,751,692,288 Server side using filezilla: 2,751,692,288 TRANSFER INFORMATION: Size of transferred file using filezilla interface: 4,636,080,127 Size of transferred file using Windows cmd: same DESCRIPTION: The file size is reported correctly by FileZilla. Starting the transfer by dragging the file to the client window correctly starts the transfer. The time of transfer seems to be correctly reported using the file size and the transfer speeed (as displayed). When the progress window reaches the original file size, it reports zero time left. However, the transfter continues and in the case creates a much bigger file. To me this seems like some kind of bug. |
|||||
#8280 | remove ssize_t define in tlssocket.h | Patch | normal | FileZilla Client | fixed | |
Description |
ssize_t was re-defined in tlssocket.h it defined to long here, but it might be different type in different system... |
|||||
#8282 | Request: FileZilla server for Mac and Linux | Feature request | normal | FileZilla Server | duplicate | |
Description |
FileZilla's really swank, could we release a FileZilla-based server for Mac and Linux? |
|||||
#8293 | Message box will crash the icon and menu bar | Bug report | normal | FileZilla Client | rejected | |
Description |
I am using 3.5.3 on Windows 7 (32-bit). Whenever I login a FTP site, the message box will show the system message but it will roll up and crash the icon bar and menu bar, making icon bar and menu bar invisible. If I use a mouse to move over those icons or menu, that part will display the original graphic. Seems the message box buffer display size is larger than the message box area. |
|||||
#8294 | Allow downloading of files with are open for writing by another process => move it at user level | Patch | normal | FileZilla Server | outdated | |
Description |
In fileZilla, their is a global option : "Allow downloading of files with are open for writing by another process" This is good, but unfortunatly not so good as it's a global option. in fact we need this option for some special users (who need to access some log file currently open for writing) but for all other users we need this option to be set as false (like it is by default). we already implement it using the source code on svn, we can send the modifications we have done if you needed ... |
|||||
#8295 | Crash after entering host containing forward slash | Bug report | normal | FileZilla Client | fixed | |
Description |
FileZilla crashes if the entered host contains a forward slash, even it is just the forward slash. This happens no matter whether I use the quickconnect bar, the site manager or the manual transfer dialog. If the forward slash is part of the protocol prefix it does not crash, so ftp://ftp.mozilla.org works and ftp://ftp.mozilla.org/ crashes. This happens reproducibly on my desktop computer with FileZilla 3.6.0-rc1. I could not reproduce the crash with FileZilla 3.5.3 or with FileZilla 3.6.0-beta1. My environment is Windows 7 SP1 (32bit) and Windows 8 (64bit) on Intel Pentium D. However, I could not reproduce the issue on my laptop with Windows XP SP3 on Intel Core 2 Duo. |
|||||
#8299 | Can not open | Other | normal | FileZilla Client | worksforme | |
Description |
I can not open my account: quality-best.com ID: qua8tyb PSWRD: 3F32ohwMl3 Please help Thanks |
|||||
#8308 | PAPERCUT: "copy" button in "Site manager" panel | Bug report | normal | FileZilla Client | fixed | |
Description |
LOCATION: "Site manager" dialog box, bottom-right "Copy" button under the left-hand browser panel. ISSUE: The function performed by "Copy" button is different from the commonly known "copy" function (from Copy/cut/paste set of commands) which might be confusing to users. In "site manager", "Copy" button performs "make a copy" or "duplicate" function. In contrast, commonly seen "copy" command performs "copy to clipboard" function. SOLUTION SUGGESTION: Re-labelling the "Copy" button to: "Duplicate" OPINION: In common English the verb "to copy" actually fits well the function "site manager's" "copy" button performs (i.e. creating a duplicate or a facsimile), right? But unfortunately, this verb entered computer GUI terminology as short for "copy to clipboard". Beh... |
|||||
#8309 | PAPERCUT: Filezilla user Interface's behavior when a file/directory is dragged onto itself. | Bug report | normal | FileZilla Client | fixed | |
Description |
ISSUE: Dragging a file or a folder onto itself in local and remote filelists and tree-views results in inconsistent behavior from FileZilla. a) Behavior when dragging directories in tree views: REMOTE TREE VIEW: Dragging a directory onto itself in remote tree-view: "Message: A directory cannot be dragged into one of its subdirectories." LOCAL TREE VIEW: "Error 13: permission denied" when dragging a system folder and "Error 22: invalid argument" when dragging a "regular" folder. b) Behavior when dragging directories in filelists: REMOTE FILELIST: Dragging a file onto itself: "Message: Source and target of the drop operation are identical". Dragging a directory onto itself: "Message: A directory cannot be dragged into one of its subdirectories." LOCAL FILELIST: Dragging a file onto itself: nothing happens (this is expected behavior). Dragging a directory onto itself: "Error 22: invalid argument" or "Error 13: permission denied", depending on permissions. SOLUTION SUGGESTION: When a file or directory is dragged onto itself error message boxes don't have to appear at all. Dragging a file or a directory onto itself in any situation should not result in any feedback from from FileZilla. i.e. FileZilla should ignore any attempt to drag a file or a directory onto itself. RATIONALE: I believe that the suggested behavior is common across many windowed platforms that use tree-views and file lists for file management. Dragging a file onto itself can be considered involuntary or accidental action. This kind of accidental action is especially common with users using pen tablets where a click with the pen tip often is accompanied with some dragging motion. Additionally, removing the message/error boxes would streamline the interaction for the user a little, and also reduce a couple of GUI points that demand translation and maintenance. |
|||||
#8311 | Compare filesize and modification time | Feature request | normal | FileZilla Client | duplicate | |
Description |
Rather than have the option of 'compare filesize' or 'compare modification time' could there be the option of 'compare filesize' and 'compare modification time'? Would it be possible to add another option to the 'View - Directory Comparison' menu or change the action from 'or' (by only being able to select one option at a time) to being able to select both together? |
|||||
#8313 | Ver 3.6 upgrade from 3.53 GnuTLS error-15 | Bug report | normal | FileZilla Client | rejected | |
Description |
I just upgrade from 3.53 to the current 3.6 Before the upgrade I could connect to one of my ftp sites, after the upgrade with no changes in site manager I get the error below. This was an issue from 3.52 to 3.53 I believe (which I fixed on my server by a few certificate changes) What do I need to do to fix the below. This gets very tiring when the security scheme keeps changing over and over again. Status: Resolving address of qedmrf.com Status: Connecting to ipaddress:21... Status: Connection established, waiting for welcome message... Response: 220 Welcome to XXX Technologies FTP service. For authorized users only. Command: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Status: Verifying certificate... Command: USER Fuzeycompany Status: TLS/SSL connection established. Response: 331 Please specify the password. Command: PASS Response: 230 Login successful. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: AUTH SSL Response: AUTH TLS Response: EPRT Response: EPSV Response: MDTM Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 End Command: OPTS UTF8 ON Response: 200 Always in UTF8 mode. Command: PBSZ 0 Response: 200 PBSZ set to 0. Command: PROT P Response: 200 PROT now Private. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" Command: TYPE I Response: 200 Switching to Binary mode. Command: PASV Response: 227 Entering Passive Mode (22,22,22,166,195,86) (NOTE ADDRESS IS MUNGED) Command: LIST Response: 150 Here comes the directory listing. Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Failed to retrieve directory listing ---and at this point the connection breaks |
|||||
#8314 | TLS cipher algorithm level option to use TLS_RSA_WITH_RC4_128_SHA | Feature request | normal | FileZilla Client | outdated | |
Description |
FileZilla 3.6.0 doesn't support TLS_RSA_WITH_RC4_128_SHA as the cipher algorithm for TLS. FileZilla 3.5.3 supports it. In GnuTLS 3.x, TLS_RSA_WITH_RC4_128_SHA was removed from "SECURE128" priority group, but is is still contained in "NORMAL" or "PERFORMANCE" group. I need TLS_RSA_WITH_RC4_128_SHA support on FTPS connection, so I want "TLS cipher algorithm level" option to choose "NORMAL" or "PERFORMANCE" priority group on GnuTLS. |
|||||
#8315 | Lumalight Footage | Other | normal | FileZilla Server | outdated | |
#8318 | Filezilla compression bug during upload | Bug report | normal | FileZilla Client | duplicate | |
Description |
Imagine the code: PHP code PHP code PHP code comment from developer - this line does X PHP code Filezilla modifies files to this: PHP code PHP code PHP code comment from developer this line does X PHP code where last PHP code becomes comment! In all the files. And why do you turn that compression on by default by the way? It doesn't speed up website - it only makes code less readable. |
|||||
#8319 | Filename with ¾ (that's 3/4) in it | Bug report | normal | FileZilla Client | rejected | |
Description |
ftp://leginfo.ca.gov/pub/code/gov/66001-67000/66499.11-66499.20¾ Username: anonymous Password: karl@… This file, with the ¾ (that's 3/4) in the filename, shows in the list of files but won't transfer, at least not in ascii mode. I didn't try any other mode. My system: P/C with Windows 7, 64 bit version. FileZilla version 3.6.0 |
|||||
#8321 | Quick Connect bar obstructed by the panel content below | Bug report | normal | FileZilla Client | duplicate | |
Description |
bug at gui when connecting and scrolling log connection, field host, username, and pass are disappear. |
|||||
#8322 | Client cannot connect using Require explicit FTP over TLS | Bug report | normal | FileZilla Client | duplicate | |
Description |
CLIENT SIDE: FileZilla Client Version: 3.6.0.1 Build information:
Linked against:
Operating system:
SERVER SIDE: vsftpd-2.2.2-11.el6.i686 on CentOS 6.3 x86 configured with:
CLIENT DEBUG LOG: 13:18:36 Trace: CControlSocket::DoClose(64) 13:18:36 Trace: CControlSocket::DoClose(64) 13:18:36 Status: Resolving address of xxx.sk 13:18:36 Status: Connecting to 213.xxx:21... 13:18:36 Status: Connection established, waiting for welcome message... 13:18:36 Trace: CFtpControlSocket::OnReceive() 13:18:36 Response: 220 Welcome to FTP PB service. 13:18:36 Trace: CFtpControlSocket::SendNextCommand() 13:18:36 Command: AUTH TLS 13:18:36 Trace: CFtpControlSocket::OnReceive() 13:18:36 Response: 234 Proceed with negotiation. 13:18:36 Status: Initializing TLS... 13:18:36 Trace: CTlsSocket::Handshake() 13:18:36 Trace: CTlsSocket::ContinueHandshake() 13:18:36 Trace: CTlsSocket::OnSend() 13:18:36 Trace: CTlsSocket::OnRead() 13:18:36 Trace: CTlsSocket::ContinueHandshake() 13:18:37 Trace: CTlsSocket::OnRead() 13:18:37 Trace: CTlsSocket::ContinueHandshake() 13:18:37 Trace: CTlsSocket::Failure(-12, 10053) 13:18:37 Trace: GnuTLS alert 40: Handshake failed 13:18:37 Error: GnuTLS error -12: A TLS fatal alert has been received. 13:18:37 Trace: CRealControlSocket::OnClose(10053) 13:18:37 Trace: CControlSocket::DoClose(64) 13:18:37 Trace: CFtpControlSocket::ResetOperation(66) 13:18:37 Trace: CControlSocket::ResetOperation(66) 13:18:37 Error: Could not connect to server 13:18:37 Trace: CFileZillaEnginePrivate::ResetOperation(66) 13:18:37 Status: Waiting to retry... SERVER VSFTPD.LOG: Mon Nov 19 14:05:00 2012 [pid 15066] CONNECT: Client "10.10.102.6" Mon Nov 19 14:05:00 2012 [pid 15066] FTP response: Client "10.10.102.6", "220 Welcome to FTP PB service." Mon Nov 19 14:05:00 2012 [pid 15066] FTP command: Client "10.10.102.6", "AUTH TLS" Mon Nov 19 14:05:00 2012 [pid 15066] FTP response: Client "10.10.102.6", "234 Proceed with negotiation." Mon Nov 19 14:05:01 2012 [pid 15066] DEBUG: Client "10.10.102.6", "SSL_accept failed: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher" HISTORY: 3.6.0.1 - does not connect 3.6.0 - worked fine! 3.5.3 - does not connect 3.5.2 (and older) - worked fine! ADDITIONAL INFO: There was no change in server configuration between trying FileZilla Client 3.6.0 and 3.6.0.1 - I tried 3.6.0 this morning and 3.6.0.1 this afternoon. I have not old VSFTPD.LOG with Client 2.5.3, so I'm not sure if there was same error message "no shared cipher". |
|||||
#8323 | Connection | Bug report | normal | FileZilla Client | rejected | |
Description |
I enter FileZilla with Host (ftp.acilballetto.com), my user name (acilballetto) and my password. The answer, after correct user authentication (331 User acilballetto.com OK. Password required) is : 530 Login authentication failed. So I don't have possibility to connect my account. What can I do? Thank you for answer. |
|||||
#8326 | FileZilla cannot transfer files with a leading space! | Bug report | normal | FileZilla Client | outdated | |
Description |
I would like to re-open this ticket. http://trac.filezilla-project.org/ticket/5210 Three years ago it is claimed this was a "rejected ticket." And yet the exact same problem still exists. "To solve this issue, simply upgrade to a modern server supporting the MLSD command o refrain from using leading spaces." This is not true. Even servers completely up to date still have the problem with leading spaces and files that cannot be transferred. The main question is how come I can log into the same server with ANY OTHER FTP PROGRAM and the file will transfer perfectly. But using FileZilla and the files are displayed incorrectly and the transfer FAILS. I don't think this bug should just be rejected. IT IS A BUG THAT SHOULD BE FIXED! I'm using version 3.6.0.1 and I don't see how someone can say this isn't really a bug when ALL other programs handle these files perfectly. Why can't FileZilla??? Please someone fix this! It is very annoying finding 50 files with leading spaces and then having to load up another ftp program and transfer each file manually... Thank you to whoever fixed this!!!!! |
|||||
#8327 | Copy file link as http | Feature request | normal | FileZilla Client | duplicate | |
Description |
It would be very convenient to have the capability to use the context menu to copy URL(s) as web links in addition to ftp. IE, in the current implementation, copying a URL with the rmb menu might yield: ftp://MitchR@thepixelfarm.com/tmp/fc_expressionFolderIssue.png but often, what I need is: http://www.thepixelfarm.com/tmp/fc_expressionFolderIssue.png Thanks. |
|||||
#8329 | PAPERCUT: Updating wizard's "back" button is never active | Bug report | normal | FileZilla Client | fixed | |
Description |
LOCATION Updating wizard is accessible via "Main menubar/Help/Check for Updates..." ISSUE Possible redundancy in user interface. The FileZilla update wizard has a set of Back/Next buttons in the bottom of the wizard dialog box. As far as I can tell, "Back" button is never active. i.e. it is "grayed out" in all the steps of updating process. SOLUTION SUGGESTION If "back" button really is not accessible at any moment during the updating process, perhaps it should be removed. This would imply another question: Is "wizard" approach to updating is the best one. NOTE This papercut is present both on WinXP and OSX FileZilla Client versions. |
|||||
#8333 | Is there any way to Import user from BFTP to Filezilla FTP Server ? Please help me i am stopping here to implement Filezila | Bug report | normal | FileZilla Server | duplicate | |
Description |
Is there any way to Import user from BFTP to Filezilla FTP Server ? Please help me i am stopping here to implement Filezila |
|||||
#8334 | Real slow | Bug report | normal | FileZilla Client | duplicate | |
Description |
Recently, do not know when it really started, I use it daily. Maybe 5 days ago now, I have Filezilla on the task bar which I hit and it always popped right up. Everything on there pops right up. But recenlty, it can take up to 45 seconds for it to start. Any idea what has happen. It does come up, but takes so long to start, you think you didn't hit the icon, so I hit it again. Then I end up with 2 of them. Any idea what is wrong.This is the only program that is slow like this. I tons of memory, 12 gig, 12 CPU cores, should not be doing that. Do I need to reload it. Do not think this is associated with any recent updates. |
|||||
#8336 | Quick Connect issue | Feature request | normal | FileZilla Client | rejected | |
Description |
One of my ftp sites required a new password. I changed the password in the Site Manager. Connection is fine when connecting from the Site Manager. Connection always fails to connect when using the QuickConnect pull down menu to the same site. Quick connect still works with other sites where connection data has not been changed. |
|||||
#8338 | Filezilla can't open .php files in External Editor (Dreamweaver)? | Bug report | normal | FileZilla Client | duplicate | |
Description |
I recently installed FileZilla on my Windows 7 OS (had previously used it without issue on a Mac) and I am getting the following message when trying to edit .php files with Dreamweaver as an external editor (I am using the latest version of Filezilla (3.6.0.1) and Dreamweaver CS5.5): The file 'index.php' cannot be opened: The associated program (WX_DDE#"F:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Dreamweaver.exe", "index.php"##System#) could not be found. Please check your filetype associations (This occurs with ANY .php file not just the index.php that is in the above message) I did see an unsolved ticket that was opened 3 years ago about the same type of issue. The only way that I was able to get around this was to do the following: Go to Edit -> Settings -> Filetype Associations, manually add the following line and click ok: php "F:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Dreamweaver.exe" -open I believe this appears to be some sort of bug because as mentioned prior when working with Filezilla on a Mac system (using Dreamweaver CS4) it all works fine and doesn't require this workaround. |
|||||
#8342 | Sin conexion | Bug report | normal | FileZilla Client | outdated | |
Description |
El filezil andaba muy bien hasta q me pidio la actualizacion, lo actualize y no anduvo mas.... necesito un respuesta inmediata ya que es parte de mi trabajo.. |
|||||
#8344 | Focus the last directory when navigating to it's parent | Patch | normal | FileZilla Client | fixed | |
Description |
Now when filezilla goes up to a parent directory it selects the ".." entry instead of the directory we are coming from. It should select and focus the directory its coming from and make sure it's visible. This ticker is related to #1878 I've coded up a solution that implements this behavior. Patch attached against latest svn trunk (r4847) |
|||||
#8352 | GNU TLS ERROR persists in ver 3.6.0.1 Debug log (4) in line | Bug report | normal | FileZilla Client | duplicate | |
Description |
I had hoped this error was fixed in 3.6.0.1 It's now affecting our customers if they make the mistake of updating from 3.5.3 Is there a work around? Status: Resolving address of qedmrf.com Status: Connecting to 64.39.191.166:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to Technologies FTP service. For authorized users only. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 Proceed with 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::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-256-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER Fuzh Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 Please specify the password. Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230 Login successful. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: AUTH SSL Response: AUTH TLS Response: EPRT Response: EPSV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: MDTM Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 End Trace: CFtpControlSocket::SendNextCommand() Command: OPTS UTF8 ON Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Always in UTF8 mode. Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ set to 0. Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PROT now Private. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 257 "/" Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Switching to Binary mode. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (74,39,191,166,195,85) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: Trying to resume existing TLS session. Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Here comes the directory listing. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Failure(-15, 10053) HERE'S THE LINE WHERE IT DIES AND THE CONNECTION IS LOST Error: GnuTLS error -15: An unexpected TLS packet was received. Trace: CRealControlSocket::OnClose(10053) Error: Disconnected from server: ECONNABORTED - Connection aborted Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(66) |
|||||
#8356 | Can't connect to Windows Server 2012 (IIS 8) FTP when using FTPES | Bug report | normal | FileZilla Client | fixed | |
Description |
Using FileZilla, I cannot connect to any of my Windows Server 2012 machines when using FTPES on IIS 8. FileZilla 3.6.0.2 debug level 4 log: Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) Status: Resolving address of mysite.mydomain.com Status: Connecting to 1.1.1.1:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220-Microsoft FTP Service Trace: CFtpControlSocket::OnReceive() Response: 220 MyFtpService 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(-110, 10053) Error: GnuTLS error -110: The TLS connection was non-properly terminated. 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) I have already tried reordering cipher suites as desribed here, but it didn't help: http://blogs.msdn.com/b/kaushal/archive/2011/10/03/taming-the-beast-browser-exploit-against-ssl-tls.aspx Changing certificates on the FTP site doesn't help as well. I think the error happens before certificate is received. WS_FTP and some other FTP clients work fine, while WinSCP makes a connection but throws errors on file transfer (something about invalid signature). It did help with file transfers when I prioritized TLS_RSA_WITH_RC4_128_SHA on the server SSL Cipher Suite Order. It is worth noting that a version of FileZilla from a few weeks ago (I don't know which one exactly) connected fine, but was not able to transfer files (also a lot of errors), exactly what WinSCP does now. Connecting to my Windows Server 2008 R2 (IIS 7.5) machines works perfectly. FTP sites are configured the same way as they are in the IIS 8 installation. |
|||||
#8357 | Disappearing User Interface When Connecting to the Server | Bug report | normal | FileZilla Client | duplicate | |
Description |
Hello, When connecting to either a single or multiple servers, the user interface above the message log (the toolbar) randomly disappears. In order to get it back, I have to hover my mouse cursor over the toolbar to get individual buttons back. This only happens with the OpenCrystal theme. With every other theme, this does not happen. Here is a screenshot of the bug in action: Dylan. -- FileZilla Client 3.6.0.2 Windows 7 Ultimate x86 + SP1 Intel Celeron M 575 (Merom-2M) |
|||||
#8360 | Testcases fails to build | Patch | normal | FileZilla Client | fixed | |
Description |
When I try to build the mozilla testcases I get the following error message: libtool: link: x86_64-pc-linux-gnu-g++ -march=native -O3 -pipe -ggdb -mtune=native -floop-interchange -floop-strip-mine -floop-block -floop-parallelize-all -Wall -fexceptions -std=gnu++11 -pthread -Wl,-O1 -Wl,--sort-common -Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--hash-style=gnu -o test test-test.o test-ipaddress.o test-dirparsertest.o test-localpathtest.o test-serverpathtest.o -L/usr/lib64 -lcppunit -ldl ../src/engine/libengine.a -lgnutls -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lidn -Wl,--as-needed -pthread ../src/engine/libengine.a(libengine_a-misc.o): In function `GetDependencyVersion(dependency::type)': /var/tmp/portage/net-ftp/filezilla-3.6.0.2/work/filezilla-3.6.0.2/src/engine/misc.cpp:389: undefined reference to `sqlite3_libversion' collect2: error: ld returned 1 exit status make[2]: * [test] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-ftp/filezilla-3.6.0.2/work/filezilla-3.6.0.2/tests' See attached patch for what I had to do to make it build again. |
|||||
#8364 | clicking on a letter on the keyboard moves to the first folder matching the name starting with that letter | Feature request | normal | FileZilla Client | duplicate | |
Description |
First of all, thanks for this wonderful utility. I use it a lot, but I have a feature request... Because of a list of folders that is immense, on the Local site, when I click on a "j", to move to the first folder that start with a j, the tool's position stays. On most Windows application, when one punches a key the explorer moves to the first folder/file that starts with that letter, if it is found. It would be great to add this function to the local site. Thanks. |
|||||
#8366 | Missing port in sitemanager.xml makes troubles | Bug report | normal | FileZilla Client | rejected | |
Description |
If in the file sitemanager.xml the port missing like "<Port>21</Port>" FileZilla doesn't show the related entry in the server list. I think FileZilla should fill this information automatically with port 21 if it is missing like it is already done with the other configuration values. |
|||||
#8372 | Hide Local Files/Folders By RegEx Pattern in Filezilla Client | Feature request | normal | FileZilla Client | rejected | |
Description |
I'd like the option to hide local files/folders from the Filezilla Client. It's important for me to always show hidden files in Windows, as I need to see .htaccess .htpasswd and other such files when I'm developing. However, other files/folders should be hidden, such as:
So, I'd really like the option to hide these from my interface so they're not accidentally uploaded. It would allow me to select all and upload, rather than selectively going through each directory. I don't want |
|||||
#8374 | Filezilla will not start/open | Bug report | normal | FileZilla Client | outdated | |
Description |
I try to open filezilla through unity in Ubuntu 12.04 and the program doesn't open. I tried several times, looked at system monitor and I see multiple instances open, if I close them all and try again nothing opens. I tried via command line and it just hangs. $ filezilla -v FileZilla 3.5.3, compiled on 2012-03-28 |
|||||
#8377 | Whole internet onnection breaks down when uploading | Bug report | normal | FileZilla Client | outdated | |
Description |
Everytime I am uploading something (joomla in this case) after a certain time (around 1-2 minutes) the whole Internet connection brakes down -> Router is blinking; Windows says that there is a problem with the DNS Server etc. So, then it'll take some time again (up to 10-60(!) minutes, even with a router reset) until the internet connection is working again. In fact, I copied the corresponding files from my USB stick onto my system hard disc (Desktop) [regarding: http://forum.wdlxtv.com/viewtopic.php?f=3&t=2796] and set an upload limit to 300 KiB/s ... Didn't change anything. |
|||||
#8381 | Transfer - Speed Limits - Enable Checked State Incorrect on Restart | Bug report | normal | FileZilla Client | fixed | |
Description |
To reproduce...
The menu item is not checked but speed limits are seemingly enabled. Selecting the menu item will not set check on. Selecting the menu item again will set check on. |
|||||
#8383 | Filezilla client Feature request - retain open sessions upon restart | Feature request | normal | FileZilla Client | fixed | |
Description |
I always have about 6 connections in my filezilla client for the projects I'm working on. Each time my MS updates force a system reboot overnight, I have to try and remember what connections I had open and re-open them. Of course I just realized that I can store a local default directory for each connection, so that is a great help...but is it possible to store open connection tabs upon shutdown so they are ready when I re-open filezilla? Even if they just re-open on the screen without making an active connection, that would be huge. Thanks for reading and keep up the great work. Filezilla is the best. thanks, Andy |
|||||
#8387 | Windows 7/8 jumplist entries for saved sites (site manager) | Feature request | normal | FileZilla Client | duplicate | |
Description |
I can't describe how fond I am of the PuTTY jumplist entries where I just right click PuTTY in my taskbar and click the server I want to connect to. Filezilla lies right next to PuTTY, and I was wondering why FileZilla doesn't have this integration yet? It would be a nice improvement to an already amazing FTP-client. |
|||||
#8390 | "new filter" button renames filter instead of creating a new one. | Bug report | normal | FileZilla Client | outdated | |
Description |
BUG: Pressing "New" button in "Edit filters" panel, while a filter is highlighted, renames the filter. EXPECTED BEHAVIOR: Pressing the "New" button in "Edit filters" panel should create a new filter, instead of renaming the existing one. DESCRIPTION:
|
|||||
#8392 | Authentication failure when using Quest Authentication Services on UNIX | Bug report | normal | FileZilla Client | invalid | |
Description |
We use Quest Authentication Services (QAS) on unix to authenticate users. Using filezilla 3.0.6.2 (client) on windows 7. Trying to connect to UNIX HPUX Version 11.31 running Quest Authentican Services for login authentication |
|||||
#8399 | FTP command missing | Feature request | normal | FileZilla Server | duplicate | |
Description |
(000006)2012/12/25 18:26:17 - * (*.*.*.*)> STAT (000006)2012/12/25 18:26:17 - * (*.*.*.*)> 500 Syntax error, command unrecognized. why STAT is not recognized? if it's for security reasons, why I can't found an option to turn it back on, anywhere? Hope FileZilla will support this command soon, at lease make an option to turn it back on. because some android FTP client (FX file explorer) will try to send this command to get file time or other infos. |
|||||
#8400 | Lacking Service Controls over Command Line | Feature request | normal | FileZilla Server | worksforme | |
Description |
"FileZilla Server.exe" /active is not supported. there are almost no controls over command line (except /start and /stop), almost everything must be done through GUI, and this makes automatic control impossible as we all know, FileZilla do have an auto-start option. but things here is, the FileZilla Service can be auto-started, it's not "Active"! i.e. the Service process is running, but it won't automatically listen on port 21 (or whatever port in settings) thus, you have to click "Active" on FileZilla Server Interface every-time after reboot further more, I can't find a command line or option to "Active" server automatically this really makes remote-management suffer! how can we "click" Active within a .bat script? and connect to service from localhost (127.0.0.1) still needs authentication, makes it more difficult to develop a TCP plugin to send controls to the service (not everyone is an expert and have the patience to read all the source code just for an auto-Active feature, isn't it?) my suggestion is to add more command line support, at least: "FileZilla Server.exe" /active should be supported to Active server automatically within a .bat script |
|||||
#8401 | Client crash when open non-English local folder/directory using "Open" in the right-click pop-up context menu | Bug report | normal | FileZilla Client | fixed | |
Description |
Client version: 3.6.0.2 Character set for non-Unicode programs: Traditional Chinese - Taiwan (950) Crash happens when try to open a local folder with non-English path in Windows Explorer, using the "Open" function in the right-click pop-up context menu. Crash happens both in the file pane and the directory pane. Specifically, crash happens when opening the folder path that contains non-English and not-within-the-default-language characters. For example, when opening the folder path contains Simplified Chinese or Japanese characters, the client crashes. But when opening the folder path contains Traditional Chinese characters, the client does not crash, but still does not open the folder in Windows Explorer. I tried this bug on two different computers, and both has this problem. Both machines are using Windows 7 Pro SP1 x64. |
|||||
#8403 | Connection timed out | Bug report | normal | FileZilla Client | invalid | |
Description |
I have been logging in for year and half no problem - 2 weeks ago connection just sits there and then after a moment says timed out. I had ATT work on it from there end (see below) but still getting the same error timed out messages
It is coming back with no errors. I have changed some of your firewall setting on your modem to allow FTP |
|||||
#8410 | Reverting to old version | Bug report | normal | FileZilla Client | fixed | |
Description |
Hello. Win 7 64-bit OS. I install Filezilla - latest version - everything seems OK. Next usage, it's reverted. Latest example - installed 3.6.0.2 yesterday. Today, it's 3.3.5.1 - offering an upgrade to 3.6.0.2. Help! Thanks and Regards,
|
|||||
#8412 | Folder shortcuts are handled incorrectly in local site browser | Bug report | normal | FileZilla Client | outdated | |
Description |
In local site browser, when I double click a folder shortcut which is placed on my desktop, the program uploads it to the server instead of opening the related folder in local site browser. |
|||||
#8413 | File type association does not work | Patch | normal | FileZilla Client | fixed | |
Description |
Although in windows, PHP files are associated correctly with Dreamweaver, when open/edit or view/edit are clicked in local site and remote site browsers respectively, the file association does not work and an error is displayed. (FileZilla V. 3.6.0.2_win32) |
|||||
#8414 | PAPERCUT: File filter condition "by filesize" does not state which filesize unit is used | Bug report | normal | FileZilla Client | fixed | |
Description |
When setting up a filter condition using "filesize" user is allowed to enter a number (e.g. 3). This number represents a filesize, but, unfortunately it is not clear which unit is considered. MB/KB/...? Moreover, if a user explicitly states the unit in the filter condition's input box (e.g. 3MB) the filter condition fails to validate. SUGGESTION: Either suggest to user which unit is considered when entering filesize, or allow user to explicitly state or choose the unit. |
|||||
#8415 | Connected, waiting for authentication | Other | normal | FileZilla Server | outdated | |
Description |
I just installed FileZilla a few hours ago. When I start FileZilla server, it stays at Connecting to server... Connected, waiting for authentication Logged on I disabled Windows Firewall and restarted computer but that did not fix issue. |
|||||
#8416 | DOUBLE CLICK FUNCTION | Feature request | normal | FileZilla Client | invalid | |
Description |
Double clicking in Filezilla Double clicking on a file is universally used to 1 open a file if the file’s associated program is open Example: .html file opens into Firefox 2 open a file’s associated program if not open, then the file into that program. Example: As above but first opens FF
In my experience the use of double click in FZ is highly unusual, confusing and detrimental. Double clicking to upload or download a file means those used to double clicking for the above will result in an unintended down or upload. If the settings are set to not ask if you want to replace, then you have just wiped out a file. In addition if you did not know this was the function of double click you may not notice that the down or upload has taken place as there is nothing to indicate the event. So files could be lost without the user even knowing. FZ has drag and drop AND right click menu to up or download files so the double click is surely not needed. Double click in the local folder could open the default editor or default browser ans in the remote folder open in appropriate viewer/prog or "no effect." Please consider changing this function. Many thanks, Ralph Graham |
|||||
#8417 | Error 550- Can't access file | Bug report | normal | FileZilla Client | rejected | |
Description |
Starting upload of D:\ProjectsVSS\ATWPL_B2B\B2B\Flight\SpecialRoundTrip.aspx Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (50,22,228,18,25,105) Command: MLSD Response: 150 Connection accepted Response: 226 Transfer OK Command: PASV Response: 227 Entering Passive Mode (50,22,228,18,25,106) Command: STOR SpecialRoundTrip.aspx Response: 150 Connection accepted Response: 550 can't access file. Error: File transfer failed i am getting error 550 can't access file, In the same folder when I am trying to upload 4 files in the server, one file is uploaded successfully other three are failed. |
|||||
#8425 | Autoban - Add to IP Filter | Feature request | normal | FileZilla Server | duplicate | |
Description |
Check Box - Add IP Address to IP Filter. Add a check box to the Autoban setting, after and IP address has failed more then ## of attempts it would then be added to the IP Filter. By adding the Check box, it could be turned on/off at will. We only allow our application to run on the FTP with a predefine password. I'm always seeing someone trying to hack into our servers and with this I can ban these IP Address. If a user has a problem, then I can deal with it as needed. The Autoban works great, but I don't want an IP address coming back in 999 hours to try and hack it again over and over which I have seen. |
|||||
#8440 | GnuTLS error -54: Error in the pull function | Bug report | normal | FileZilla Client | fixed | |
Description |
We have a hosting setup where we allow ftp using ftps. On one of our server while connecting over ftp we encounter following error. This problem has not been encountered on any other server and we have many of them having same ftp setup/configuration. This problem occurs with version 3.6,3.6.0.2 and 3.6.0.1 on archlinux.but on downgrading to version 3.5.3 there was no such problem. I also found that one of our user on windows xp using version 3.3.2.1 also encountered this error. This error was not encountered when using other ftp clients namely fireftp and coreftp. I also tried downgrading gnutls but it didnt helped the problem persisted. Status: Resolving address of ****************** Status: Connecting to *************:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 6 of 150 allowed. Response: 220-Local time is now 12:16. 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 5 minutes of inactivity. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. 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: TLS Handshake successful Trace: Cipher: AES-256-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER ******* Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 User migrate OK. Password required Trace: CFtpControlSocket::SendNextCommand() Command: PASS ************ Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230 OK. Current restricted directory is / Status: Server does not support non-ASCII characters. Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: Measured latency of 23 ms Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is your current location Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (**************,189) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: MLSD Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: Trying to resume existing TLS session. Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::Failure(-54, 103) Error: GnuTLS error -54: Error in the pull function. Trace: CTransferSocket::OnClose(103) Error: Transfer connection interrupted: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Failure(-110, 103) Error: GnuTLS error -110: The TLS connection was non-properly terminated. Trace: CRealControlSocket::OnClose(103) Error: Disconnected from server: ECONNABORTED - Connection aborted Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(66) Trace: CControlSocket::DoClose(64) Trace: CControlSocket::DoClose(64) |
|||||
#8441 | "Cancel" button is disabled during transfer, "Toggles processing of the transfer queue" button actually cancels the transfer | Bug report | normal | FileZilla Client | rejected | |
Description |
I start a file transfer from remote FTP site to local machine, and during the transfer "Toggles processing of the transfer queue" is enabled and "pushed down", and "Cancels the current operation" button is disabled (see attached screenshot). And when I press "Toggles processing..." button, the transfer is actually cancelled. What I actually expect is "Cancels..." button is enabled and cancels the current/last active transfer. |
|||||
#8442 | Resume creating larger file than the original file | Bug report | normal | FileZilla Client | rejected | |
Description |
I have several files sized 734,003,200 bytes (split of a larger file.) If the download is interrupted (by my network changing on my laptop), and the download "resumed", every time the resulting file is larger than the original file. I don't recall the exact size of the resulting file, but it is around 1-10MB more. When the status shows [ > 100% ] and the file is larger than expected, I decide to stop. This happened about 7 times with none being resumed successfully. FileZilla Client Version: 3.6.0.2 Build information:
Linked against:
Operating system:
|
|||||
#8452 | add digest support for http proxy | Patch | normal | FileZilla Client | outdated | |
Description |
this patch will add digest method support for http proxy |
|||||
#8458 | files with filenames including german characters are not transferred | Bug report | normal | FileZilla Client | outdated | |
Description |
Hi, I have found a bug which causes that files with filenames including german characters (i.e. ä, ö, ü, etc.) are not transferred. Is there a solution to it? many thanks |
|||||
#8459 | Client over SFTP, reports upload errors. Some spurious. | Bug report | normal | FileZilla Client | outdated | |
Description |
Using client 6.6.02, Win 7 Pro client machine. target machine is Red Hat Enterprise server. SFTP. Filezilla reports errors when it needs to create a directory. it then creates the dir OK, and then reports errors on a file upload to the new dir. Then uploads file OK later. The errors appear to be spurious but continally demand cross-checking that files did actually upload. These errors are consistent and completely repeatable. They are not random upload errors as might normally occur. Log excerpt below. Other FTP clients do not do this in exactly the same situation - same machines, protocol, SFTP user etc. Other FTP clients do not do this in exactly the same situation - same machines, protocol, SFTP user etc. All the best folks. |
|||||
#8463 | Separate proxy server for each sites in Site Manager | Feature request | normal | FileZilla Client | duplicate | |
Description |
is that possible to specify for each ftp server (site) own proxy server? Because now I can specify only one proxy server for all sites. It's very uncomfortably to change each time proxy servers via Settings -> Generic proxy. For example, winscp can assign for each session own proxy. |
|||||
#8465 | WSAEADDRNOTAVAIL | Bug report | normal | FileZilla Client | outdated | |
Description |
I am try to connect FTP Server but getting following erroe Connection attempt failed with "WSAEADDRNOTAVAIL - Cannot assign requested address". I am using DataCard for internet connection |
|||||
#8473 | File corruption when transfering file to QNX Neutrino Host | Bug report | normal | FileZilla Client | outdated | |
Description |
Hi, I've found a reproducible issue regarding corruption when transferring files. How to reproduce: 1) Install FileZilla 3.6.0.2 client on Mac or Windows 7 - both reproduce this issue. 2) Install QNX Neutrino 6.5.0 SP1 OS in a VM or native on an x86 machine. Easiest way is to download the Virtual Machine posted here: http://www.qnx.com/download/group.html?programid=20905. Once QNX is installed, edit /etc/inetd.conf and uncomment the line of text beginning with "ftp". Then run "inetd" if it is not already running. Also note the IP address. 3) Open FileZilla client and transfer the attached binary file "helloworld" to the FTP server running on the QNX host. 4) Checksum the file (cksum utility) before and after transferring. You'll see that the checksum is different! 5) You can copy the file from QNX back to your machine by tarring the file, e.g. "tar cvf helloworld.tar helloworld" then using FileZilla to transfer the file, or by using any FTP client other than FileZilla to ensure the file doesn't get corrupted a second time. You can then hex dump the files to see the specific differences before and after the corruption. Notes:
|
|||||
#8475 | Option to turn off Floppy support | Feature request | normal | FileZilla Client | rejected | |
Description |
There is an old problem, when starting Filezilla it seeks at the Floppy drives. Why no Option that will blend out/deactivate the A and B drives. The Default can be false. It is anoying everytime to hear the sound from the drive. yes, floppies are very legacy, but many user still uses them. I think the main problem is, that the code will search for directories in every Drive. But when skipping it for A and B, it will solve it. |
|||||
#8480 | Password-protected SSH client keys | Feature request | normal | FileZilla Client | fixed | |
Description |
It's great that Filezilla now supports logging-in to SSH servers using a client certificate. However it doesn't yet allow using password-protected certificates - Filezilla will convert it to a certificate without any password and then we have to be extra careful about protecting that file. Would it be possible to prompt for password to unlock the standard password-protected client certificates as used by PuTTY etc? |
|||||
#8483 | FileZilla is not disconnecting properly | Bug report | normal | FileZilla Client | outdated | |
Description |
I get connection errors when trying to connect. I have set the connection to auto. I found out from my web hosting provider that I have 7-8 connections that are going on simultaenously. It doesn't disconnect properly. |
|||||
#8501 | minimize on tray when close buton is pressed. | Feature request | normal | FileZilla Server | outdated | |
Description |
I have searched a lot of tikets. I see otheres request this features but in not yet implementes.. I is a very useful features on a shared computer, you don't know who came to computer. is there a big reason for this option to be missed to user ? Thank a lot for your response and i hope to view implemented I use 0.9.34 version momentarily. Thanks. |
|||||
#8504 | 550 Failed to change directory. | Bug report | normal | FileZilla Client | rejected | |
Description |
Hi. Everything seems to be working fine, but I'm getting the "Failed To Retrieve Directory Listing" error for only one particular file. I can't download the file and I can't open it to look at the contents. It's puzzling because out of the hundreds of files I've downloaded, this is the only one that has given me a problem. Here is what I see on the log if this helps: Command: CWD Fangoria Response: 550 Failed to change directory. Error: Failed to retrieve directory listing Status: Retrieving directory listing... Command: CWD /files Response: 250 Directory successfully changed. Command: CWD Fangoria Response: 550 Failed to change directory. Error: Failed to retrieve directory listing Any information you may be able to give would be greatly appreciated. Again, it's only ever happened with this one dang file! Thanks, Steve. |
|||||
#8506 | Log in error issues after downloaded newest version of Filezilla | Bug report | normal | FileZilla Client | outdated | |
Description |
I d/l the newest version of Filezilla upon the automatic prompt today when I opened Filezilla. Afterwards, I was unable to quick connect. I entered in my user / pw and am still unable to connect. I get a CRITICAL ERROR message. I admit I am not very FTP savy...but unsure how to proceed. I have my username/pw written down, so I feel I am entering correct information. |
|||||
#8510 | file name error? | Bug report | normal | FileZilla Client | outdated | |
Description |
file and directory name are error. |
|||||
#8513 | fz v3.6.02 no sftp with password | Bug report | normal | FileZilla Client | outdated | |
Description |
Try ftp connect with username and password - connect will be ok - password is saved within servermanager. Now choose SFTP from Protokoll and try to connect. You will see connection errors but no connect. Using Filezilla 3.6.02 will not. Error: Server sent disconnect message Error: type 2 (protocol error): Using WinSCP will work doing the same thing. |
|||||
#8514 | Can't upload or download files or folders with Ver 3.6.0.2 | Bug report | normal | FileZilla Client | invalid | |
Description |
After loading update 3.6.0.2, I can't upload or download files or folders. The update was delivered automatically. When I right click a file or folder, "Download" and "Add files to queue" are grayed out. Double clicking the file or folder doesn't work either. This happens on both a Win7 Professional with Service Pack 1 machine and an XP Professional 2002 with Service Pack 3 machine. |
|||||
#8516 | Program causes display driver to crash often during transfer of files. | Bug report | normal | FileZilla Client | duplicate | |
#8517 | I cant log onto my filezilla zccount. has been working fine till 2 days ago | Bug report | normal | FileZilla Client | rejected | |
Description |
If I try to connect through site manager i get the following errors Status: Resolving address of heatingnation.net Status: Connecting to 66.96.147.103:80... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server if i try to connect through quick connect i get the following errors Response: 220 Ipage FTP Server ready Command: USER heatingnationnet Response: 331 Password required for heatingnationnet Command: PASS * Response: 530 Login incorrect. Error: Critical error Error: Could not connect to server |
|||||
#8520 | remove a directory | Feature request | normal | FileZilla Client | invalid | |
Description |
first of all: THANK YOU MOZILLA FOR FILEZILLA, THUNDERBIRD AND FIREFOX!! I USE THEM DAILY!!! may i help to improve? here it is: it sucks that filezilla can not remove a directory, but recursively removes all files before removing the directory. http://trac.filezilla-project.org/ Instructions
(but maybe you have your reasons for not doing so) |
|||||
#8523 | Correct the IP replied in passive mode (227 Entering Passive Mode) | Feature request | normal | FileZilla Client | rejected | |
Description |
Filezilla Client Version: 3.6.0.2 Windows 7 SP1, on Intel Core i5 I posted the same issue in the forum, here is the link. http://forum.filezilla-project.org/viewtopic.php?t=14750#p108006 Now I will describe this briefly, what I need is an enhancement of the following option in filezilla client.
Regarding the opposite side of what the option said, When client located inside company, but server reply a public IP address. Filezilla client (latest version) could not handle this case, it will reply error as below. Error: Connection timed out Error: Failed to retrieve directory listing I also attached log file of this issue. So, Could filezila client correct the IP in passive mode reply when it is not same as server's IP ? no matter is private IP or Public IP. Thanks for your great work! |
|||||
#8528 | Downloaded files truncated to 1MB | Bug report | normal | FileZilla Client | outdated | |
Description |
Every file downloaded from a ftp server (fileapp on iPad) whose size is > 1MB, is truncated to 1MB. For example a file whose size on ipad is 1.467.023 byte when downloaded is truncated to 1.048.576 byte. Downloading it with another client (command line on OSX, or explorer on Win7) works well. The 2 hosts (ipad and ftp client) are on the same ip network (no routing) without any proxy. Filezilla doesn't display any error message and the transfer is ended succesfully, even if it truncate the file. Regards Alessandro |
|||||
#8531 | IPv6 address causes error Invalid port given. | Bug report | normal | FileZilla Client | worksforme | |
Description |
I entered an IPv6 address into the host block and it gives me the following error: Could not parse server address: Invalid Port given. The port has to be a value from 1 to 65535. I verified that my address was valid by pinging the address with the -6 switch to force IPv6. Received replies back. Tried with port blank and set to 21. Get the same results. Set debug level to 3 but don't see any logs, probably because it never connected. |
|||||
#8532 | IPv6 address causes error Invalid port given. | Bug report | normal | FileZilla Client | duplicate | |
Description |
I entered an IPv6 address into the host block and it gives me the following error: Could not parse server address: Invalid Port given. The port has to be a value from 1 to 65535. I verified that my address was valid by pinging the address with the -6 switch to force IPv6. Received replies back. Tried with port blank and set to 21. Get the same results. Set debug level to 3 but don't see any logs, probably because it never connected. |
|||||
#8534 | No Transfer Timeout Does Not Work | Bug report | normal | FileZilla Server | worksforme | |
Description |
The "No Transfer Timeout" option does not appear to operate. I've tried setting it to different values (at the moment it's set to 600) with the same results. (000379)3/5/2013 14:49:23 PM [REDACTED] - ([REDACTED])> 250 End Current time is 3/5/2013 8:55 PM and that session is still active. Connections Timeout: 0 No Transfer Timeout: 600 Login Timeout: 30 FileZilla 0.9.41 Windows Server 2008 R2 SP1 |
|||||
#8539 | Filezilla crashes on close | Bug report | normal | FileZilla Client | outdated | |
Description |
Hello, Everytime I close FileZilla, it crashes. I'm currently using the latest version avaible (3.6.0.2). I think those crashes started around v3.5. Thanks, |
|||||
#8540 | Filezilla Client accesses redirected directories instead of real ones | Bug report | normal | FileZilla Client | wontfix | |
Description |
Try to launch FileZilla Client (without "run as admin") and go to Windows\system32 folder on 64bit system (i.e. Windows 7). List your local files and try to identify aclui.dll. Note the size. Launch cmd.exe as admin and try to dir \windows\system32\aclui.dll. Compare sizes of your files. Now try to dir \windows\syswow64\aclui.dll As you can see Filezilla tells that displays data from system32 and in fact displays the content of syswow64. The application should be 64bit aware and use real folders without redirection. Look at http://msdn.microsoft.com/en-us/library/windows/desktop/aa384187(v=vs.85).aspx for additional info. |
|||||
#8541 | Site Manager not saving SFTP protocols | Bug report | normal | FileZilla Client | rejected | |
Description |
Adding profile on Site Manager Host: ftps://ftp.site.com Port: 990 Protocol: SFTP -SSH File After entering the values and hitting connect on the site manager it connects, but when re pulling the profile up again it saves as Protocol: FTP with no port. If I don't specify ftps:// on the host it fails to connect. If I try adding ftps://ftp.site.com from an imported profile it adds [] around the host and pops a warning "Invalid protocol specified. Value protocols are: ftp: for normal FTP....." |
|||||
#8548 | Port Configuration Issue | Bug report | normal | FileZilla Client | outdated | |
Description |
Good morning, I recently downloaded Office 365 to my office computers and now when we try to open an Excel Spreadsheet in the FTP, it comes up blank. I spoke with Office 365 Support and they said that I needed to contact you all because there was an issue with the port configuration. Can you all help me with this? I cannot perform my duties until this is resolved. |
|||||
#8553 | I can not enter my website | Bug report | normal | FileZilla Client | fixed | |
Description |
Hi, It accepts the login & password, but then hangs on command MLSD |
|||||
#8555 | Directory name causing listing failure | Bug report | normal | FileZilla Client | outdated | |
Description |
Hello, I'm failing to get a directory listing under special circumstances. How to Reproduce: 1.) Create a directory named test test test ""d'test test"" test 2.) Place any file into the directory. 3.) Go into the directory and attempt to refresh the listing. You should be presented with this error: 16:18:49 Command: CWD /test test test """"d'test test"""" test 16:18:49 Response: 550 Failed to change directory. 16:18:49 Error: Failed to retrieve directory listing |
|||||
#8557 | Restricting the number of retries of uploading | Bug report | normal | FileZilla Client | outdated | |
Description |
Hello Sir,
Regards, Gulshan |
|||||
#8564 | Option to save current Quickconnect entry to Site Manager | Feature request | normal | FileZilla Client | worksforme | |
Description |
Title should explain - I hope this hasn't been requested before! - didn't see it... Should have option on Quickconnect to quickly save entry to Site Manager. I suppose it should then open a 'new' entry using host as name with host/uid/password filled in by default. I saw a reverse request?: http://trac.filezilla-project.org/ticket/3007 but no one requesting ability to add *from* Quickconnect menu? (which makes much more sense to me). |
|||||
#8565 | Windows 8 OS crash upon transfer of >2GB file | Bug report | normal | FileZilla Client | rejected | |
Description |
This issue is 100% reproducible. Windows 8 64-bit will crash during the following conditions.
I have attached an example minidump file for analysis. |
|||||
#8579 | Will not "release" from a connection. | Bug report | normal | FileZilla Client | outdated | |
Description |
ver. 3.6.0.2 Running Win 7 Ultimate I have 7 domains spread across 2 IP addresses. If I ftp to one, then go to another to ftp something else, FileZilla will not release from the first connection no matter what I do. The only way I can disconnect from the initial ftp connection is to completely shut FileZilla down, then restart. |
|||||
#8581 | Unable to connect to FileZilla Servers | Bug report | normal | FileZilla Client | outdated | |
Description |
Whenever I try to connect to a Server, I get "Connection Timed Out" followed by "Could not connect to the server" errors. Other users in my office do not have this problem. I tried to reinstall the program and this did not help anything. |