Custom Query (8117 matches)
Results (124 - 126 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4078 | duplicate | Sync Navigation | ||
Description |
Map Remote Folder Structure to Local Folder structure. Example: Local and remote server has same named folder (media). When you open the local "media" folder it will automatically open the remote folder with the same name (media). This Sync Navigation should be available in the Site Manager only and only for saved entries. |
|||
#938 | FileZilla weakly-encrypted password vulnerability (?) | |||
Description |
..I didn't see any news or other information on the SF site, so I'm forwarding this for the developers: http://lists.grok.org.uk/pipermail/full-disclosure/2005-September/036775.html (or, http://tinyurl.com/8adcf) I'm not a programmer/coder so I couldn't check the POC for myself, but I wanted to pass this on to the developers of Filezilla. p.s.: Great app, besides all this. Keep Coding! X |
|||
#4169 | rejected | "Failed Transfer" bug | ||
Description |
If maximum number of session (set on the server) is exceeded and the client get error "530 Not logged in, too many connection" , the "Queue Items" was wrongly moved to "Failed Transfer Tab" (bug) => The client should maintain the queue until got the connection or get other error message. There is a 'closed' bug about the same item but the solution is not really fixing the bug: Ticket #3394: "Too many connections" wrongly marked "Failed Transfer" http://trac.filezilla-project.org/ticket/3394 That bug is closed with remark "Increase the number of retries and the reconnect delay in the settings dialog to avoid this problem." The solution is not really solution because say I increase 3 retries with delay 30s each (total 90s) to 10 retries with 60s delay (total 600s), then after 600s the same thing will happen (not fixing the problem, just delaying the problem) I use client version 3.2.0 and still see this daily. Here is how I recreate the problem easily:
This 'bug' is quite annoying because I transfer a big size quite frequently that usually takes 2-3 hours download and unattended. With this bug, after 3 hours I come back to the console only find that some of the files are on "Failed Transfer" tab and have to wait another 1 or 2 hours to complete that transfer. (My current solution of this problem is to use cuteftppro that is not giving me the problem, but as open source fanatic I reckon FileZilla should be able to overcome this small problem - hope this can be solved before the trial period over.. ;-) ) NOTE: the problem is still occurring even only 1 client connect to the server (the above just to exaggerate) - the key is have to be a lot number of file with various mix of size Thank you for the great product and great job for all the team ! LOG: .... Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Response: 150 Opening BINARY mode data connection for [filename] ([size] Bytes). Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. Error: Could not connect to server Status: Resolving address of [domainname] Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready... Command: USER [username] Response: 331 User name okay, need password. Command: PASS Response: 530 Not logged in, only 8 sessions from same IP allowed concurrently. ..... |