Custom Query (10423 matches)
Results (8601 - 8700 of 10423)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#11615 | Accessibility: Add a way to sort files and folders by change date through the menu | new | Feature request | normal | FileZilla Client | |
Description |
With Filezilla it's possible to sort files and folders by thair date of the last change. But this is not possible for me, because I'm blind and cannot click on any header of the filezilla file list. Please add a sort by... menu to make this action much easier for blind people. |
|||||
#11616 | After upgrade to 3.33.0 downloading XMI file from z/OS to PC data is corrupted. | closed | Bug report | normal | FileZilla Client | |
Description |
I just upgraded recently to 3.33.0 and at the end of the month I download an XMI file from z/OS which is an unloaded PDS file. I then run a check after the download using a tool called XMI Explorer to confirm the file is readable. Today the file is not. I then used standard DOS FTP to download same file and was ok. So what has changed in 3.33.0 that caused the corruption in the XMI files? I tried 6 other XMI files that worked in previous versions of FileZilla and they were corrupted using 3.33.0. I asked a colleague to try it as well and they too had the issue. The files are 39 meg so I can't attach to this record.If there is anything you need me to do let me know. |
|||||
#11617 | Support for OpenSSH Certificate based authentication | new | Feature request | normal | FileZilla Client | |
Description |
OpenSSH support client certificates signed by some CA (not X.509-Certificates, but their own simpler form). These certificates are great because they when created with a short validity time they can function as a temporay access token for servers. This makes handling a large number of servers and users on these servers very easy. The certificates are described at http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD and should be easy to implement in the protocol, according to the putty devs (https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/ssh2-openssh-certkeys.html). I don't share their opinion that the ppk files need to be updated, but the gui should just add a field where the cert file can be added and together with a pkk file containing the key the client has all information it needs to connect to a server. The absence of any free Windows SCP client supporting OpenSSH certificates is the only thing currently stopping me from rolling out this feature in our organization. We are willing to donate 500$ if someone finds the time to implement that. |
|||||
#11620 | Cached/displayed file size wrong after reboot - causes resume to start at wrong place with larger files | closed | Bug report | normal | FileZilla Client | |
Description |
When downloading 100GB backup files the overwrite/resume prompt window shows old (cached?) size info about the local files after an unexpected reboot during long download (Enforced Windows Update reboot). The Local site file listing also shows old data. Hitting F5 multiple times to refresh sometimes updates the window to the current file size. Without knowing it has to be refreshed, FileZilla will redownload large parts of the file. Event Sequence: Start downloads at 9 am after backup finishes. File download is progressing to 80GB. Unexpected reboot happens at night. Restart the machine and reload Filezilla. Local site and overwrite/resume window show the file progress is at 50GB (the last server reconnect perhaps?) and resumes from 50GB point. Window Explorer shows file was 70GB before download resume. Thanks for the great tool! From About: FileZilla Client Version: 3.33.0 Build information:
Linked against:
Operating system:
|
|||||
#11621 | Faster downloads online with simultaneous download connections of large files divided into chunks | closed | Feature request | normal | FileZilla Client | |
Description |
When download online (not downloading from a local network server) users are downloading with various limiters blocking the speed of the download per connection: the host website/server, ISPs, company router, traffic shapers, shared wifi access points. Typically we find when downloading backups Filezilla will quickly work through all the small files using up to 10 connections (Settings > Transfers > Maximum Simultaneous Transfers) and then sit there using only one connection per file slowly downloading the (say 2) last large files for hours since the single connection is rate limited externally. Suggestion: Divide files larger than x (New Setting) into chunks. Divide the file size by the number of Maximum Simultaneous Connections into even chunks and place each chunk in the transfer queue as a separate file. Each chunk processed in the queue as a regular file download. Use the existing preallocate space for download feature to set up the file for writing or stitch the chunks together after. Multiple connections will then download different parts of the same file. If the other files in the transfer have a higher priority then once a queue connection runs out of other regular files to download and becomes idle, it starts on the next chunk of the large file. Or the user can use the existing priority feature to go after the large file first. Example: If the file is 100GB (and there are 10 Maximum Simultaneous Connections) then connection #2 downloads from the 10GB mark to the 20GB mark and so on. External to Filezilla, the user would be required to connect to a remote server that allows multiple simultaneous connections, which is typically already enabled. Most sites we use let us download 10 files at the same time. Please ask me if you have any questions. Thanks for the great program! |
|||||
#11623 | Client seems unaware that it has disconnected because of specified Idle Timeout (FileZilla_3.33.0_macosx-x86.app.tar.bz2) | closed | Bug report | normal | FileZilla Client | |
Description |
Expected: 1) Idle timeout causes disconnect. 2) User request a refresh. 3) FileZilla should immediately reconnect and refresh listing. Observed: 1) Idle timeout elapses, connection dies. (no messages in the log indicate this) 2) User request a refresh. 3) "Delay between reconnect attempts" (e.g. 20sec) is enforced 4) FileZilla reconnects and refreshes directory listing It seems like FileZilla is not aware that the connection has been terminated due to idle timeout until it tries to use the dead connection again. The disconnect button on the toolbar also remains available after the timeout disconnect. In fact, using the Disconnect and Reconnect buttons will work as expected for a connected session, even after the idle timeout has long passed. Log set to Debug is pasted below with event comments Trace: CTransferSocket::OnConnect Trace: CTlsSocketImpl::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocketImpl::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer ok. Trace: CFtpRawTransferOpData::ParseResponse() in state 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CControlSocket::ParseSubcommandResult(0) Trace: CFtpListOpData::SubcommandResult() in state 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing of “/path/data" successful Trace: CFileZillaEnginePrivate::ResetOperation(0) * This is where I wait for the “timeout”
Status: Retrieving directory listing of “/path/data"... Trace: CControlSocket::SendNextCommand() Trace: CFtpListOpData::ListSend() in state 0 Trace: CFtpChangeDirOpData::Send() in state 0 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CControlSocket::ParseSubcommandResult(0) Trace: CFtpListOpData::SubcommandResult() in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpListOpData::ListSend() in state 2 Trace: CFtpRawTransferOpData::Send() in state 2 Command: PASV Error: Connection timed out after 10 seconds of inactivity * This is where the “Delay between failed retry attempts” is enforced (e.g. 20 sec). Trace: CRealControlSocket::DoClose(2050) Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(2114) Status: Disconnected from server Trace: CRealControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CRealControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CControlSocket::DoClose(66) Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 * From here, the reconnect proceeds as expected, and refreshes the directory listing. Thanks for taking a look. For now I just put 2 hours for the idle timeout, even though that's not really ideal. I also don't know if this is in the client or libfilezilla but it manifests in the client so that's what I chose. |
|||||
#11624 | View on the web // copy page URL | closed | Feature request | normal | FileZilla Client | |
Description |
Hi Can we add a simple option to View file on the web and copy page url to clipboard ? Best regards. |
|||||
#11627 | Can not move files to Desktop | closed | Bug report | normal | FileZilla Client | |
Description |
When I try to move some FileZilla file to my desktop it gives the following error: http://prntscr.com/jtfz09 FileZilla version information: http://prntscr.com/jtg535 |
|||||
#11628 | False Positive Win.Trojan.Antifw-172 | closed | Bug report | normal | FileZilla Client | |
Description |
I'm getting a False Positive for my installer file created with reputable Tarma.com installer. The error is Win.Trojan.Antifw-172 I have been using Tarma created installers for many years without incident. I finally was able to upload the file as a Zip using another FTP client. You can find the file at ftp://euzinho1845351@ftp.toolboxw.com/download/ToolBoxW-Setup.zip |
|||||
#11631 | Logging only creates 3 files and deletes the rest | closed | Bug report | normal | FileZilla Server | |
Description |
regardless of what i set the log limit to it deletes all but the last three. Only started doing this last week and i upgraded to the latest version weeks ago. Going to set to do not delete and see if it makes a difference |
|||||
#11633 | Cannot update files | closed | Other | normal | FileZilla Client | |
Description |
I received a message that the server was not a trusted server, I thought I said accept it, but now I connect and the first file just continues to update over and over (see attached file). I changed my settings to encription plain and transfer setting to just active and it will not connect at all that way. My server people tell me they can access the site both plain and TSL without problems. I have several sites, tried one just now and got the message again for that site and replied to always accept the site and that site now works fine. I am not smart enough to figure out how to tell filezilla that my other sites are OK to access the server as well and I don't get the message any more. Any help would be really appriceated. John |
|||||
#11634 | Drag&Drop does not work | closed | Bug report | normal | FileZilla Client | |
Description |
Hallo, After the last update of Windows 10, the drag-and-drop functionality (on the local desktop) will stop working. I have already uninstalled FileZilla and then reinstalled it again. That did not help. I also reinstalled the shell extension. That did not help either. What possibility do I have left ?. What may the mistake be? nach dem letzten Update von Windows 10 funktioniert die Drag&Drop-Funktion (auf den lokalen Desktop) nicht mehr. Ich habe FileZilla bereits einmal deinstalliert und anschließend wieder neu installiert. Das hat nichts geholfen. Ich habe auch die Shell-Erweiterung neu installiert. Auch das hat nicht geholfen. Welche Möglichkeit habe ich noch?. Woran mag der Fehler liegen? |
|||||
#11639 | Update failing consistently | closed | Bug report | normal | FileZilla Client | |
Description |
FileZilla is consistently failing to update on two different W10 PC's and has been for some weeks (I don't use it very often). Started update check on 2018-06-20 09:41:40 Own build type: official Downloading /update.php?platform=x86_64-w64-mingw32&version=3.31.0&osversion=10.0&osarch=64&updated=1&cpuid=sse,sse2,sse3,ssse3,sse4.1,sse4.2,avx,avx2,aes,pclmulqdq,rdrnd,bmi2,bmi2,adx&initial=0 Resolving address of update.filezilla-project.org Connecting to 136.243.154.122:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 20,748 bytes in 1 second Parsing 20748 bytes of version information. Found new nightly 2018-06-20 Found new release 3.34.0 Downloading /FileZilla_3.34.0_win64-setup.exe Resolving address of dl2.cdn.filezilla-project.org Connecting to 78.46.136.26:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 7,922,200 bytes in 16 seconds Local size of 'C:\Users\Malcolm\AppData\Local\Temp\fzupdate_d0c97abf64ea84be.tmp' does not match expected size: 0 != 7922200 There is no file of that name in Temp, although it appears briefly during the download. 8MB in 16 seconds is exactly right for our 4Mbps copper, so something's deleting the file. |
|||||
#11640 | Site Manager selection pane too narrow and non-resizable | new | Bug report | normal | FileZilla Client | |
Description |
After updating from 3.33.0 to 3.34.0, selection pane in site manager (pane with site tree) is too narrow to display its contents and can't be resized. See region circled in red in attached screenshot. |
|||||
#11641 | Site Manager not showing on Mac OSX | closed | Bug report | normal | FileZilla Client | |
Description |
I can't use latest v. 3.34.0 on Mac OSX 10.13.5 The Site Manager is not fully showing, so I can't select my sites from the list. Attached screenshot. |
|||||
#11642 | Can't upgrade software "Error opening file for writing" | new | Bug report | normal | FileZilla Client | |
Description |
I was told there was an update so I did the auto updated and during the download of the new update I get "Error opening file for writing" in c:\Program Files\FileZilla FTP Client\filezilla.exe. Now the program and all my settings have been removed :-( |
|||||
#11643 | downloading FileZilla onto my Mac--I get 'permission denied' and cannot access | closed | Bug report | normal | FileZilla Client | |
Description |
My MacBook Air is using OS X Yosemite version 10.10.5 From the trac.filezilla-project.org site I click the green button on the download Client File Zilla. 1) I see, at the bottom left of my screen, it loading. It takes about 5 seconds, I briefly see a green check mark and then I see up at the top of my screen:my sophos anti-virus says "Adware or PUA detected by Sophos Anti-Virus" and "Adware or PUA InstallCore (ID:5) has been blocked and listed in Quarantine Manager" When I open Quarantine Manager I get: /Users/agw/Downloads/FileZilla_3.34.0_macosx-x86_setup_bundled.dmg 2) When I click on the rectangle for FileZilla, I get a 'warning' box that says 'the following disc images couldn't be opened' and then I get a small 'chart' where under image it says FileZilla_3.34_0 macos and under 'Reason' it says 'Permission denied'. |
|||||
#11644 | kernel panic and reboot | closed | Bug report | normal | FileZilla Client | |
Description |
after 4 or 5 minutes of ftp download i have a reboot of my Mac mini (every time i use this version of filezilla) - the system information log indicate a kernel panic in some filezilla component- i use the last filezilla version 3.34.0 this is the log of the report /Library/Logs/DiagnosticReports/Kernel_2018-06-23-075122_Mac-mini-di-Pietro.panic
Sat Jun 23 07:51:20 2018 * Panic Report * panic(cpu 0 caller 0xffffff8003787d3d): Kernel trap at 0xffffff7f83e2a9f5, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0x0000000000000018, CR3: 0x00000001da0ac097, CR4: 0x00000000001627e0 RAX: 0x0000000000000000, RBX: 0xffffff80181c6968, RCX: 0x00000000031f0000, RDX: 0xffffff801c3a5090 RSP: 0xffffff91125a3420, RBP: 0xffffff91125a36e0, RSI: 0x0000000000001000, RDI: 0xffffff80181c6968 R8: 0xffffff80284f7f80, R9: 0x0000000000000000, R10: 0xffffff91125a3a48, R11: 0xffffff7f843d8810 R12: 0xffffff801c417a00, R13: 0x0000000000000880, R14: 0xffffff8023b0a000, R15: 0xffffff91125a36f0 RFL: 0x0000000000010246, RIP: 0xffffff7f83e2a9f5, CS: 0x0000000000000008, SS: 0x0000000000000010 Fault CR2: 0x0000000000000018, Error code: 0x0000000000000000, Fault CPU: 0x0, PL: 0, VF: 0 Backtrace (CPU 0), Frame : Return Address 0xffffff91125a2ed0 : 0xffffff800366d166 0xffffff91125a2f20 : 0xffffff8003795824 0xffffff91125a2f60 : 0xffffff8003787b10 0xffffff91125a2fe0 : 0xffffff800361f180 0xffffff91125a3000 : 0xffffff800366cbdc 0xffffff91125a3130 : 0xffffff800366c99c 0xffffff91125a3190 : 0xffffff8003787d3d 0xffffff91125a3310 : 0xffffff800361f180 0xffffff91125a3330 : 0xffffff7f83e2a9f5 0xffffff91125a36e0 : 0xffffff80038ca7f3 0xffffff91125a3750 : 0xffffff80038a0aaa 0xffffff91125a3b30 : 0xffffff8003ae88a0 0xffffff91125a3b90 : 0xffffff80038a1db9 0xffffff91125a3bb0 : 0xffffff80038c1470 0xffffff91125a3bf0 : 0xffffff80038b0157 0xffffff91125a3f10 : 0xffffff80038b08ef 0xffffff91125a3f40 : 0xffffff8003c03bd8 0xffffff91125a3fa0 : 0xffffff800361f966
BSD process name corresponding to current thread: filezilla Mac OS version: 17F77 Kernel version: Darwin Kernel Version 17.6.0: Tue May 8 15:22:16 PDT 2018; root:xnu-4570.61.1~1/RELEASE_X86_64 Kernel UUID: CC1699EE-71B5-3AF1-AAA3-6DBD16222B92 Kernel slide: 0x0000000003400000 Kernel text base: 0xffffff8003600000 HIB text base: 0xffffff8003500000 System model name: Macmini7,1 (Mac-35C5E08120C7EEAF) System uptime in nanoseconds: 1405199874643 last loaded kext at 311164317994: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f89067000, size 69632) last unloaded kext at 397938918751: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f89067000, size 61440) loaded kexts: org.virtualbox.kext.VBoxNetAdp 5.1.24 org.virtualbox.kext.VBoxNetFlt 5.1.24 org.virtualbox.kext.VBoxUSB 5.1.24 com.avira.kext.FileAccessControl 1.2.5 org.virtualbox.kext.VBoxDrv 5.1.24 com.paragon-software.filesystems.ntfs 318.3.14 com.apple.filesystems.smbfs 3.2.3 com.apple.driver.AppleBluetoothMultitouch 92 com.apple.driver.AudioAUUC 1.70 com.apple.driver.ApplePlatformEnabler 2.7.0d0 com.apple.driver.AGPM 110.23.37 com.apple.driver.X86PlatformShim 1.0.0 com.apple.filesystems.autofs 3.0 com.apple.driver.AppleUpstreamUserClient 3.6.5 com.apple.driver.AppleMCCSControl 1.5.5 com.apple.driver.AppleHDA 281.52 com.apple.driver.AppleGraphicsDevicePolicy 3.18.52 com.apple.AGDCPluginDisplayMetrics 3.18.52 com.apple.driver.pmtelemetry 1 com.apple.iokit.IOUserEthernet 1.0.1 com.apple.iokit.IOBluetoothSerialManager 6.0.6f2 com.apple.Dont_Steal_Mac_OS_X 7.0.0 com.apple.driver.AppleHV 1 com.apple.driver.eficheck 1 com.apple.driver.AppleIntelHD5000Graphics 10.3.4 com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0 com.apple.driver.AppleOSXWatchdog 1 com.apple.driver.AppleLPC 3.1 com.apple.driver.AppleIntelFramebufferAzul 10.3.4 com.apple.driver.AppleThunderboltIP 3.1.1 com.apple.driver.AppleIRController 353 com.apple.iokit.SCSITaskUserClient 404.30.2 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0 com.apple.AppleSystemPolicy 1.0 com.apple.BootCache 40 com.apple.filesystems.hfs.kext 407.50.6 com.apple.driver.AppleSDXC 1.7.6 com.apple.iokit.AppleBCM5701Ethernet 10.3.1 com.apple.driver.AirPort.BrcmNIC 1241.31.1a9 com.apple.driver.AppleAHCIPort 329.50.2 com.apple.driver.AppleRTC 2.0 com.apple.driver.AppleACPIButtons 6.1 com.apple.driver.AppleHPET 1.8 com.apple.driver.AppleSMBIOS 2.1 com.apple.driver.AppleACPIEC 6.1 com.apple.driver.AppleAPIC 1.7 com.apple.nke.applicationfirewall 183 com.apple.security.quarantine 3 com.apple.security.TMSafetyNet 8 com.apple.driver.AppleBluetoothHIDKeyboard 205 com.apple.driver.AppleHIDKeyboard 205 com.apple.iokit.IOUSBUserClient 900.4.1 com.apple.driver.IOBluetoothHIDDriver 6.0.6f2 com.apple.driver.AppleMultitouchDriver 1404.4 com.apple.driver.AppleInputDeviceSupport 1404.3 com.apple.kext.triggers 1.0 com.apple.driver.AppleSMBusController 1.0.18d1 com.apple.driver.DspFuncLib 281.52 com.apple.kext.OSvKernDSPLib 526 com.apple.driver.AppleGraphicsControl 3.18.52 com.apple.iokit.IOSerialFamily 11 com.apple.iokit.IOAVBFamily 680.2 com.apple.plugin.IOgPTPPlugin 680.15 com.apple.driver.AppleSSE 1.0 com.apple.AppleGPUWrangler 3.18.52 com.apple.iokit.IONDRVSupport 519.19 com.apple.driver.AppleHDAController 281.52 com.apple.iokit.IOHDAFamily 281.52 com.apple.iokit.IOAudioFamily 206.5 com.apple.vecLib.kext 1.2.0 com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0 com.apple.AppleGraphicsDeviceControl 3.18.52 com.apple.iokit.IOAcceleratorFamily2 378.18.1 com.apple.iokit.IOGraphicsFamily 519.19 com.apple.iokit.IOSurface 211.12 com.apple.driver.X86PlatformPlugin 1.0.0 com.apple.driver.IOPlatformPluginFamily 6.0.0d8 com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 6.0.6f2 com.apple.iokit.IOBluetoothHostControllerUSBTransport 6.0.6f2 com.apple.iokit.IOBluetoothHostControllerTransport 6.0.6f2 com.apple.iokit.IOBluetoothFamily 6.0.6f2 com.apple.iokit.IOSCSIMultimediaCommandsDevice 404.30.2 com.apple.iokit.IOBDStorageFamily 1.8 com.apple.iokit.IODVDStorageFamily 1.8 com.apple.iokit.IOCDStorageFamily 1.8 com.apple.driver.usb.IOUSBHostHIDDevice 1.2 com.apple.driver.usb.AppleUSBHub 1.2 com.apple.driver.usb.networking 5.0.0 com.apple.driver.usb.AppleUSBHostCompositeDevice 1.2 com.apple.filesystems.hfs.encodings.kext 1 com.apple.driver.AppleThunderboltDPInAdapter 5.5.4 com.apple.driver.AppleThunderboltDPAdapterFamily 5.5.4 com.apple.driver.AppleThunderboltPCIDownAdapter 2.1.3 com.apple.iokit.IOAHCIBlockStorage 301.40.2 com.apple.driver.AppleThunderboltNHI 4.7.2 com.apple.iokit.IOThunderboltFamily 6.7.8 com.apple.iokit.IOEthernetAVBController 1.1.0 com.apple.iokit.IO80211Family 1200.12.2 com.apple.driver.mDNSOffloadUserClient 1.0.1b8 com.apple.driver.corecapture 1.0.4 com.apple.iokit.IOAHCIFamily 288 com.apple.driver.usb.AppleUSBXHCIPCI 1.2 com.apple.driver.usb.AppleUSBXHCI 1.2 com.apple.driver.usb.AppleUSBHostPacketFilter 1.0 com.apple.iokit.IOUSBFamily 900.4.1 com.apple.driver.AppleUSBHostMergeProperties 1.2 com.apple.driver.AppleEFINVRAM 2.1 com.apple.driver.AppleEFIRuntime 2.1 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.iokit.IOSMBusFamily 1.1 com.apple.security.sandbox 300.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.AppleFDEKeyStore 28.30 com.apple.driver.AppleEffaceableStorage 1.0 com.apple.driver.AppleKeyStore 2 com.apple.driver.AppleUSBTDM 439.60.2 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.iokit.IOUSBMassStorageDriver 140.50.3 com.apple.iokit.IOSCSIBlockCommandsDevice 404.30.2 com.apple.iokit.IOSCSIArchitectureModelFamily 404.30.2 com.apple.driver.AppleCredentialManager 1.0 com.apple.driver.KernelRelayHost 1 com.apple.iokit.IOUSBHostFamily 1.2 com.apple.driver.usb.AppleUSBCommon 1.0 com.apple.driver.AppleBusPowerController 1.0 com.apple.driver.AppleSEPManager 1.0.1 com.apple.driver.IOSlaveProcessor 1 com.apple.driver.DiskImages 480.60.1 com.apple.iokit.IOStorageFamily 2.1 com.apple.iokit.IOReportFamily 31 com.apple.iokit.IOTimeSyncFamily 680.15 com.apple.iokit.IONetworkingFamily 3.4 com.apple.driver.AppleACPIPlatform 6.1 com.apple.driver.AppleSMC 3.1.9 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOACPIFamily 1.4 com.apple.kec.Libm 1 com.apple.kec.pthread 1 com.apple.kec.corecrypto 1.0 EOF |
|||||
#11645 | new version needs installation howto and stability notice | closed | Bug report | normal | FileZilla Client | |
Description |
I installed FieZilla, which immediately offered me a new version. I accepted and was sent an archive. I did not find a readme or other installation guide. For example, the de-archiving program asked me what to name what I was extracting. I assume that has to be a name that will be recognized by the OS desktop environment's main menu. I don't know what that name is, although maybe someone on the Internet knows. I assume I have to configure configuration files external to FileZilla, but I don't know which files or to say what. I assume the installed directories and files have to go to certain locations, but I don't know where and it's probably not the de-archiver's default destination, which is the /downloads/ directory for my login. And I think I see "nightlybuild", perhaps as an owner's name, which suggests that I'm upgrading from a stable version to an unstable one without notice, even though the right-hand version number is "0". Please include an installation guide. A root-level readme.txt file might be all we need. Please tell us if the new version is stable, especially in the old version's offer of a new version. This installation attempt was on June 20, 2018. |
|||||
#11647 | Target fil already exists - apparently clutter in the queue? | closed | Bug report | normal | FileZilla Client | |
Description |
When I download a folder containing thousands of files and sub-folders I receive a lot of "Target file already exists" pop-ups. I am downloading into an empty folder, so apparently FZ is trying to download the same file twice. I can see from the timestamp of the "already existing" file that it has just been downloaded, but now the file apparently is being downloaded again. I have also observed, that the file that is to be overwritten is smaller than the source file, i.e. the file wasn't transferred fully, but I did not receive any error messages. What is going on? I am really worried if I can trust that everything has been downloaded correctly. |
|||||
#11648 | Too small list of FTP sites | closed | Bug report | normal | FileZilla Client | |
Description |
I upgraded to 3.34.0, and now my site manager which lists my sites is super narrow and I cannot change its width. |
|||||
#11652 | (000116)6/27/2018 14:24:27 PM - ftp (43.226.7.178)> 425 Can't open data connection for transfer of "/" | new | Other | normal | FileZilla Server | |
Description |
Full permission has been provided but still getting the below error from the server :(000116)6/27/2018 14:24:27 PM - ftp (43.226.7.178)> 425 Can't open data connection for transfer of "/" On the client: Response: 425 Can't open data connection for transfer of "/" Error: Failed to retrieve directory listing |
|||||
#11653 | Cant connect to the server | closed | Other | normal | FileZilla Server | |
Description |
can you please provide me with host address |
|||||
#11657 | Question to password | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, English I do not know very well. I would like to ask how I will contact the FileZilla Clip I have lost to password. Thank you very much! vag |
|||||
#11658 | under socks5, when upload file less than 8760, file size truncated to zero | closed | Bug report | normal | FileZilla Client | |
Description |
when using socks5,i upload file less than 8760, it displays 'transfer success'. but file size is zero in server. i tested other ftp client,all are ok . i capture packets, the filezilla client uses EPSV mode, others use PASV mode,maybe this is the problem. |
|||||
#11660 | SetItemState(): invalid list ctrl item index in SetItem | closed | Bug report | normal | FileZilla Client | |
Description |
Dragging a new file into the upload queue sometimes causes the following errror: ASSERT INFO: ./src/generic/listctrl.cpp(3422): assert "litem >= 0 && (size_t)litem < GetItemCount()" failed in SetItemState(): invalid list ctrl item index in SetItem BACKTRACE: [1] wxGenericListCtrl::SetItemState(long, long, long) [2] wxEvtHandler::TryHereOnly(wxEvent&) [3] wxEvtHandler::ProcessEventLocally(wxEvent&) [4] wxEvtHandler::ProcessEvent(wxEvent&) [5] wxEvtHandler::ProcessPendingEvents() [6] wxAppConsoleBase::ProcessPendingEvents() [7] wxApp::DoIdle() [8] g_main_context_dispatch [9] g_main_loop_run [10] gtk_main [11] wxGUIEventLoop::DoRun() [12] wxEventLoopBase::Run() [13] wxAppConsoleBase::MainLoop() [14] wxEntry(int&, wchar_t**) [15] __libc_start_main FileZilla Client ---------------- Version: 3.34.0 Build information: Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2018-06-18 Compiled with: gcc (GCC) 8.1.1 20180531 Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -g Linked against: wxWidgets: 3.0.4 SQLite: 3.24.0 GnuTLS: 3.5.18 Operating system: Name: Linux 4.17.3-1-ARCH x86_64 Version: 4.17 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx Settings dir: /home/user/.config/filezilla/ |
|||||
#11661 | Preferences windows uses full screen width when language is not english | closed | Bug report | normal | FileZilla Client | |
Description |
As soon as the language is set to default system language (which is german on my system) or to german language, the settings/preferences windows uses the full width of the screen. Setting the language to english reverts to a normal sized window |
|||||
#11662 | Show progress in Windows task bar | closed | Feature request | normal | FileZilla Client | |
Description |
As a user who does long-running transfers, it would be good to be able to see the progress without having to bring up FileZilla window. Let's make use of the ability to use the taskbar item as a progress bar. |
|||||
#11663 | Double Taskbar Icon | new | Bug report | normal | FileZilla Client | |
Description |
Hi, when i minimize Filezilla to tray there are 2 identical tray icons instead of just 1 icon. This looks messy and isn't necessary. |
|||||
#11665 | Numeric sorting doesn't working. | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, There is a bug, when i am trying to sort the images on a folder from 1-27 it doesn't listing them correctly. I am using 3.35.0-rc2 x64 It should be displayed: 1.png 2.png ... Example video: https://ufile.io/beci2
|
|||||
#11666 | "Preserve timestamps on transferred files" does not work with GoDaddy! | closed | Bug report | normal | FileZilla Client | |
Description |
Is this a FileZilla problem or a GoDaddy problem? |
|||||
#11667 | Site Manager Port Field Stays Empty | closed | Bug report | normal | FileZilla Client | |
Description |
Why is the Port field in the General Tab always empty after clicking on Site Manager to connect to a previously saved server, even though I saved the port number during the initial setup? I always have to manually enter the port number before connecting to my site. Any insight on this? FileZilla Client Version: 3.34.0 Build information:
Linked against:
Operating system:
|
|||||
#11668 | Download error | closed | Bug report | normal | FileZilla Client | |
Description |
Hello, When I tried dragging and dropping a folder from the FTP site unto my desktop pc, I received the following error. It wouldn't let me move anything from within FileZilla to my desktop, where it used to in the past before the last update. Can this be fixed? Please note, I can drag and drop file to replace things onto FTP just fine, just not the other way around. |
|||||
#11670 | dylibcopy.sh missing from FileZilla_3.35.1_src.tar.bz2, breaking macOS builds | new | Bug report | normal | FileZilla Client | |
Description |
I'm building FileZilla 3.35.1 on macOS High Sierra, and the make[2]: Entering directory `/opt/local/var/macports/build/_Users_yen_Projects_macports-ports_www_FileZilla/FileZilla/work/filezilla-3.35.1/src' "../data/dylibcopy.sh" "../FileZilla.app" /bin/sh: ../data/dylibcopy.sh: No such file or directory make[2]: *** [dylibs.copied] Error 127 Looked into the tarball, there's data/dllcopy.sh but no data/dylibcopy.sh. I assume there's something wrong during the tarball generation process? |
|||||
#11672 | Issue with Verafin | new | Bug report | normal | FileZilla Client | |
Description |
Our normal Filezilla processor is out for an extended period of time. With doing backup work I have come to notice our Filezilla is not linked correctly to Verafin. We load our ACH files to Filezilla and they transport them over to Verafin and then kicks out an e-mail letting us know they were loaded successfully. Verafin claims on the days myself and another co worker did the files they never received files to check. We have contacted our IT and now Verafin. Both are claiming an issue with Filezilla and having the correct authority. We do have one user here and everything works for hers if you need to check things out on her side. I will say Both mine and my co workers computer say we need updates. They wont allow us to load, needing passwords? |
|||||
#11673 | 3.35.1 doesn't load bookmarks on macOS | new | Bug report | normal | FileZilla Client | |
Description |
The bookmarks are gone. Menu only contains "Add" / "Manage". macOS 10.13.5 Launching 3.34.0 afterwards shows the bookmarks so they are physically still there. |
|||||
#11674 | Command line option -c Connect to specified Site Manager quit working after update to 3.35.1 | closed | Bug report | normal | FileZilla Client | |
Description |
filezilla.exe" -c "0/MyFTPSiteEntry" doesn't function or is ignored after upgrading to build 3.35.1 from 3.33.0. Documented on https://wiki.filezilla-project.org/Command-line_arguments_(Client) Tested upgrades on Windows 7 and Windows 10. |
|||||
#11675 | local file rename does not auto-refresh file list | new | Bug report | normal | FileZilla Client | |
Description |
Steps to reproduce issue: 1) Launch FileZilla client application. (you do not need to be connected to a remote host to experience this bug.) 2) Select a file in the left (local site) list pane. 3) Initiate file rename mode using either F2 function key, OR right-click-menu -> rename, OR click-pause-click. 4) Modify the file name by adding a character to the end 5) Press enter. Observe that the file will appear to revert back to its original name. 6) Refresh the file list by F5 function key, or right-click -> Refresh, or View-menu -> Refresh Observe that the file was indeed renamed. Additional info: This behavior only happens in the local site file list. If you rename a file on the remote site file list, the list will auto-refresh and present the correct file name. |
|||||
#11676 | Can not pull up files. Error: Server sent unsorted certificate chain in violation of the TLS specifications | reopened | Bug report | normal | FileZilla Client | |
Description |
This is what I get every time I try to login. "Status: Resolving address of bbhs.com Status: Connecting to 74.220.215.78:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: Server sent unsorted certificate chain in violation of the TLS specifications Status: Verifying certificate... Status: TLS connection established. Command: USER bbhscom Response: 331 User bbhscom OK. Password required Command: PASS * Response: 230 OK. Current restricted directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: MFMT Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: AUTH TLS Response: PBSZ Response: PROT Response: UTF8 Response: TVFS Response: ESTA Response: PASV Response: EPSV Response: SPSV Response: ESTP Response: 211 End. Command: OPTS UTF8 ON Response: 200 OK, UTF-8 enabled Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (74,220,215,78,175,249) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing Status: Disconnected from server Status: Resolving address of bbhs.com Status: Connecting to 74.220.215.78:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: Server sent unsorted certificate chain in violation of the TLS specifications Status: Verifying certificate... Status: TLS connection established. Command: USER bbhscom Response: 331 User bbhscom OK. Password required Command: PASS * Response: 230 OK. Current restricted directory is / Command: OPTS UTF8 ON Response: 200 OK, UTF-8 enabled Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (74,220,215,78,179,175) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing" FileZilla Client Version: 3.35.1 Build information:
Linked against:
Operating system:
|
|||||
#11678 | Double-click now downloads file instead of opening in editor | new | Bug report | normal | FileZilla Client | |
Description |
Double-clicking a file in the remote site window used to open the file in the editor. Now it downloads the file to the local directory. Behavior changed upon update to v 3.35.1 |
|||||
#11679 | Search and opening multiple files option to open ALL local or refresh | new | Feature request | normal | FileZilla Client | |
Description |
Steps to reproduce.
Suggestion to add a "Reopen ALL Local Files" and "Discard ALL Local Files..." option within this popup. Hitting this box for several files is very tedious and time consuming. |
|||||
#11680 | Drag and Drop | closed | Bug report | normal | FileZilla Client | |
Description |
I can't drag and drop from the server to my folders outside FileZilla, only inside. |
|||||
#11683 | File upload said success but not showing up at my website | new | Other | normal | FileZilla Client | |
Description |
Last night was my first attempt to upload my files for my first website using FileZilla Client. It gave me a message that the upload was a success but when I go to my website there is nothing there. I uploaded them to DreamHost using the Host, Username, Password, and Port FTP info that they gave me. not sure what to do, if it is you or them I need to get in touch with. My website is: peggylovestocode.com |
|||||
#11686 | Command-line argument (-c, --site=<string>) not working since upgrade to 3.35.0 | closed | Bug report | normal | FileZilla Client | |
Description |
Command-line argument (-c, --site=<string>) not working since upgrade to 3.35.0. Client does not Connect to specified Site Manager site, it just opens as if no arguments were specified. All works as it used to when I downgrade to 3.34.0 |
|||||
#11687 | FileZilla SFTP Client 'Rename File' Bug | closed | Bug report | normal | FileZilla Client | |
Description |
Ever since last update, it always takes 2 tries to rename a file. 1st try does nothing. 2nd try always successful. OS: Windows 10 |
|||||
#11688 | Drag & Drop From FileZilla to Computer Folder Not working | closed | Bug report | normal | FileZilla Client | |
Description |
I have Windows 10 Build 1803 (build SO 17134.167). When I drag a file from FileZilla directly into a folder on my computer, without using the FileZilla folder explorer, I get the error asking me to install the shell extension. If instead I drag a file from the computer to FileZilla there are no problems. |
|||||
#11689 | --site does not work on latest version | closed | Bug report | normal | FileZilla Client | |
Description |
When starting the client via command line, FZ starts up but does not invoke any site settings. E.g. "C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe" --site=mySite starts the client but does not initiate a session using the mySite settings. It behaves the same as if --site were not specified. |
|||||
#11690 | Cannot get priority range for scheduling policy 0. | closed | Other | normal | FileZilla Client | |
Description |
Whenever I start filezilla (currently 3.33.0) on NetBSD, I get a modal popup that says: "Cannot get priority range for scheduling policy 0." with only an "OK" button to confirm. I wonder about the usefulness of the dialog and if it perhaps should be disabled (or at least on NetBSD?). |
|||||
#11694 | Ungraceful handling of slow connection | new | Bug report | normal | FileZilla Client | |
Description |
When using slow (satellite) connection, uploads files at partial or zero length, tries a few times, them marks them as successful transfers. The dual directory shows them in green as if the lengths matched. Log report reports occasional timeouts, but otherwise normal. A second attempt immediately reports successful transfers, despite the the file lengths being obviously different. I have to kill the partial files and try again. I am averaging ten attempts, whether for a single file or a batch of a dozen. See screen cap. |
|||||
#11696 | Files NOT updating to website | closed | Bug report | normal | FileZilla Client | |
Description |
I have not used FileZilla for a few months. I need to update some of my website files, and when I opened FileZilla to transfer them, there was a new update option. I updated to the newest version, 3.35.1. I always move 1 file first to test and make sure everything is okay. I moved 1 file over to update. Filezilla said that it updated successfully and the last modified date is today. Then I went to the website to be sure the changes were reflected, and there were NOT! I checked the source code on the website and it shows that it is still the old file. I am not sure if this is a server or client problem. All I know is that the new file, with today's date shows up in the public_html area in FileZilla on my computer. And the udpates do not appear on my website and the source code on the website reflects the old file. Also, when I opened FileZilla, I had to connect to my site. It did not connect automatically. I thought that it used to connect automatically when opening FileZilla. I may be remembering incorrectly here. Thank you Nikki Geannelis gnikki@… |
|||||
#11697 | After renaming a file with FileZilla the file reverts to it's original name until you select refresh. | closed | Bug report | normal | FileZilla Client | |
Description |
I use the rename feature quite often within FileZilla and just recently it seems to not work properly. I change the name and it reverts back to the original name. After I select refresh the new name appears. So it seems to be updating the name but not showing on the screen. Please let me know if there is a fix. This just started with the latest update I downloaded. |
|||||
#11698 | support for unencrypted WebDAV | new | Feature request | normal | FileZilla Client | |
Description |
I'm currently trying to reach my storage server created by an iOS App called nPlayer, which will only be visible via my local network when activated. This app creates a WebDAV server, but its unencrypted and trying to connect to it using FileZilla Pro will fail. Thats how it looks like in the logs: Trace: CHttpControlSocket::ResetSocket() Trace: CWebdavControlSocket::Connect(192.168.178.54) Trace: CControlSocket::SendNextCommand() Trace: CControlSocket::ResetOperation(0) Trace: CWebdavControlSocket::List() Status: Retrieving directory listing of "/"... Trace: CControlSocket::SendNextCommand() Trace: CWebdavListOp::Send() in state 0 Trace: CWebdavControlSocket::DoRequest Trace: WebdavRequestOp::Send() in state 0 Trace: Requesting https://192.168.178.54:8000/ Trace: CHttpControlSocket::Request() Trace: CHttpControlSocket::InternalConnect() Trace: CHttpControlSocket::ResetSocket() Trace: CHttpInternalConnectOpData::Send() in state 0 Status: Connecting to 192.168.178.54:8000... Status: Connection established, initializing TLS... Trace: CTlsSocketImpl::Handshake() Trace: CTlsSocketImpl::ContinueHandshake() Trace: CTlsSocketImpl::ContinueHandshake() Trace: CControlSocket::ResetOperation(10) Trace: CControlSocket::ResetOperation(10) Trace: CHttpRequestOpData::Reset(10) in state 18 Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(10) Trace: CControlSocket::ResetOperation(10) Error: Directory listing aborted by user Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(66) Trace: CHttpControlSocket::ResetSocket() Trace: CWebdavControlSocket::Connect(192.168.178.54) Trace: CControlSocket::SendNextCommand() Trace: CControlSocket::ResetOperation(0) Trace: CWebdavControlSocket::List() Status: Retrieving directory listing of "/"... Trace: CControlSocket::SendNextCommand() Trace: CWebdavListOp::Send() in state 0 Trace: CWebdavControlSocket::DoRequest Trace: WebdavRequestOp::Send() in state 0 Trace: Requesting https://192.168.178.54:8000/ Trace: CHttpControlSocket::Request() Trace: CHttpControlSocket::InternalConnect() Trace: CHttpControlSocket::ResetSocket() Trace: CHttpInternalConnectOpData::Send() in state 0 Status: Connecting to 192.168.178.54:8000... Status: Connection established, initializing TLS... Trace: CTlsSocketImpl::Handshake() Trace: CTlsSocketImpl::ContinueHandshake() Trace: CTlsSocketImpl::ContinueHandshake() Error: Connection timed out after 20 seconds of inactivity Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CHttpRequestOpData::Reset(2114) in state 18 Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Failed to retrieve directory listing Trace: CHttpControlSocket::ResetSocket() Trace: CHttpControlSocket::ResetSocket() Trace: CWebdavControlSocket::Connect(192.168.178.54) Trace: CControlSocket::SendNextCommand() Trace: CControlSocket::ResetOperation(0) Trace: CWebdavControlSocket::List() Status: Retrieving directory listing of "/"... Trace: CControlSocket::SendNextCommand() Trace: CWebdavListOp::Send() in state 0 Trace: CWebdavControlSocket::DoRequest Trace: WebdavRequestOp::Send() in state 0 Trace: Requesting https://192.168.178.54:8000/ Trace: CHttpControlSocket::Request() Trace: CHttpControlSocket::InternalConnect() Trace: CHttpControlSocket::ResetSocket() Trace: CHttpInternalConnectOpData::Send() in state 0 Status: Connecting to 192.168.178.54:8000... Status: Connection established, initializing TLS... Trace: CTlsSocketImpl::Handshake() Trace: CTlsSocketImpl::ContinueHandshake() Trace: CTlsSocketImpl::ContinueHandshake() Error: Connection timed out after 20 seconds of inactivity Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CHttpRequestOpData::Reset(2114) in state 18 Trace: CHttpControlSocket::ResetSocket() Trace: CControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: Failed to retrieve directory listing I guess allowing to explicitely choose that the WebDAV Server doesn't know how to work encrypted could fix this issues. Thanks. Best Regards. Toni Barth |
|||||
#11700 | Report Bug | closed | Bug report | normal | FileZilla Client | |
Description |
Please refresh Queued Files Upon upload and download. FileZilla Client Version: 3.35.1 Build information:
Linked against:
Operating system:
|
|||||
#11701 | Client corrupting data being sent | closed | Bug report | normal | FileZilla Client | |
Description |
Example - data being sent is pricing data for different manufacturers in the outdoor power equipment industry. In this case, the package quantity column, a three character field, contained ##1 instead of 001. The data files on our computer had no corruption until a user of our service tried to process the data after we uploaded the file via the FileZilla client - version 3.35.1 |
|||||
#11705 | --site-manager command line parameter switch doesn't seem to do anything | closed | Bug report | normal | FileZilla Client | |
Description |
As of fileZilla version 3.35.2 the -s and --site-manager command line parameter switches do nothing when specified after the program path and name (out side of the ending double quote) in the properties box of a windows 10 desktop icon. I tried using -site-manager as well, but that gave me an unknown command message, but with either -s or --site-manager, no error message is displayed. I expect that the -s and --site-manager switches should display the site manager dialog after fileZilla starts. |
|||||
#11706 | startup script command line switch | closed | Feature request | normal | FileZilla Client | |
Description |
When I start fileZilla, 99% of the time, I open a specific site in the site-manager, but then I navigate down from the project top-level directory to a sub-directory nested a few levels below that to a sub-directory under the source directory. I still need the project top-level directory so that I can manage other parts of the project such as pictures and css files that are not located in the source directory, but I'd rather not create another site for them. If a startup script command could be added then I could use ftp-like commands in the script to change into the source directory's sub-directories and display that directory automatically, as I now do almost every time I start fileZilla. Please understand that I'm using the windows gui interface and not running fileZilla client from the command prompt, and that the start script option that I'm talking about should support the windows gui mode, too. Thank you, Howard Brown |
|||||
#11710 | After updating client to version 3.36.0 it routinely crashes retrieving directory listing from one site | closed | Bug report | normal | FileZilla Client | |
Description |
I routinely use FileZilla client with two FTP servers. Immediately after updating the client to version 3.36.0 it started routinely crashing while "Retrieving directory listing..." from one of these servers. With the other server, I see no problem. |
|||||
#11712 | FileZilla software is starting up and shutting down. | closed | Bug report | normal | FileZilla Client | |
Description |
The filezilla software closes after a few seconds after I update the latest version on this day. |
|||||
#11717 | Limit number of invalid commands | new | Feature request | normal | FileZilla Server | |
Description |
Right now there is no limit to the number of invalid commands that a user can send to the server. It's common for protocols to disconnect clients that don't behave. I occasionally see (probably automated) attempts to connect to the FTP server and then the client sends data for a completely different protocol. This can go on for quite a while and will fill up the log file quickly. I suggest adding an option that allows the user to define the maximum number of invalid commands until a connection is dropped. This might be extended to "useless" commands. A client can spam "HELP" right now to get a disproportional large answer from the server, which could be leveraged into DDoS attacks. |
|||||
#11718 | trouble with connecting over explicit TLS | new | Bug report | normal | FileZilla Client | |
Description |
Hi. I've used FZ for many years. Love it. I've had an issue crop up since the upgraded to 3.36.0. When connecting via explicit TLS it freezes for 3 minutes, then won't connect. And finally windows reports that FZ has stopped working. This is on a site that has been working on explicit TLS for years. Another oddity is that when I go to help->Check for updates..., it's never able to connect. It checks continuously until I close the window. It never connects and tells me I have the latest version. I've attached the log. Note, this is not an emergency. I'm able to connect via sftp and everything works normally there. I'm must reporting the bug so it can get looked at in due course. |
|||||
#11719 | Providers denies error report of filezilla | new | Bug report | normal | FileZilla Client | |
Description |
Here the log file 2018-09-03 13:51:16 7468 1 Status: Auflösen der IP-Adresse für kdbtst.eu3.biz 2018-09-03 13:51:16 7468 1 Status: Verbinde mit 185.176.43.78:21... 2018-09-03 13:51:17 7468 1 Status: Verbindung hergestellt, warte auf Willkommensnachricht... 2018-09-03 13:51:17 7468 1 Antwort: 220 ::ffff:185.176.43.78 FTP server ready 2018-09-03 13:51:17 7468 1 Befehl: AUTH TLS 2018-09-03 13:51:17 7468 1 Antwort: 500 AUTH not understood 2018-09-03 13:51:17 7468 1 Befehl: AUTH SSL Provider denies and answers: WE ARE SUPPORTING FTP OVER TLS What must I do ?? |
|||||
#11720 | Search onkeyup crush | moreinfo | Bug report | normal | FileZilla Client | |
Description |
Steps to reproduce:
|
|||||
#11721 | "Alt key" used for non-adjacent file group selection no longer works after version update | closed | Bug report | normal | FileZilla Client | |
Description |
Before version update I was able to use "Alt key" to select non-adjacent files for group uploads. After update this no longer functions. FileZilla version: 3.36.0 Operating System: Windows 8.1 (build 9600), 64-bit edition OS version: 6.3 Platform: 64-bit system |
|||||
#11723 | AUTH TLS Command blocking the connection to the server | closed | Bug report | normal | FileZilla Client | |
Description |
14:03:04 Status: Resolving address of ftp.XXXXXXXXX.com 14:03:04 Status: Connecting to XXX.XXX.XXX.X:21... 14:03:04 Status: Connection established, waiting for welcome message... 14:03:47 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 14:03:47 Response: 220-You are user number 4 of 50 allowed. 14:03:47 Response: 220-Local time is now 14:03. Server port: 21. 14:03:47 Response: 220-This is a private system - No anonymous login 14:03:47 Response: 220-IPv6 connections are also welcome on this server. 14:03:47 Response: 220 You will be disconnected after 15 minutes of inactivity. 14:03:47 Command: AUTH TLS 14:03:47 Error: Could not connect to server 14:03:47 Status: Waiting to retry... 14:03:52 Status: Resolving address of ftp.XXXXXXXXXXXX.com 14:03:52 Status: Connecting to XXX.XXX.XXX.X:21... 14:03:52 Status: Connection established, waiting for welcome message... 14:03:52 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 14:03:52 Response: 220-You are user number 5 of 50 allowed. 14:03:52 Response: 220-Local time is now 14:03. Server port: 21. 14:03:52 Response: 220-This is a private system - No anonymous login 14:03:52 Response: 220-IPv6 connections are also welcome on this server. 14:03:52 Response: 220 You will be disconnected after 15 minutes of inactivity. 14:03:52 Command: AUTH TLS 14:04:30 Error: Could not connect to server Hi, I'm a new user of FileZilla. I'm not familiar with how the systems work. I tried to connect with my server in Cpanel but it kept failing. I've tried a few solutions from Google but it still not connecting. Can someone suggest me something that really gonna solve this issue? Thank you. |
|||||
#11724 | Crash after reading folder | closed | Bug report | normal | FileZilla Client | |
Description |
I have updated just some minutes ago to the latest version and every time I try to connect to an FTP server, after "reading folder" the software crash. It happens with every FTP I'm working on. It was all good before the update |
|||||
#11725 | Lost Local Mapped Drives with v3.36 window 64 bit | moreinfo | Bug report | normal | FileZilla Client | |
Description |
I have a Windows 10 virtual machine on a Mac. In windows explorer, I have 2 drives, "Home on 'Mac' (Y:)" and "AllFiles on 'Mac' (Z:). In prior versions of FileZilla, these drive show on my local site: side. Although I work mostly in Windows, I store some things on the Mac side. I updated my FileZilla to the current version, 3.36, and now those Mac drives no longer show. Looking through all the menu items and icons, I cannot figure out if there is some setting that has them not show or what to do to have them show. To confirm that I could see those drives in a prior version, I downloaded an older version and they just show up in the local site tree. |
|||||
#11727 | storj upload progress bar shows >100% | new | Bug report | normal | FileZilla Client | |
Description |
Hi, there is a bug with uploading files to storj. I ve just test to upload few files and the progress goes upper then >100%. I stoped uploading manually on ~130%. Actually i don't know what Filezilla try to upload when file size less than 790mb but uploaded more then >1300mb. |
|||||
#11728 | First site connected after opening remains highlighted and displaying on monitor even after closing program | closed | Bug report | normal | FileZilla Client | |
Description |
See attached screenshot, in which "inbox" is shadowed over Chrome. This remains even after closing the program, until I disconnect my monitor or change my display settings. It does not change if I connect to a second site; the first one chosen still remains as a shadow. I am unsure whether this was happening only in version 3.35.2 or if it continues in 3.36...I had to uninstall 3.36 because of the FTP/TLS changes until I get a response from my customer about settings for their server. |
|||||
#11731 | Не работает | moreinfo | Bug report | normal | FileZilla Client | |
Description |
На последней версии программы FileZilla_3.36.0_win64-setup перестало подключаться ко всем серверам. Вернулся на раннюю версию FileZilla_3.31.0_win64-setup и все заработало. А перестало работать сразу после последнего обновления. On the latest version of the program FileZilla_3.36.0_win64-setup stopped connecting to all servers. I returned to the earlier version of FileZilla_3.31.0_win64-setup and it all worked. And stop working right after the last update. |
|||||
#11732 | menu bar icons - wrong ones shown | closed | Bug report | normal | FileZilla Client | |
Description |
After several days of continued OS operation, and sleeps, the main menu icon bar, puts he wrong icons up. see attached example. the close and reconnect server buttons, has the setup icon by mistake. |
|||||
#11733 | I accidentally deleted my dropbox , I need it back as soon as possible. Please help! This is urgent. | closed | Bug report | normal | FileZilla Client | |
Description |
We have hundreds of enterprise customers worldwide testing our products early while they are making purchase decisions and they need the drivers that we host on our FTP site. |
|||||
#11734 | I lost everything during the last update. | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, It is the second time when I have an update of your software (last one was for the version 3.35) and now for the version 3.37. I have no more your software when the update is begun, I obtain the following error message: (can' t write: C:\Programme Files\FileZillaFTP Client\filezilla.exe). What is the problem and it would always be the case in the future? |
|||||
#11735 | Recursive downloads not immediately re-scanning directories | new | Bug report | normal | FileZilla Client | |
Description |
In testing a webcam's FTP uploads, I have a need to do multiple recursive downloads every few minutes to verify that new image files are successfully getting uploaded. Since my webcam uploads are going into multiple directories by day and hour, it is easiest to do a recursive download from the top level. I am doing this by dragging the root webcam folder from my ftp server to my local directory in FileZilla. The recursive search works successfully the first time, but then subsequent drag/drops of the root folder will not actually re-scan subdirectories, but rather only use locally cached information of the remote directory structure. So I am missing newly created files on the remote server to download since the first time I downloaded in this FileZilla session. It appears that it will eventually do a forced full re-scan of subdirectories (observations indicate that this could be every 15 minutes or so), but not on every drag/drop. Clicking on the "refresh the file and folder lists" icon only refreshes the top level folder and not any subdirectories. |
|||||
#11736 | File permissions not shown after creating a directory | new | Bug report | normal | FileZilla Client | |
Description |
Steps to reproduce:
Expected behaviour: The directory listing should be refreshed and the new directory should be shown with its permissions (drwxr-xr-x or whatever) and its owner/group. If you right-click on it and choose file permissions, the current permissions should be shown (usually 755 which are the default permissions when a new folder is created) Observed behavior: After the folder is created, the directory listing is refreshed and you see the new folder, but the permissions and owner/group are not shown. If you right click on it and choose "file permissions", you can't see what its current permissions are: you see "xxx" instead of 755. If you manually refresh the directory listing (such as clicking the refresh button on top, or leaving and reentering the containing folder), then the file permissions are shown. This bug has was first reported on Launchpad for FileZilla 3.3.1 https://bugs.launchpad.net/ubuntu/+source/filezilla/+bug/747573 |
|||||
#11737 | Persistent Appcrash in libgnutls-30.dll | closed | Bug report | normal | FileZilla Client | |
Description |
Unable to start FileZilla due to this error Log Name: Application Source: Application Error Date: 9/16/2018 7:42:56 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Description: Faulting application name: filezilla.exe, version: 3.36.0.0, time stamp: 0x00000000 Faulting module name: libgnutls-30.dll, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Fault offset: 0x00000000000b04f2 Faulting process id: 0x16ec Faulting application start time: 0x01d44db2683e78ee Faulting application path: C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe Faulting module path: C:\Program Files (x86)\FileZilla FTP Client\libgnutls-30.dll Report Id: a6f21fae-b9a5-11e8-9474-50af73232c9b Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
</Event> |
|||||
#11738 | Multi-language installer | new | Feature request | normal | FileZilla Client | |
Description |
Hello. The current installer is mono language (just English) also if the application is multi-language. It's a very short job. I want to collaborate to enable multi-language installer. Where can I find the installer script? Thanks. best regards. |
|||||
#11739 | Error after using Sync Folder switching | new | Bug report | normal | FileZilla Client | |
Description |
After turning off sync folder switching you can't switch folders in the local file window. Opening new connection "solves" the issue. Local folder view drops back to user files location. |
|||||
#11740 | 3.37.0 Large file transfer results in connection abort | moreinfo | Bug report | normal | FileZilla Client | |
Description |
OS: Windows 10 Pro x64 Filezilla Client: 3.37.0 Target Computer: Ubuntu 16.04.5 LTS (openssh-sftp-server) Connection type SFTP Issue: I have no network connectivity issues between client and target. Filezilla connects just fine and can navigate around and upload small file. I recently upgraded to 3.37.0 and ever since then when i try to upload a large file (1.5G .zip file) it starts the trasnfer, gets to about 800 kb and then Errors out with Network Error: Software caused connetion abort. File Transfer failed. I tried using another ftp client and the trasfer worked just fine. I've been using filezilla with this server for years with no issues until recently. |
|||||
#11741 | Loss of connection data following the proposed update 3.37 | new | Bug report | normal | FileZilla Server | |
Description |
Hello, following the update of Ctte night (from 18 to 19), FileZilla Propoé me to install its new version. And then there's nothing. Well, I know, I had not backed up the data for connextion and so much the worse for me. Nevertheless, I was able to export two, the only ones that stay. Despite the good FTP data, no reaction for the connection. J says that I therefore have: 1/Export the two connections that were proposed to me. 2/That not working and having lost the other 31, reinstall Filzilla. And there's still nothing. So before you come in manually, a hand? Thank you very much. Well cordially Karim |
|||||
#11742 | CA and intermediary CA certificate expiration date in red even if not expired at their level | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, Versions :
Settings:
It's not a public ftp so i can give it by mail but not in public. Usage: The certificate is expired, and is well raised as expired with a pop-up, with expiratino date in red (level 0). But when i use the drop-down list to see intermediate certificate (n°1) and root certificate (n°2), the expiration date is colored red, even if their expiration date is in the future. Abnormal behaviour: It seems that the red color of the 'expiration date' zone is kept red for other level than level 0, even if they are not... Shouldn't it be only the expired one that must be in red, and not the other ones ? If in red, we can think that it's expired, even if it's not ;-( At your disposal. Regards |
|||||
#11743 | drag and drop | closed | Bug report | normal | FileZilla Client | |
Description |
Drag and drop files from ftp server directory to windows explorer doesn't work anymore. The feature stopped to work for me around 3 version / 3 weeks before (at around Sept 1, 2018) OS: Windows 10 Pro 17134.254 FileZilla client version: 3.37.1 Step to reproduce:
The drag and drop operation fails with the following popup message: "Could not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the file into an Explorer window." re-registering the fzshellext.dll/fzshellext_64.dll doesn't help. Maybe the problem is caused by windows and/or already know, but I haven't found it in the bug database, so better to be sure. |
|||||
#11744 | Feature request: Enable/Disable logging per user (Filezilla Server) | new | Feature request | normal | FileZilla Server | |
Description |
Hi, I would suggest to have a enable/disable logging feature for each user or user group. Simple reason: I use an IP camera which uploads periodically pictures using FTP and this will flood the logging-file. If I could disabled logging for each user, I could switch off this. Thanks, Jurgen |
|||||
#11745 | Synchronized Browsing ignored by Site Manager | new | Bug report | normal | FileZilla Client | |
Description |
I have several sites in Site Manager all of which have Synchronized Browsing set. Regardless of which site I select, the server is correctly accessed but the local folder remains unchanged (ie it stays as the last folder accessed even when Filezilla exited and restarted). Synchronized Browsing remains not set in View menu. No errors of any kind in message log (addresses removed): Resolving address of ftp.xxxxxx Status: Connecting to xx.xx.xx.xx ... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing of "/"... Status: Directory listing of "/" successful |
|||||
#11747 | Just updated | closed | Bug report | normal | FileZilla Client | |
Description |
can't login to any of my servers |
|||||
#11748 | Periodic ETIMEDOUT, 425 response and Error: Failed to retrieve directory listing | moreinfo | Other | normal | FileZilla Client | |
Description |
Hi, I have a client that is using FileZilla to connect to our internal server over a VPN tunnel. He can connect but then will periodically get disconnected with a "failed to retrieve directory listing". I can connect to the same server using the same FileZilla version as he is and have no issues. Also there are two subfolders within the root. They are not displaying for him but are for me. If he manually enters the folder name in the Remote site field he can get into the folder with no issues. He's connecting using FTPS on port 990. This is what I'm seeing in the logs: 2018-09-21 13:58:53 18892 1 Response: 150 Opening BINARY mode data connection for LIST return info. 2018-09-21 13:59:14 18892 1 Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out 2018-09-21 13:59:25 18892 1 Response: 425 Received no data connection request. 2018-09-21 13:59:25 18892 1 Error: Failed to retrieve directory listing I've attached the full version. |
|||||
#11751 | Uploads going to wrong folder | closed | Bug report | normal | FileZilla Client | |
Description |
When uploading multiple folders from a Windows 7 Pro PC to a a Linux FTP Server some files are placed in the wrong folder and some files are not uploaded at all... The attached log details a full upload of 577 files... You can see one example of an incorrect placing in the log line: 2018-09-24 12:59:37 7140 5 Command: local:T:\!!!\sample\dir01\d1d01\d1d1d1\d1d1d1a\f038.txt => remote:/home/example/sample/dir07/d07d11/d7dbd2/f038.txt |
|||||
#11752 | Message log panel colors w/ Dark Mode on macOS Mojave | new | Bug report | normal | FileZilla Client | |
Description |
It appears that the message log at the top has now changed to a dark grey background, with messages showing up with a white background. No functionality issue, purely aesthetic. FileZilla 3.37.1 on macOS 10.14 beta 18A389. Not sure if this was an issue with this specific release of the Mojave beta, but 3.37.0 did not seem to exhibit this issue on the same Mojave release prior to updating. |
|||||
#11754 | Can not drag and drop more than 1 item after mojave update | closed | Bug report | normal | FileZilla Client | |
Description |
Since I've upgraded macOS to mojave I can not move multiple items (single files or folders) from local drive to FTP server. Once I select more than 1 item FileZilla hangs or shuts down. I can transfer (by dragging) files only one by one. It takes forever. I have FileZilla client 3.37.1 |
|||||
#11758 | Snarky Timeout message and Aborted Disconnect | closed | Bug report | normal | FileZilla Client | |
Description |
I was using FileZilla 3.37.1 to download files from the server. It seemed to complete but then it gave the following messages about a bad disconnect with the server. The Response: 421 Timeout message is rather snarky. 11:33:41 Response: 421 Timeout - try typing a little faster next time Who is it directed to? Do I need to worry about the bad disconnect?
11:25:53 Status: Starting download of /public_html/wp-includes/widgets/class-wp-widget-archives.php 11:25:53 Status: File transfer successful, transferred 2,977 bytes in 1 second 11:25:53 Status: Starting download of /public_html/wp-includes/widgets/class-wp-nav-menu-widget.php 11:25:53 Status: File transfer successful, transferred 5,597 bytes in 1 second 11:25:53 Status: File transfer successful, transferred 5,498 bytes in 1 second 11:26:53 Status: Disconnected from server 11:26:53 Status: Disconnected from server 11:33:41 Response: 421 Timeout - try typing a little faster next time 11:33:41 Error: GnuTLS error -110: The TLS connection was non-properly terminated. 11:33:41 Status: Server did not properly shut down TLS connection 11:33:41 Status: Disconnected from server: ECONNABORTED - Connection aborted |
|||||
#11759 | FileZilla 3.37.3 does not build with libfilezilla 0.13.2 | closed | Bug report | normal | libfilezilla | |
Description |
Need to backport https://svn.filezilla-project.org/filezilla?view=revision&revision=8942 for libfilezilla g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -D_FORTIFY_SOURCE=2 -fpch-preprocess -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -g -MT filezilla-queue.o -MD -MP -MF .deps/filezilla-queue.Tpo -c -o filezilla-queue.o `test -f 'queue.cpp' || echo './'`queue.cpp queue.cpp: In member function ‘void CFileItem::SetTargetFile(const wxString&)’: queue.cpp:333:71: error: no matching function for call to ‘to_wstring(const wxString&)’ m_targetFile = fz::sparse_optional<std::wstring>(fz::to_wstring(file)); ^ In file included from /usr/include/libfilezilla/libfilezilla.hpp:7, from ../../src/include/libfilezilla_engine.h:12, from filezilla.h:4: /usr/include/libfilezilla/string.hpp:145:31: note: candidate: ‘std::__cxx11::wstring fz::to_wstring(const string&)’ std::wstring FZ_PUBLIC_SYMBOL to_wstring(std::string const& in); ^~~~~~~~~~ /usr/include/libfilezilla/string.hpp:145:31: note: no known conversion for argument 1 from ‘const wxString’ to ‘const string&’ {aka ‘const std::__cxx11::basic_string<char>&’} /usr/include/libfilezilla/string.hpp:148:38: note: candidate: ‘std::__cxx11::wstring fz::to_wstring(const wstring&)’ inline std::wstring FZ_PUBLIC_SYMBOL to_wstring(std::wstring const& in) { return in; } ^~~~~~~~~~ /usr/include/libfilezilla/string.hpp:148:38: note: no known conversion for argument 1 from ‘const wxString’ to ‘const wstring&’ {aka ‘const std::__cxx11::basic_string<wchar_t>&’} /usr/include/libfilezilla/string.hpp:152:98: note: candidate: ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::__cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&)’ inline typename std::enable_if<std::is_arithmetic<std::decay_t<Arg>>::value, std::wstring>::type to_wstring(Arg && arg) ^~~~~~~~~~ /usr/include/libfilezilla/string.hpp:152:98: note: template argument deduction/substitution failed: /usr/include/libfilezilla/string.hpp: In substitution of ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::__cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&) [with Arg = const wxString&]’: queue.cpp:333:71: required from here /usr/include/libfilezilla/string.hpp:152:98: error: no type named ‘type’ in ‘struct std::enable_if<false, std::__cxx11::basic_string<wchar_t> >’ Tested on Arch Linux x86_64 and MacPorts with macOS Mojave. |
|||||
#11760 | Compilation error in 3.37.3 | closed | Bug report | normal | FileZilla Client | |
Description |
I'm seeing the compliation error below starting with filezilla client 3.37.3. 3.37.1 compiles just fine. See the attached file for the full log. I'm building as follows:
### output queue.cpp: In member function ‘void CFileItem::SetTargetFile(const wxString&)’: queue.cpp:333:71: error: no matching function for call to ‘to_wstring(const wxString&)’
In file included from /usr/include/libfilezilla/libfilezilla.hpp:7,
/usr/include/libfilezilla/string.hpp:145:31: note: candidate: ‘std::cxx11::wstring fz::to_wstring(const string&)’
/usr/include/libfilezilla/string.hpp:145:31: note: no known conversion for argument 1 from ‘const wxString’ to ‘const string&’ {aka ‘const std::cxx11::basic_string<char>&’} /usr/include/libfilezilla/string.hpp:148:38: note: candidate: ‘std::cxx11::wstring fz::to_wstring(const wstring&)’
/usr/include/libfilezilla/string.hpp:148:38: note: no known conversion for argument 1 from ‘const wxString’ to ‘const wstring&’ {aka ‘const std::cxx11::basic_string<wchar_t>&’} /usr/include/libfilezilla/string.hpp:152:98: note: candidate: ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&)’
/usr/include/libfilezilla/string.hpp:152:98: note: template argument deduction/substitution failed: /usr/include/libfilezilla/string.hpp: In substitution of ‘template<class Arg> typename std::enable_if<std::is_arithmetic<typename std::decay<_Tp>::type>::value, std::cxx11::basic_string<wchar_t> >::type fz::to_wstring(Arg&&) [with Arg = const wxString&]’: queue.cpp:333:71: required from here /usr/include/libfilezilla/string.hpp:152:98: error: no type named ‘type’ in ‘struct std::enable_if<false, std::cxx11::basic_string<wchar_t> >’ mv -f .deps/filezilla-netconfwizard.Tpo .deps/filezilla-netconfwizard.Po |
|||||
#11761 | Cannot drag and drop in the site panel with 3.37.3 | closed | Bug report | normal | FileZilla Client | |
Description |
Hi, On the site panel, I have a "sent" directory into I drag and drop files that have been transferred. When I try with V 3.37.3, the files are not moved. |
|||||
#11762 | Cannot Drag Files From Filezilla Window to Taskbar and Have them Open | closed | Bug report | normal | FileZilla Client | |
Description |
Prior to today's update, I was able to drag any file from the local site window to the appropriate editor on the taskbar and have it open. This function no longer works. |
|||||
#11763 | FileZilla crashes when starting TLS | closed | Bug report | normal | FileZilla Client | |
Description |
I have updated to 3.37.3 and after I have started a connection to a server, FileZilla chrashes. I have tried it with a fresh installation directory, but the same happens. Last Loglines: 2018-10-03 20:38:52 31949 1 Befehl: AUTH TLS 2018-10-03 20:38:52 31949 1 Antwort: 234 AUTH TLS OK. 2018-10-03 20:38:52 31949 1 Status: Initialisiere TLS... If I change back to 3.36.0, all is working normal. Sincerely, Markus |
|||||
#11765 | Getting message FileZilla appears to be running when I attempt to update to 3.37.1, even though it's not running | new | Bug report | normal | FileZilla Client | |
Description |
I have version 3.37.1 of Filezilla Client. When I try to update to 3.37.4 I get the message, "FileZilla appears to be running." After aborting the installation, a check of task manager does not show any instances of FileZilla running. I tried several times with the same result. |
|||||
#11766 | Last modified Time | closed | Bug report | normal | FileZilla Client | |
Description |
After updating Filezilla, we are observing a Bug on 'Last modified' column. Time is showing after 5 hours. For example, If we generate file on 5 pm then time showing on last modified time is 10 pm. |
|||||
#11767 | Post update - cannot retrieve directories | closed | Bug report | normal | FileZilla Client | |
Description |
Since updating FileZilla yesterday,attempts to contact yield this sequence and error: Status: Resolving address of ftp.dlfny.org Status: Connecting to 192.243.105.117:21... Status: Connection established, waiting for welcome message... Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing I tried two connections, though they are on the same Internet host. I'm not sure whether this all the requested info. Please let me know if more info is needed. |
|||||
#11768 | Add Support for Windows 10's Built-In SSH Client | new | Feature request | normal | FileZilla Client | |
Description |
Currently, only pageant is supported. Please add support for the new built-in SSH client shipped with Windows 10 versions >= 1803. |
|||||
#11769 | "Watch locally edited files" feature does not update its link when the remote server is changed | closed | Bug report | normal | FileZilla Client | |
Description |
When the Watch locally edited files and prompt to upload modifications feature is turned on, it does not update its links when the remote server is changed. This may lead to overwriting a wrong remote file. Consider the following scenario:
That is wrong because the file was downloaded from server B and should be uploaded there. If you do not read the prompt carefully, you can easily overwrite the file at the wrong remote server. FileZilla should update its internal link when the monitored file is downloaded from a different location. |
|||||
#11772 | Can't drag & drop files into the queue anymore | closed | Bug report | normal | FileZilla Client | |
Description |
Previously I was able to select some files or directories from the Remote Site window and drag/drop them into the Queued Files. That doesn't work anymore (nothing happens). To achieve that functionality now, I need to right-click the files and choose "Add Files to Queue". |