Custom Query (8142 matches)
Results (133 - 135 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4763 | fixed | Adding file filters causes FileZilla Windows Client to Crash | ||
Description |
I am trying to create a Filter following the directions outlined at http://wiki.filezilla-project.org/Filename_Filters however whenever I click the "Ok" button on the Filter Creation dialog box the software crashes. I attempted to get the log by setting it to Verbose but the file does not seem to be saved or I can't find it Here are the steps to recreate it (it does not matter if one is connected to a site or not): 1) Launch FileZilla 2) Go to View menu 3) Select Filename Filters 4) Select Edit filters 5) Select New 6) Give the filter a name
7) Select a "Filename" that "ends with" ".pdf" or "pdf" does not seem to matter 8) Click "Okay" That is what happens to make it crash. I have a video capture of the crash process if that would be helpful. Thank you. Software and OS Info: FileZilla Client Version: 3.2.7 Build information:
Linked against:
Client/Workstation info OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer Microsoft Corporation System Name BENN System Manufacturer LENOVO System Model 64575KU System Type X86-based PC Processor x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2394 Mhz Processor x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2393 Mhz BIOS Version/Date LENOVO 7LETB7WW (2.17 ), 4/25/2008 SMBIOS Version 2.4 Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Boot Device \Device\HarddiskVolume1 Locale United States Hardware Abstraction Layer Version = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)" User Name CROWNINTL\bbenn Time Zone Eastern Daylight Time Total Physical Memory 4,096.00 MB Available Physical Memory 1.99 GB Total Virtual Memory 2.00 GB Available Virtual Memory 1.96 GB Page File Space 4.31 GB Page File C:\pagefile.sys |
|||
#7966 | invalid | Unable to connect to any non secure server using FileZilla | ||
Description |
When connecting to www.foxyfellowsden.me.uk of the IP address 46.23.71.2, the following appears in the logs: Status: Resolving address of www.foxyfellowsden.me.uk Status: Connecting to 46.23.71.2:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 5 of 50 allowed. Response: 220-Local time is now 01:48. 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 anonymous Response: 421 Can't change directory to /var/ftp/ / Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of www.foxyfellowsden.me.uk Status: Connecting to 46.23.71.2:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 01:48. 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 anonymous Response: 421 Can't change directory to /var/ftp/ / Error: Could not connect to server |
|||
#7987 | rejected | Cannot access malicious website via FTP | ||
Description |
The website online-antivir-scan09.com is a malicious website I'm trying to track using Google WebMaster Tools and my Google account. When verifying without the verification file, I get an error message saying: Verification failed for http://online-antivir-scan09.com/ using the HTML file method (less than a minute ago). Your verification file has the wrong content. Are you using the verification file that was downloaded from this site? When clicking "Show found file content", I notice malicious javascript code and some useless HTML: <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 FramesetEN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- turing_cluster_prod --> <html> <head> <title>online-antivir-scan09.com</title> <meta name="keywords" content="online-antivir-scan09.com"> <meta name="description" content="online-antivir-scan09.com"> <meta name="robots" content="INDEX, FOLLOW"> <meta name="revisit-after" content="10"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript"> cookie_callback = function(val) { var exdate=new Date(); exdate.setFullYear(exdate.getFullYear() + 1); document.cookie = "Spusr=" + escape(val) + "; expires=" + exdate.toUTCString(); document.cookie = "jsc=1"; } </script> <script src="http://dsnextgen.com/?epl=Do7uB8y5TwuQkPxcc7xjYpFfvuqQUDhFchd_gxkYJoTDE3qOZ6hYQdAohOCKjqfULAIhvl-hzVBhZX2nlHGYNZYLM_tYEKU4YgEtUBcrElgC3-iEsWLU8FGdXr2bqskEHjjbGdTJQ7fPFF3NKazYGQosE_GR1L754eeol3rIIJOeMj1pop_qKTzVQKaJAZA21DD11FNElQAgYN3vvwAA When trying to upload the file using FTP and FileZilla, the logs say: Status: Resolving address of online-antivir-scan09.com Status: Connecting to 69.43.161.151:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of online-antivir-scan09.com Status: Connecting to 69.43.161.151:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Do I have to enter some password? Or is FTP simply not installed on online-antivir-scan09.com (with the IP 69.43.161.151)? |