Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (3701 - 3800 of 4044)

Ticket Summary Owner Priority Resolution Created Operating system type
#11473 FileZilla_3.29.0_macosx-x86.app.tar.bz2 fails to install normal worksforme 6 years OS X
Description

FileZilla 3.29 update failed to install correctly. Mac OS X 10.11.6, MacBook Pro, Intel Core i7 processor. Downloaded FileZilla_3.29.0_macosx-x86.app.tar.bz2 to my Downloads directory Unpacked the bz2 file in place to FileZilla_3.29.0_macosx-x86.app.tar using WinZip 6.0.3507 Unpacked the tar file in place by double-clicking on it in Finder. Moved FileZilla.app to the Applications directory, replacing my existing version of FileZilla, 3.27. Tried to open FileZilla 3.29 app by double-clicking on it in Finder. Immediately get this message from Finder: "The application “FileZilla.app” can’t be opened." Restored my 3.27 version from TimeMachine; works fine. Repeated the above steps; same result. Unpacked the app again onto the Desktop. Same result. MD5(FileZilla_3.27.1_macosx-x86.app.tar.bz2)= a327ae27021328f93bfef5a2b74706f4 MD5(FileZilla_3.27.1_macosx-x86.app.tar)= 507c2ad053d404bbfa2b3dd1d8de1792

I didn't find the download digest on the FileZilla downloads page. Suggest putting it there so users can check that the file was not corrupted.

I've used FileZilla for years, love it. Updated frequently, using same install procedure. Not a problem before.

Advice? Thank you!

#11493 The remote file listview freezes if a file-rename gets ended by a mouse click rather than enter key normal fixed 6 years OS X
Description
  • Connect to an ftp or sftp server by using FileZilla 3.30.0
  • Enter a remote directory and rename a file in that directory
  • End renaming operation by clicking outside of the file-name textbox
  • As a result, you won't be able to click on any file from that point forward or click on "..." to switch to another directory.
  • Refreshing file listview does not help. The only way to unfreeze file listview is to switch to another directory by using the remote site combobox other than closing the application and opening it back on.

It doesn't occur if you use Enter Key to finish renaming a file.

It doesn't occur if you click on rename but don't make any changes to file's name, and then click outside of the file-name textbox.

If you wish to see it, I've recorded my screen while following the steps mentioned above to reproduce the bug, and put it on YouTube. Here's the unlisted link of the video:

https://youtu.be/6nGvlrpZDvs

#11574 [AVAST] FileZilla 3.32.0 macosx-x86_setup_bundled (MacOS:InstallCore-EY [PUP) critical rejected 6 years OS X
Description

Hello, I tried to install the latest version of FileZilla from FileZilla_3.32.0_macosx-x86_setup_bundled but this time Avast threw a warning.

Could somebody advice is this is false or the repository been hacked?

#11575 Filezilla Pro Doesn't recognize any local folders or drives, Mac OS normal worksforme 6 years OS X
Description

Filezilla Pro has issues with locating the local drives and files. it only recognizes the download folder and lets you download files only there. The free Filezilla has no issues with that. Please help!

#11576 FileZilla Pro, has transfer problems to WebDav normal outdated 6 years OS X
Description

Hi Guys, I start having a weird problem uploading to webdav. It was working before but now when I upload folders it shows that it transfers/transfers is complete and not showing as failed/, but there is no folders nor files in the remote drive. At the same time if i manually make the folder on the remote drive and upload only files into it works just fine. I made a screen video to show you how it acts.

#11623 Client seems unaware that it has disconnected because of specified Idle Timeout (FileZilla_3.33.0_macosx-x86.app.tar.bz2) normal rejected 6 years OS X
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”

  • This timeout value is set in …. Edit > Settings > Connection > Timeout in seconds = 10 (10 sec for testing)
  • About 15 seconds after the last log message, I hit refresh…
  • I would expect the client would already knows it has idle-timeout disconnected at this point.

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.

#11641 Site Manager not showing on Mac OSX normal duplicate 6 years OS X
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.

#11643 downloading FileZilla onto my Mac--I get 'permission denied' and cannot access normal rejected 6 years OS X
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 normal rejected 6 years OS X
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

Dimensione: 8 KB (8.151 byte) Ultima modifica: 23/06/18, 07:51 Contenuto recente: Anonymous UUID: 34A6C72C-8B72-60A1-9124-DCD43FBF5512

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

Kernel Extensions in backtrace:

com.paragon-software.filesystems.ntfs(318.3.14)[F6A7BB1D-5A30-3EAA-9644-77F98E29F1AE]@0xffffff7f83e22000->0xffffff7f83e55fff

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

#11648 Too small list of FTP sites normal duplicate 6 years OS X
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.

#11661 Preferences windows uses full screen width when language is not english normal worksforme 6 years OS X
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

#11685 New version chrash at install high fixed 6 years OS X
Description

The app keep telling me there is a new version, when downloading and install my Imac (10.11.6) chrash every time. I want to disable new version or have a fixed version.

Attach chrash report

#11691 client crash on launch for mac high duplicate 6 years OS X
Description

Since the most recent update I've been unable to launch filezilla. I've even deleted the app and re-downloaded it from the website to be sure I'm using the latest version.

I hunted for files in Library to delete to have a completely fresh install but couldn't find any supporting files.

I've looked in Console and it's reporting the following lines which appear to be related to code used the launch the app:

31/07/2018 13:45:35.916 com.apple.xpc.launchd[1]: (com.apple.ReportCrash[4183]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash

31/07/2018 13:45:38.390 com.apple.xpc.launchd[1]: (org.filezilla-project.filezilla.40360[4181]) Service exited due to signal: Illegal instruction: 4

31/07/2018 13:45:38.695 ReportCrash[4183]: Saved crash report for filezilla[4181] version 3.35.1 (3.35.1) to /Users/steve/Library/Logs/DiagnosticReports/filezilla_2018-07-31-134538_Roberts-iMac.crash

#11692 FileZilla crash when open it blocker duplicate 6 years OS X
Description

When I open FileZilla it crash. I just have a menu with FileZilla, no submenu and nothing else. I have to force him to leave.

#11733 I accidentally deleted my dropbox , I need it back as soon as possible. Please help! This is urgent. normal rejected 6 years OS X
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.

#11750 Full directories delete: 451 Delete Failed with 3.37.0 (Pro so latest downloadable) high duplicate 6 years OS X
Description

With the version 3.37.0 of FileZilla Pro on Mac (3.37.1 doesn't exist yet on the store) it became impossible to recursively delete full directories on normal FTP servers. If I try to delete a full directory, no matter what's inside (1 file or 100), I get this error: "451 Delete operation failed (Fsys error=145, server error=1015)".

The issue is software related since with the previous version I could do it and with any other FTP clients (even on my mobile phone) I can perform the operation without any problems on the same tested servers.

Hope there is a solution or that my info can help.

Best Regards, Marco

#11754 Can not drag and drop more than 1 item after mojave update normal fixed 6 years OS X
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

#11755 Fix the broken UI in MacOS Mojave Dark UI high duplicate 6 years OS X
Description

There are quite a few issues when using the Dark UI on MacOS Mojave Dark UI.

The log has a black box background, and then the text is highlighted, looks terrible. But the biggest issue is you cannot read any of the dialogues that pop up.https://i.imgur.com/PYL6CwZ.png

#11758 Snarky Timeout message and Aborted Disconnect normal rejected 6 years OS X
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?

ECONNABORTED - Connection aborted

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

#11762 Cannot Drag Files From Filezilla Window to Taskbar and Have them Open normal duplicate 6 years OS X
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.

#11780 Filezilla 4 does not delete queue after transfer high rejected 6 years OS X
Description

{{{Plus, when you transfer/ copy another site from remote to local, the queue is exanded again, but not deleted after transfer.

}}}

#11799 FileZilla Client 3.38.1 Mac OSX low worksforme 5 years OS X
Description

Hi Guys,

When I download the latest release of FileZilla Client for Mac, I get an error message displaying that it is not supported on this type of mac and the file might be corrupted. I'm on macOS Mojave. Any idea why? It was displaying the same error message before I upgrade to Mojave. I use FileZilla most of my time so it is kind of critical for me not to have access to it atm..

Thanks and take care! :)

#11801 openstack swift login claims the identity server did not return a token normal fixed 5 years OS X
Description

I purchased Filezilla Pro so I could test out connectivity to our Openstack Swift storage ( we host three clusters around the world for our end users). I immediately run into an issue. We use Openstack Swift with the keystone identity service, with v2.0 being our standard identity protocol.

When I entered my project (aka tenent) and username and then hit connect, I got the following output:

00:47:34 Status: Resolving address of lax-staging.identity.example.com 00:47:34 Status: Connecting to 173.0.160.18:443... 00:47:34 Status: Connection established, initializing TLS... 00:47:34 Status: Verifying certificate... 00:47:34 Status: TLS connection established, sending HTTP request 00:47:35 Status: Resolving address of lax-staging.identity.example.com 00:47:35 Status: Connecting to x.x.x.x:443... 00:47:35 Status: Connection established, initializing TLS... 00:47:35 Status: Verifying certificate... 00:47:35 Status: TLS connection established, sending HTTP request 00:47:35 Command: POST /v2.0/tokens HTTP/1.1 00:47:35 Command: Connection: close 00:47:35 Command: Content-Length: 110 00:47:35 Command: Content-Type: application/json 00:47:35 Command: Host: lax-staging.identity.example.com:443 00:47:35 Command: User-Agent: FileZilla/3.38.1 00:47:35 Response: HTTP/1.1 200 OK 00:47:35 Response: Server: nginx/1.10.3 (Ubuntu) 00:47:35 Response: Date: Tue, 20 Nov 2018 08:47:35 GMT 00:47:35 Response: Content-Type: application/json 00:47:35 Response: Content-Length: 1508 00:47:35 Response: Connection: close 00:47:35 Response: Vary: X-Auth-Token 00:47:35 Response: X-Distribution: Ubuntu 00:47:35 Response: x-openstack-request-id: req-f760215c-4537-4ea8-8b17-05aca427fc 00:47:35 Error: Identity service did not return an auth token

If I typo the API KEY ( aka password) , I get 401. With all correct details, I get 200 OK as above, but it claims not to have a token, but it is returned. I've used Wireshark with the SSL decryption to confirm this.

The following JSON response was sent to Filezilla (I have changed the values but none of the keys ):

{"access": {"token": {"issued_at": "2018-11-20T08:28:45.000000Z", "expires": "2018-11-20T09:28:45.000000Z", "id": “blahbljbkgjbaekjrbgklaebgkjebgkjerbgejrkbgjkebgejkbg", "tenant": {"description": null, "enabled": true, "id": "6a4d4ca0536240a1b982391c88f0ec68", "name": “example"}, "audit_ids": [“Yrad3a_yx1e3l34"]}, "serviceCatalog": [{"endpoints": [{"adminURL": "https://lax-proxy-staging.example.com", "region": "LAX", "internalURL": "https://lax-proxy-staging.example.com/v1/AUTH_6a4d4ca0536240a1b982391c88f0ec68", "id": "ccb6cd9aba0f452db42b3d4f4a2c049e", "publicURL": "https://lax-proxy-staging.example.com/v1/AUTH_b4e0f1ca0536240a1b982398"}], "endpoints_links": [], "type": "object-store", "name": "swift"}, {"endpoints": [{"adminURL": "https://lax-staging.identity.example.com:35357/v2.0/", "region": "LAX", "internalURL": "https://lax-staging.identity.example.com/v2.0/", "id": "4213934b23294a96b2b8c553dcf00551", "publicURL": "https://lax-staging.identity.example.com/v2.0/"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": “david", "roles_links": [], "id": "4fae2db21d492881a68e4fe", "roles": [{"name": "_member_"}, {"name": "SwiftOperator"}], "name": “david"}, "metadata": {"is_admin": 0, "roles": ["9fe2ff9ee4384b1894a90878", "f3cdc7048c9945c56e108372"]}}}

'access' => 'tokens' => 'id' is the path to the valid token that would be accepted by swift for future requests ( as X-Auth-Token).

#11820 Datei im FZ-Fenster "Lokal" wird nicht aktualisiert normal worksforme 5 years OS X
Description

Auf dem Rechner geänderte Dateien werden im FZ-Fenster "Lokal" nicht aktualisiert.

#11825 FileZilla doesn't show up on the MacOS App Switcher normal worksforme 5 years OS X
Description

I use the app switcher (CMD+Tab) to switch between applications on MacOS. However, I've noticed recently that FileZilla no longer shows up on the list of running applications on the app switcher.

This means I have to have it visible, so that I can click in the app, or I have to click on the app in the task bar so that I can find it again.

#11834 Local directories and files do not display. high worksforme 5 years OS X
Description

I'm using the Apple Store 'FileZilla Pro' version.

Most local directories and files are not displaying in the window. However the Downloads directory works. Is this some sort of file permissions issue?

This is a fresh install on a new machine. I imported my Site Manager accounts and preferences from the previous machine (which ran the same version of FileZilla Client and Mac OS).

#11866 Program crashes on queue transfer completion normal fixed 5 years OS X
Description

Error Program opens and connects to a remote Linux server successfully using SFTP on custom SSH port. Files dragged to destination and upon successful transfer of the entire queue the program immediately closes. No error messages in log file even in full debug mode. The program then has to be reopened to do more transfers.

#11877 When deleting a folder named '~', it starts to delete the whole home folder normal rejected 5 years OS X
Description

I was deleting an empty folder called ~ through FileZilla.

However, I started to notice that it was taking way too long to delete 8KB. When I looked at the logs, I saw that it was deleting all files in /home/<user>/... instead o /home/<user>/<path>/~.

Sadly, the damage had been done. I'm filling this bug report so this may not happen to anyone else.

I almost did this myself in the console, before I realized I had to use ./~ instead of ~. I'm not sure how FTP works overall, but a possible fix may be to always include ./ or the full path... no idea though.

#11908 Cannot use FileZilla Client 3.42.0 on macOS 10.13.6 high fixed 5 years OS X
Description

After upgrade from a previous version of Filezilla, upon opening the application an error message as follows appears:

"You can't use this version of the application 'FileZilla' with this version of macOS. You have macOS 10.13.6. The application requires macOS 10.14 or later."

In the Applications directory, the app symbol is shown with a semi-transparent crossed out symbol indicating that it cannot be used.

#11917 FileZilla 3.42.1 doesn't work with MacOS 10.13.6. normal fixed 5 years OS X
Description

I upgraded from 3.42.0 to 3.42.1 using FileZilla_3.42.1_macosx-x86_sponsored-setup.dmg and get the error that FileZilla 3.42.1 doesn't work with MacOS 10.13.6, required 10.14 or later. I'm using 10.13.6; 3.42.0 worked fine. The downloads page says "Requires OS X 10.9 or newer", https://filezilla-project.org/download.php?type=client. The release notes for 3.42.1 says it fixed a bug about compatibility with 10.13. However, the fix apparently made it impossible to work with 10.13. Does FileZilla no longer work with Mac OS X 10.13.6, or is a bug fix in the offing?

#11922 Issues loading directories in Filezilla Pro 3.42.1 mac normal worksforme 5 years OS X
Description

when trying to open any other directory other than desktop in filezilla pro for mac version 3.42.1.

when trying to load something like the download folder i can't even see anything in my parent folder. i have tried to locate the folder my manually typing in /Users/*NAME*/Download/ or /Users/cadetbester/Music/ both of which do not show the files that should be there.

#11955 For s3 connection, FZ ignores "host:" configuration box so impossible to connect to local s3 server (min.io) normal worksforme 5 years OS X
Description

I am running a local min.io s3 server on my local network and FileZilla Pro can not connect to it.

I set the hostname to my min.io s3 server network IP address but I can see in the access logs that FZ ignores my host entry and simply uses an Amazon address instead which of course fails.

The host IP address is entered in the "Host:" box as 192.168.0.43 and Port: 9000 however FZ Pro shows that it is trying to access a different server: Retrieving directory listing... Status: Resolving address of s3.dualstack.us-east-1.amazonaws.com Status: Connecting to 52.216.9.37:9000... Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing ... so it looks like it has used my port number but ignored my host IP address and used something from AWS or something internal instead. This seems to be a bug because it is entirely reasonable to expect "Host:" to allow me to connect to a s3 server at my own IP address.

My app and mac details are: FileZilla Pro


Version: 3.43.0

Build information:

Compiled for: x86_64-apple-darwin18.6.0 Compiled on: x86_64-apple-darwin18.6.0 Build date: 2019-06-27 Compiled with: Apple LLVM version 10.0.1 (clang-1001.0.46.4) Compiler flags: -Werror=partial-availability -Wall -g

Linked against:

wxWidgets: 3.0.5 SQLite: 3.26.0 GnuTLS: 3.6.7

Operating system:

Name: Mac OS X (Darwin 18.6.0 x86_64) Version: 10.14 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: /Users/richardj/.config/filezilla/

#11982 Can't using copy/paste shortcut key on FileZilla Client for Mac normal duplicate 5 years OS X
Description

After updated to client version 3.44.2, the usage of copy and paste using <CMD>+<C> and <CMD>+<V> is not possible.

#11995 fzsftp could not be started high invalid 5 years OS X
Description

Got new MacBook Pro and installed latest version 3.44.2. Filezilla worked on my older Macbook Air. Getting "fzsftp could not be started" when I try and connect. I have all the same software I had on my old machine so I am not sure why I cannot connect. I have downloaded a few other FTP clients and they all work but Filezilla. Any help would be appreciated.

#12060 Google - Drive Sign in with Google temporarily disabled for this app normal duplicate 4 years OS X
Description

When trying to log into my GoogleDrive Account I get the following error message:

"Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In."

Info: FileZilla Pro


Version: 3.46.0

Build information:

Compiled for: x86_64-apple-darwin19.0.0 Compiled on: x86_64-apple-darwin19.0.0 Build date: 2019-12-02 Compiled with: Apple clang version 11.0.0 (clang-1100.0.33.12) Compiler flags: -Werror=partial-availability -Wall -g

Linked against:

wxWidgets: 3.0.5 SQLite: 3.26.0 GnuTLS: 3.6.7

Operating system:

Name: Mac OS X (Darwin 18.7.0 x86_64) Version: 10.14 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: /Users/denis/Library/Containers/org.filezilla-project.filezilla.sandbox/Data/.config/filezilla/

#12071 moving files on server results in "no such file or directory" normal duplicate 4 years OS X
Description

When moving a file from one directory to another on any server I try results in an error.: Befehl: mv "FG10_PK_mGS_mNW_20191231_20191216065624.xml" "/home/tri-sftpuser/files/htdocs/datenhandling/uploads/FG10_PK_mGS_mNW_20191231_20191216065624.xml" Fehler: mv FG10_PK_mGS_mNW_20191231_20191216065624.xml /home/tri-sftpuser/files/htdocs/datenhandling/uploads/FG10_PK_mGS_mNW_20191231_20191216065624.xml: no such file or directory

The same command works fine in the previous version of FileZille I am still using.

#12091 ECONNRESET error on connection attempts via ATT Fixed Wireless normal worksforme 4 years OS X
Description

I recently had ATT install their "Fixed Wireless" service for Internet at my house. The ATT Fixed Wireless system uses an antenna on the roof to receive signal from the ATT cellular network to deliver Internet via a wire to a new router they installed the home. It is NOT a "hotspot." Anyway, after it was installed, I found I could no longer use FileZilla to connect via secure FTP to my server (I previously never had any trouble). Fortunately, I had not yet disconnected the previous Internet connection, so I switched to that router and was able to connect as I had previously.

I called ATT Fixed Wireless for some help and, although I ended up getting disconnected before I was connected to tech support, the "receptionist" opined that the issue could be related to lack of support for "port forwarding" in their ATT Fixed Wireless service. I do not have sufficient knowledge to know if that is the issue, but mention it in case there is any relevance.

The settings that I have always used for this server are:

Protocol: FTP - File Transfer Protocol Host: ecbiz198.inmotionhosting.co Port: (blank) Encryption: Use explicit FTP over TLS is available Logon: Normal

Here is the dialog text for FAILURE TO CONNECT using ATT Fixed Wireless:


Status: Resolving address of ecbiz198.inmotionhosting.com Status: Connecting to 104.193.142.7:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 5 of 150 allowed. Response: 220-Local time is now 04:49. 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 30 minutes of inactivity. Command: AUTH TLS Response: 502 AUTH TLS OK. Command: AUTH SSL Error: Could not read from socket: ECONNRESET - Connection reset by peer Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ecbiz198.inmotionhosting.com Status: Connecting to 104.193.142.7:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 5 of 150 allowed. Response: 220-Local time is now 04:49. 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 30 minutes of inactivity. Command: AUTH TLS Response: 502 AUTH TLS OK. Command: AUTH SSL Error: Could not read from socket: ECONNRESET - Connection reset by peer Error: Could not connect to server


Here is the dialog text for SUCCESSFUL CONNECTION using DSL:


Status: Resolving address of ecbiz198.inmotionhosting.com Status: Connecting to 209.182.196.149:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing... Status: Directory listing of "/" successful


I tried the two other "secure" protocols available in FileZilla (using the ATT Fixed Wireless network) and the result was the same unsuccessful connection attempt. Then I tried the standard unencrypted FTP over Port 21 and that worked fine (e.g. the ATT Fixed Wireless successfully connected me to my server using vanilla FTP, but would not work with any secure method).

I did not try SFTP because I have never been successful in getting that set up on the server or client side.

It is hard to believe this is not something I can resolve with a tweak to an existing setting (which I do not know about), but if not, it seems to me that is is going to prevent me from using FileZilla and I certainly hope that is not the outcome, because the ATT Fixed Wireless connection is 20 times faster than my now-disconnected DSL.

#12100 FileZilla crashes on launch and newest version can't be opened normal worksforme 4 years OS X
Description

FileZilla 3.45.1 was the only version I could start on my Mac, but now it crashes on launch. At the bottom of the message there is the report. All other newer versions, after installation, return the message "The application could not be opened"

Crash Report Process: filezilla [2641] Path: /Users/USER/Desktop/FileZilla.app/Contents/MacOS/filezilla Identifier: org.filezilla-project.filezilla Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: filezilla [2641] User ID: 501

Date/Time: 2020-01-30 09:59:52.787 +0100 OS Version: Mac OS X 10.14.6 (18G2022) Report Version: 12 Anonymous UUID: 01707240-4EEC-3652-E2D3-4CF3A5C4FA75

Time Awake Since Boot: 1200 seconds

System Integrity Protection: enabled

Crashed Thread: 0

Exception Type: EXC_CRASH (Code Signature Invalid) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace CODESIGNING, Code 0x1

kernel messages:

VM Regions Near 0 (cr2): -->

TEXT 0000000105cd8000-00000001067c9000 [ 10.9M] r-x/rwx SM=COW

Thread 0 Crashed: 0 0x000000010e54c000 _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x0000000000000000 rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x0000000000000000 rsp: 0x00007ffee9f27bc8

r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000000000000

r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 rip: 0x000000010e54c000 rfl: 0x0000000000000200 cr2: 0x0000000000000000

Logical CPU: 0 Error Code: 0x00000000 Trap Number: 0

Binary Images:

0x105cd8000 - 0x1067c8ff7 + (0) <2AA5D23A-5618-3011-9FE0-EB563ED44B45> 0x10e54b000 - 0x10e5b570f + (655.1.1) <B3D9DDCB-5AA7-3674-9608-16B5AA4AA494>

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 0 thread_create: 0 thread_set_state: 0

Calls made by this process:

task_for_pid: 0 thread_create: 0 thread_set_state: 0

Calls made by all processes on this machine:

task_for_pid: 489 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=13.9M resident=0K(0%) swapped_out_or_unallocated=13.9M(100%) Writable regions: Total=8500K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8500K(100%)

VIRTUAL REGION

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= STACK GUARD 56.0M 1 Stack 8192K 1 DATA 1016K 4 LINKEDIT 2556K 2 TEXT 11.4M 2 shared memory 8K 2 =========== ======= ======= TOTAL 78.9M 12

Model: iMac18,3, BootROM 179.0.0.0.0, 4 processors, Intel Core i5, 3,8 GHz, 16 GB, SMC 2.41f1 Graphics: kHW_AMDRadeonPro580Item, Radeon Pro 580, spdisplays_pcie_device, 8 GB Memory Module: BANK 0/DIMM0, 8 GB, DDR4, 2400 MHz, 0x80AD, 0x484D413831475336414652384E2D554820202020 Memory Module: BANK 1/DIMM0, 8 GB, DDR4, 2400 MHz, 0x80AD, 0x484D413831475336414652384E2D554820202020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x16F), Broadcom BCM43xx 1.0 (7.77.61.3 AirPortDriverBrcmNIC-1305.9) Bluetooth: Version 6.0.14d3, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: APPLE HDD ST3000DM001, 3 TB USB Device: USB 3.0 Bus USB Device: External USB 3.0 USB Device: My Book 1234 USB Device: M3 Portable USB Device: Bluetooth USB Host Controller USB Device: FaceTime HD Camera (Built-in) Thunderbolt Bus: iMac, Apple Inc., 41.1

#12122 Unable to download high rejected 4 years OS X
Description

Until a couple of days ago I was able to upload and download files without any issues. The day before yesterday, FileZilla Pro simply could not download any files from the servers I usually work with. It started showing “Fail to open …”, “File Transfer failed…”, etc. messages. I bought FillaZilla Pro from the App Store and I noticed that I was working with version 3.46.3, (the only version currently available at the App Store). After noticing that I went to the FileZilla site and downloaded version 3.47.1 and all the issues were resolved, I was able to upload and download without any problems. After 48 hours of using version 3.47.1 the application simply “disappeared”, (there was a big translucent “?” superimposed over the FileZilla icon), and that version of the application was not operational anymore. I am assuming that has to do with some type of “payment” issue, (buying the application from the developer’s site and not a third party distributor like Apple), so I went back to the App Store, I downloaded their version and the “File Transfer failed…” problem instantly came back. Is there a way to authorize the latest version of FileZille Pro, (downloaded from the FileZilla website), and continue to use it normally? How can I solve this problem since the App Store does not have the current version and it is almost impossible to contact them? I really need to fix this issue because my work involves uploading and downloading files from FTP servers on a daily basis.

#12132 Server side panel problem normal worksforme 4 years OS X
Description

The top folder pane is nearly unusable on Mac OS Catalina. When trying to navigate it shows empty folders on top in the tree view. Responses to clicking folders are erratic.

The only way to navigate now is to use the lower files/folders tree view.

#12141 filezilla site manager synchronization problem high fixed 4 years OS X
Description

hi.

There is no problem with Google Drive FTP. Connecting. However, I cannot make transactions with Google Drive or Dropbox in "filezilla site manager synchronization". As you can see in the video, it makes you wait for minutes.

What should I do to back up my sites to Google Drive?

FileZilla Pro


Version: 3.47.2.1

Build information:

Compiled for: x86_64-apple-darwin19.3.0 Compiled on: x86_64-apple-darwin19.3.0 Build date: 2020-03-18 Compiled with: Apple clang version 11.0.0 (clang-1100.0.33.17) Compiler flags: -Werror=partial-availability -Wall -g

Linked against:

wxWidgets: 3.0.5 SQLite: 3.31.1 GnuTLS: 3.6.12

Operating system:

Name: Mac OS X (Darwin 19.4.0 x86_64) Version: 10.15 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: /Users/barisyilmaz/Library/Containers/org.filezilla-project.filezilla.sandbox/Data/.config/filezilla/

#12148 Mac OS Catalina 10.15.4 Warning popup on running FileZilla App normal worksforme 4 years OS X
Description

On clicking FileZilla app Mac OS Malware popup warning states "FileZilla.app will damage your computer. You should move it to the trash." Checkbox is checked "Report malware to Apple to protect other users." The popup offers choice of moving to trash or cancel.

This is new since the most recent MacOs update to 10.15.4

The app is not usable.

#12167 The Associated Command Failed normal fixed 4 years OS X
Description

Whenever I right click and choose "Edit" menu for a file, for instance a txt file, although the file will open up in my Macbook Textedit app as usual, an error message following will popup says "Opening Failed.... 'file path' could not be opened: The Associated Command Failed".

File extension included txt php htm html etc.. Although I didn't setup any filetype association under the setting menu, it shouldn't behave like that. Also the filetype association command is not working too I had tried. It only happens in this latest app version for Mac.

#12222 MacOS select associating edit client cause crash critical fixed 4 years OS X
Description

When select any associating edit client(sublime text,ultra edit or any other client),the filezilla client always crash. here is crash detail:

Process: filezilla [3301] Path: /Applications/FileZilla.app/Contents/MacOS/filezilla Identifier: org.filezilla-project.filezilla Version: 3.49.1 (3.49.1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: filezilla [3301] User ID: 503

Date/Time: 2020-07-20 13:06:06.203 +0800 OS Version: Mac OS X 10.15.4 (19E287) Report Version: 12 Anonymous UUID: AE5ABE47-6F3E-A103-F814-AD8AD782E4A0

Time Awake Since Boot: 8500 seconds

System Integrity Protection: disabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [3301]

VM Regions Near 0: --> TEXT 000000010bf3d000-000000010cada000 [ 11.6M] r-x/r-x SM=COW /Applications/FileZilla.app/Contents/MacOS/filezilla

Application Specific Information: Performing @selector(controlAction:) from sender wxNSButton 0x7fae13ebd610

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.filezilla-project.filezilla 0x000000010bfeac2b 0x10bf3d000 + 711723 1 org.filezilla-project.filezilla 0x000000010bffcefc 0x10bf3d000 + 786172 2 org.filezilla-project.filezilla 0x000000010bffcded 0x10bf3d000 + 785901 3 org.filezilla-project.filezilla 0x000000010c95c952 0x10bf3d000 + 10615122 4 org.filezilla-project.filezilla 0x000000010c95c6cb 0x10bf3d000 + 10614475 5 org.filezilla-project.filezilla 0x000000010c95c5e0 0x10bf3d000 + 10614240 6 org.filezilla-project.filezilla 0x000000010c95c98c 0x10bf3d000 + 10615180 7 org.filezilla-project.filezilla 0x000000010c77b95e 0x10bf3d000 + 8644958 8 com.apple.AppKit 0x00007fff33a37437 -[NSApplication(NSResponder) sendAction:to:from:] + 299 9 com.apple.AppKit 0x00007fff33a372d2 -[NSControl sendAction:to:] + 86 10 com.apple.AppKit 0x00007fff33a37204 26-[NSCell _sendActionFrom:]_block_invoke + 136 11 com.apple.AppKit 0x00007fff33a37106 -[NSCell _sendActionFrom:] + 171 12 com.apple.AppKit 0x00007fff33a3704d -[NSButtonCell _sendActionFrom:] + 96 13 com.apple.AppKit 0x00007fff33a3332b NSControlTrackMouse + 1745 14 com.apple.AppKit 0x00007fff33a32c32 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 130 15 com.apple.AppKit 0x00007fff33a32af1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 691 16 com.apple.AppKit 0x00007fff33a31e6d -[NSControl mouseDown:] + 748 17 org.filezilla-project.filezilla 0x000000010c7e34ee 0x10bf3d000 + 9069806 18 com.apple.AppKit 0x00007fff33a30280 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 4914 19 com.apple.AppKit 0x00007fff3399aa81 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2612 20 com.apple.AppKit 0x00007fff33999e29 -[NSWindow(NSEventRouting) sendEvent:] + 349 21 org.filezilla-project.filezilla 0x000000010c7d420b 0x10bf3d000 + 9007627 22 com.apple.AppKit 0x00007fff339981b4 -[NSApplication(NSEvent) sendEvent:] + 352 23 org.filezilla-project.filezilla 0x000000010c75e432 0x10bf3d000 + 8524850 24 com.apple.AppKit 0x00007fff33af5b0b -[NSApplication _doModalLoop:peek:] + 388 25 com.apple.AppKit 0x00007fff33c87fac 33-[NSApplication runModalSession:]_block_invoke_2 + 69 26 com.apple.AppKit 0x00007fff33c87f54 33-[NSApplication runModalSession:]_block_invoke + 78 27 com.apple.AppKit 0x00007fff33af4094 _NSTryRunModal + 100 28 com.apple.AppKit 0x00007fff33c87e4f -[NSApplication runModalSession:] + 128 29 org.filezilla-project.filezilla 0x000000010c7c9a20 0x10bf3d000 + 8964640 30 org.filezilla-project.filezilla 0x000000010c942533 0x10bf3d000 + 10507571 31 org.filezilla-project.filezilla 0x000000010c9425d6 0x10bf3d000 + 10507734 32 org.filezilla-project.filezilla 0x000000010c7ca08d 0x10bf3d000 + 8966285 33 org.filezilla-project.filezilla 0x000000010c94268d 0x10bf3d000 + 10507917 34 org.filezilla-project.filezilla 0x000000010c8d5305 0x10bf3d000 + 10060549 35 org.filezilla-project.filezilla 0x000000010c760bbf 0x10bf3d000 + 8534975 36 org.filezilla-project.filezilla 0x000000010bfc14ff 0x10bf3d000 + 541951 37 org.filezilla-project.filezilla 0x000000010bfe5051 0x10bf3d000 + 688209 38 org.filezilla-project.filezilla 0x000000010bfe22b3 0x10bf3d000 + 676531 39 org.filezilla-project.filezilla 0x000000010bfdfad6 0x10bf3d000 + 666326 40 org.filezilla-project.filezilla 0x000000010c2303a7 0x10bf3d000 + 3093415 41 org.filezilla-project.filezilla 0x000000010c95b93f 0x10bf3d000 + 10611007 42 org.filezilla-project.filezilla 0x000000010c95c6ea 0x10bf3d000 + 10614506 43 org.filezilla-project.filezilla 0x000000010c95c5e0 0x10bf3d000 + 10614240 44 org.filezilla-project.filezilla 0x000000010c891372 0x10bf3d000 + 9782130 45 org.filezilla-project.filezilla 0x000000010c95c98c 0x10bf3d000 + 10615180 46 org.filezilla-project.filezilla 0x000000010c84b746 0x10bf3d000 + 9496390 47 org.filezilla-project.filezilla 0x000000010c782fc9 0x10bf3d000 + 8675273 48 com.apple.AppKit 0x00007fff33a37437 -[NSApplication(NSResponder) sendAction:to:from:] + 299 49 com.apple.AppKit 0x00007fff33b47aee -[NSMenuItem _corePerformAction] + 312 50 com.apple.AppKit 0x00007fff33b4786a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 106 51 com.apple.AppKit 0x00007fff33b983e8 -[NSMenu performActionForItemAtIndex:] + 114 52 com.apple.AppKit 0x00007fff33b9836d -[NSMenu _internalPerformActionForItemAtIndex:] + 82 53 com.apple.AppKit 0x00007fff33b981b7 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 101 54 com.apple.AppKit 0x00007fff33b288f8 NSSLMMenuEventHandler + 908 55 com.apple.HIToolbox 0x00007fff351828ff DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1254 56 com.apple.HIToolbox 0x00007fff35181d8d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 329 57 com.apple.HIToolbox 0x00007fff3519747e SendEventToEventTarget + 39 58 com.apple.HIToolbox 0x00007fff351f740b SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef) + 368 59 com.apple.HIToolbox 0x00007fff3521e065 SendMenuCommandWithContextAndModifiers + 45 60 com.apple.HIToolbox 0x00007fff3521e00d SendMenuItemSelectedEvent + 346 61 com.apple.HIToolbox 0x00007fff3521de59 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96 62 com.apple.HIToolbox 0x00007fff353288c2 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, CFDictionary const*, CFString const*, OpaqueMenuRef, unsigned short*) + 1615 63 com.apple.HIToolbox 0x00007fff35327db6 _HandlePopUpMenuSelection8(OpaqueMenuRef*, OpaqueEventRef*, unsigned int, Point, unsigned short, unsigned int, unsigned int, Rect const*, unsigned short, Rect const*, Rect const*, CFDictionary const*, CFString const*, OpaqueMenuRef, unsigned short*) + 410 64 com.apple.HIToolbox 0x00007fff351ff2b5 _HandlePopUpMenuSelectionWithDictionary + 329 65 com.apple.AppKit 0x00007fff33cea96d SLMPerformPopUpCarbonMenu + 1611 66 com.apple.AppKit 0x00007fff33b90f48 _NSSLMPopUpCarbonMenu3 + 782 67 com.apple.AppKit 0x00007fff33b90b94 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOptions:] + 439 68 com.apple.AppKit 0x00007fff33bca117 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 604 69 org.filezilla-project.filezilla 0x000000010c7d07ad 0x10bf3d000 + 8992685 70 org.filezilla-project.filezilla 0x000000010c769e27 0x10bf3d000 + 8572455 71 org.filezilla-project.filezilla 0x000000010c8742e3 0x10bf3d000 + 9663203 72 org.filezilla-project.filezilla 0x000000010bfa91de wxWindowBase::PopupMenu(wxMenu*, wxPoint const&) + 46 73 org.filezilla-project.filezilla 0x000000010c22d1c5 0x10bf3d000 + 3080645 74 org.filezilla-project.filezilla 0x000000010c95b93f 0x10bf3d000 + 10611007 75 org.filezilla-project.filezilla 0x000000010c95c6ea 0x10bf3d000 + 10614506 76 org.filezilla-project.filezilla 0x000000010c95c5e0 0x10bf3d000 + 10614240 77 org.filezilla-project.filezilla 0x000000010c891372 0x10bf3d000 + 9782130 78 org.filezilla-project.filezilla 0x000000010c95c98c 0x10bf3d000 + 10615180 79 org.filezilla-project.filezilla 0x000000010c767175 0x10bf3d000 + 8561013 80 org.filezilla-project.filezilla 0x000000010c95b93f 0x10bf3d000 + 10611007 81 org.filezilla-project.filezilla 0x000000010c95c6ea 0x10bf3d000 + 10614506 82 org.filezilla-project.filezilla 0x000000010c95c5e0 0x10bf3d000 + 10614240 83 org.filezilla-project.filezilla 0x000000010c891372 0x10bf3d000 + 9782130 84 org.filezilla-project.filezilla 0x000000010c7b3636 0x10bf3d000 + 8873526 85 org.filezilla-project.filezilla 0x000000010c95b93f 0x10bf3d000 + 10611007 86 org.filezilla-project.filezilla 0x000000010c95c6ea 0x10bf3d000 + 10614506 87 org.filezilla-project.filezilla 0x000000010c95c5e0 0x10bf3d000 + 10614240 88 org.filezilla-project.filezilla 0x000000010c95c98c 0x10bf3d000 + 10615180 89 org.filezilla-project.filezilla 0x000000010c7e708d 0x10bf3d000 + 9085069 90 org.filezilla-project.filezilla 0x000000010c7e3497 0x10bf3d000 + 9069719 91 com.apple.AppKit 0x00007fff3399b9bd -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 6512 92 com.apple.AppKit 0x00007fff33999e29 -[NSWindow(NSEventRouting) sendEvent:] + 349 93 org.filezilla-project.filezilla 0x000000010c7d3dcb 0x10bf3d000 + 9006539 94 com.apple.AppKit 0x00007fff33998b1b -[NSApplication(NSEvent) sendEvent:] + 2759 95 org.filezilla-project.filezilla 0x000000010c75e432 0x10bf3d000 + 8524850 96 com.apple.AppKit 0x00007fff337e521f -[NSApplication run] + 707 97 org.filezilla-project.filezilla 0x000000010c7c9c0a 0x10bf3d000 + 8965130 98 org.filezilla-project.filezilla 0x000000010c94268d 0x10bf3d000 + 10507917 99 org.filezilla-project.filezilla 0x000000010c8d5305 0x10bf3d000 + 10060549 100 org.filezilla-project.filezilla 0x000000010c8ac514 0x10bf3d000 + 9893140 101 org.filezilla-project.filezilla 0x000000010c79306a 0x10bf3d000 + 8740970 102 org.filezilla-project.filezilla 0x000000010c8fc89a 0x10bf3d000 + 10221722 103 org.filezilla-project.filezilla 0x000000010c0123c3 0x10bf3d000 + 873411 104 libdyld.dylib 0x00007fff704becc9 start + 1

#12244 Access denied to local drive low worksforme 4 years OS X
Description

Received "You do not have permission to list this directory" when in fact Filezilla Client was given Full Disk Access and Full Folder Access in the Preferences.

#12321 textedit.app normal worksforme 4 years OS X
Description

Hello,

I am trying to edit a file but I get this message :

The 'functions.php' cannot be opened. The associated program ('Applications/TextEdit.app' %f) could not be found. Please check your file type associations.

I've never had a problem with earlier versions. And I have TextEdit.app installed and working. I am trying to finish a setup for a website launch on Wednesday, so please help me with this.

#12354 SFTP not working high fixed 3 years OS X
Description

When I try to connect to any SFTP server I get an error "fzsftp could not be started". Interestingly if I switch to Czech language I get an "fzputtygen could not be started" error (of course translated). It happens since 3.52.0 version. Version 3.51.0 works. My guess would be that the double slash in path to fzsftp is causing the problem

#12358 FileZilla 3.52.0.2 does not compile on macOS earlier than 11.0 high worksforme 3 years OS X
Description

I'm maintaining FileZilla at MacPorts and run into the following when compiling:

:info:build toolbar.mm:9:8: warning: instance method '-setToolbarStyle:' not found (return type defaults to 'id') [-Wobjc-method-access]
:info:build                 [tlw setToolbarStyle:NSWindowToolbarStyleExpanded];
:info:build                      ^~~~~~~~~~~~~~~
:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:185:12: note: receiver is instance of class declared here
:info:build @interface NSWindow : NSResponder <NSAnimatablePropertyContainer, NSMenuItemValidation, NSUserInterfaceValidations, NSUserInterfaceItemIdentification, NSAppearanceCustomization, NSAccessibilityElement, NSAc
cessibility>
:info:build            ^
:info:build toolbar.mm:9:24: error: use of undeclared identifier 'NSWindowToolbarStyleExpanded'
:info:build                 [tlw setToolbarStyle:NSWindowToolbarStyleExpanded];
:info:build                                      ^
:info:build 2 warnings generated.
:info:build mv -f settings/.deps/filezilla-optionspage.Tpo settings/.deps/filezilla-optionspage.Po
:info:build 1 warning and 1 error generated.
:info:build make[4]: *** [libfzmac_a-toolbar.o] Error 1

3.51 compiled just fine and it seem the change in toolbar.mm is causing this because you use setToolbarStyle:NSWindowToolbarStyleExpanded, which is only available from macOS 11.0 onwards, see https://developer.apple.com/documentation/appkit/nswindowtoolbarstyle/nswindowtoolbarstyleexpanded?language=objc

#12359 Error Mac FileZilla 3.52.0.3 critical fixed 3 years OS X
Description

Error Al descargar archivos de ftp Los asteriscos * lo he cambiado manualmente ya que es un proyecto privado

cd "/var/www/vhosts/*.com/httpdocs/0_*.1/update" Respuesta: New directory is: "/var/www/vhosts/*.com/httpdocs/0_*.1/update" Comando: get "update.php" "/Users/imac_fer/Desktop/vertary/0_*.1/update/update.php" Error: Could not allocate memory to open '/Users/imac_fer/Desktop/vertary/0_*.1/update/update.php' for writing. Error: local: unable to open /Users/imac_fer/Desktop/vertary/0_*.1/update/update.php Error: Error crítico de transferencia de archivo


FileZilla Client


Version: 3.52.0.3

Build information:

Compiled for: x86_64-apple-darwin20.2.0 Compiled on: x86_64-apple-darwin20.2.0 Build date: 2021-01-06 Compiled with: Apple clang version 12.0.0 (clang-1200.0.32.28) Compiler flags: -Werror=partial-availability -Wall -g

Linked against:

wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.15

Operating system:

Name: Mac OS X (Darwin 19.6.0 x86_64) Version: 10.15 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 lm Settings dir: /Users/imac_fer/.config/filezilla/

#12376 Latest FileZilla Pro 3.52.2 crashing new critical outdated 3 years OS X
Description

The new 3.52.2 version is crashing when uploading to dropbox. I never had any problems with 3.51 and have uploaded over 2TB of Data with no problems. The new version randomly crashes at different times. I've also tried reinstalling. Is there any chance you can send me a link to download the older FileZilla Pro 3.51 again until there's a fix?

#12379 Concurrent Transfers Crashing My Machine normal rejected 3 years OS X
Description

Hi,

Ever since I updated to 3.52.x I noticed that my usual concurrent file transfers crash (reboot) my 2019 Macbook Air. This happens around 6-7 times out of 10. I usually d/load large file archives using 3 concurrent transfers. Other usage during file transfers is minimal, as I usually leave it running overnight. This never used to be an issue < 3.52.x and I have downloaded a trial version of Transit to confirm that indeed it does not happen with that software. What is immediately noticeable is that transferring files with 3.52.x, the fans of my machine start blowing a few minutes into the transfer, and don't stop until the transfer is done. I will downgrade to 3.51.x as a temporary measure.

Please let me know if I need to do anything to provide more information.

Thanks, Anthony

#12387 Directory comparison - Different files with same size low rejected 3 years OS X
Description

When

  • server contains a file with contents "abc"
  • client contains a file with contents "bac"
  • files have the same size
  • files have same date
  • files have different time

Then

  • the directory comparison view shows no difference (no colored line).
#12392 FZ 3.52.2 fails at end of any transfer on Mac OS 11.2.2 Big Sur normal invalid 3 years OS X
Description

FZ fails at end of transfer on Mac OS 11.2.2

#12395 FZ 3.52.2 on Big Sur 11.2.2 UI/panels disappears after all files have transferred high fixed 3 years OS X
Description

FZ will transfer all files but at the end the UI just drops out. I wish there would be a way to provide more details over and above what the "FileZilla.log" in "debug" mode can provide?

#12398 too many connections (several dozens up to some hundreds) with settings max connections = 1 normal rejected 3 years OS X
Description

FileZilla Client 3.53.0 (macOS 10.13.6) cable internet (200 MBit/s)

Settings -> Transfers:

  • max simultaneous transfers: 1
  • limit for concurrent downloads: 1
  • limit for concurrent uploads: 1

Site Manager -> Transfer Settings:

  • maximum number of connections: 1

With these settings (see screenshots attached) I would expect, that only one connection is being used. Other than that (depending on how much files I transfer, lets say 1000) FileZilla creates during the FTPS transfer several dozens (up to some hundreds) connections to the server until I got blocked by the servers firewall.

Is this a bug or a feature? ;-)

Settings Site Manager

#12420 ERROR Full Screen MAC low invalid 3 years OS X
Description

Hello dear,

I have a bug with FileZilla PRO on MacBook Pro 2019! I can't maximize the application!

Tell me, How to solve the problem?

#12459 FileZilla crashing while adding Google Drive normal fixed 3 years OS X
Description

Hello, after the latest update Google Drive is not working, and while adding the google drive using the site Filezilla is crashing. Please look into it and suggest a solution.

#12461 Unable to load Putty PPK Private key for SFTP connection while same works on CyberDuck normal fixed 3 years OS X
Description

The newly generated RSA 2048 key on Putty in Windows, and Mac is not loading on CyberDuck.

Steps:

  1. Generate a private key using PUTTY
  2. Open FileZilla
  3. Site Manager > New Site
  4. Select Logon type as 'Key file'
  5. select the attached PPK file from the ticket.

FileZilla will not accept the key nor display an error message. The same key works fine with https://cyberduck.io/

#12466 Filezilla Client Crashes normal duplicate 3 years OS X
Description

When it crashes it does it unceremoniously, no crash dump nothing on the screen. Just boom - gone.

Happens when transferring files to OneDrive.

#12467 Crash On Filezilla Pro gdrive normal duplicate 3 years OS X
Description

Crashes each time after successful login to google drive account after update to new version. Reopening app from macOS crash dialog also reopens a new terminal window – does not crash again with terminal window open. Closing terminal window closes the app. Tried reinstall.

#12480 Transfer from Mac to ZOS TSO file scrambles the file normal rejected 3 years OS X
Description

A file is transferred from a TSO system to a Mac and back again. The file has format LRECL=80 RECFM=PS BLKSIZE=3120. The target dataset for the transfer back to TSO is preallocated with the correct attributes.

The contents of the returned file are not in the correct order.

This has started happening since the Mac was upgraded to BigSur.

When transferred using SFTP to the USS file system the order is correct.

#12494 Error "Could not get reply from fputtygen" while import RSA key generated using ssh-keygen normal fixed 3 years OS X
Description

Hi, In version 3.55.0, FileZilla Client on Mac throws error "Could not get reply from fputtygen" when it is trying to import an RSA key to generate the PPK formatted key. In older version, it is successfully importing the key and converting them to PPK format without this error. We are using FileZilla Pro.

Steps:

  1. Generate an RSA key using command "ssh-keygen -t rsa -b 4096 -C "filezillaPPKconversionissue" -f temp"
  2. For password, provide any password like 'test'
  3. Open FileZilla 3.55.0 > File > Site Manager
  4. Protocol: SFTP
  5. host: enter host
  6. Logon type: Key file
  7. User: enter user
  8. Key file: select the private key generated "temp"
  9. FileZilla client will prompt to convert key to pPK format. click yes

10 enter key password and confirm

  1. enter filename for PPK file like 'testppk' and press SAVE in the file save dialog
  2. you will get error popup "Could not get reply from fputtygen"
#12506 Filezilla Pro: MacOS Subscription normal worksforme 3 years OS X
Description

The application fails to move beyond Getting started with FileZilla Pro screen upon purchase from the MacOS App Store. When the only options available are Subscribe (center screen under logo) or Quit (bottom right). I cancelled the subscription. Pressing the Subscribe button only extends the subscription after current subscription period ends.

#12510 Filezilla Pro not accepting valid Mac App subscription normal worksforme 3 years OS X
#12525 Prevent Window position and size to saving minus values on exit normal rejected 3 years OS X
Description

Hi,

Often I having problem with window position. Please add a feature to prevent saving minus X and Y position of FZ Window. This will allow to resume FileZilla without editing xml file to start it - with normal position. Its happen on multiple screens (monitors), I can figure out how - but this trick should help.

#12527 ftp uploading: file corruption high worksforme 3 years OS X
Description

Hi All,

I recently encountered a very strange file corruption problem.

The scenario is that I upload a file from my PC(macOS) through FTP protocol with Filezilla(v3.55.1) to an FTP server(windows).

Note:

I have set the FTP mode to passive and FTP transfer mode to binary.

if the file size is bigger than 1M, it would be corrupted, but there are no errors shown at Filezilla. (File transfer successful, transferred 6014038 bytes in 12 seconds) I check the MD5 of the file at the server-side. Which has diverted from my client-side. I capture the packet of the communication between server and client with Wireshark, does not find any explicit error. I also hex dump the content of the original file at the client-side and the file at the server-side and compared them, the former 16385 bytes are different, but the remaining bytes are the same. (approximately 360000 bytes).

More info:

if the file size is smaller than 100KB. It could be uploaded successfully. if the upload speed is limited under 500KB/s(enable speed limit in FileZilla), the larger file could be uploaded successfully. the file could be uploaded by other FTP clients to the same FTP server without corruption, so the FTP server is working fine.

I tried other FTP client, which can also upload the files to server without corruption.

I although check with my two colleagues' PC (both MacOS Bigsur), they can upload with FileZilla(same version) successfully without corruption.

at first, I doubt that there would be some problem with my network condition, but the md5 of the file I uploaded is the same every time even if it is corrupted.

Any help or tips would be very appreciated.

Best regards, nRookie

#12543 Poor startup performance for local folders having 10,000+ files normal worksforme 3 years OS X
Description

If the local folder (no matter it's located in HDD or external USB drive) selected contains more than 10,000 files (in my case 14,600 JPEGs, with average file size <1MB), I quitted the FileZilla client and re-opens again, it takes at least 5 minutes to see the interface (not even started to connect to any server). My iMac was idle at that moment (no other software using significant resources).

Can the startup performance be improved?

iMac (21.5-inch, Late 2013) CPU: 3.1GHz Quad-Core Intel i7 RAM: 16GB 1600MHz DDR3 HDD: 512GB SSD External HDD: HGST 5TB 2.5" HDD

#12550 FileZilla can't be opened normal worksforme 3 years OS X
Description

Trying to update FileZilla from 3.46.3 to 3.56 on MacOS 10.15.7. Downloaded installer FileZilla_3.56.0_macosx-x86.app.tar.bz2. Unpacked it using WinZip, in Downloads folder. Double-clicking on the FileZilla.app icon gets this message: The application “FileZilla.app” can’t be opened. Version 3.46.3 works fine. I tried renaming ~/.config/filezilla (rather than deleting it), but it did not help. I checked, but did not find a ticket about this problem. Advice? Thank you, Stan Hendryx, stanhx@…

#12559 SSH connection fails with Strato Servers (One of Germanys big Hosters) normal fixed 3 years OS X
Description

All SSH connections to different accounts hosted at Strato in Germany get refused suddenly on my Mac.

Solution: Had to replace Servername 'ssh.strato.de' with the ip-adress (which I found out by pinging ssh.strato.de). You should fix this problem, because the soliotion isn't obvious and not documented at Strato or elsewhere!

BtW: Connections to servers NOT hosted at Strato were not affected within the same client on the same Mac.

#12602 new version cannot be downloaded normal fixed 2 years OS X
Description

For the last two or three versions, I keep getting a 'new version available' message, but in the pop after startup (same when clicking the top menu item) I see: "The new version could not be downloaded".

The links with details and website just below that text only show when I hover them, I discovered this by accident. "Details" say: Started update check on 2021-12-13 19:41:59 Own build type: official Requesting https://update.filezilla-project.org/update.php Resolving address of update.filezilla-project.org Connecting to 49.12.121.47:443... Connection established, initializing TLS... Verifying certificate... TLS connection established, sending HTTP request File transfer successful, transferred 1,318 bytes in 1 second Parsing 1318 bytes of version information. Found new nightly 2021-12-13 Found new release 3.57.0

#12605 New Version Does Not Connect to Server low fixed 2 years OS X
Description

I downloaded and installed the update, 3.57.0. Now it will not connect when I enter command-R. Says TLS connection is established, enters the password (which has not changed), then times out. I restarted, but with same problem. Other FTP software works just fine. Only change is the new FileZilla.

#12770 Permissions wrong in update 3.60.2 download normal rejected 21 months OS X
Description

OSX 10.15.7, FileZilla 3.60.2 Downloaded FileZilla_3.60.2_macosx-x86.app.tar.bz2 and unzipped using WinZip. The SHA code matched. However, FileZilla.app would not open. Fixed the problem by running chmod -R 744 FileZilla.app Suggestion: set all file permissions correctly in the download file so this step is not necessary.

Also tried to update on another machine, OS 10.14.6; same thing, same fix.

#12795 Site Manager - Invalid Data normal worksforme 19 months OS X
Description

"You have to enter a hostname" bug. Not sure if this issue occurs on Windows but I hope it gets fixed.

#12804 CMD+A doesn't work in file list high fixed 19 months OS X
Description

CMD+A does not work for marking all files in the file list (local and server).

System infos:

FileZilla Pro


Version: 3.62.0

Build information:

Compiled for: x86_64-apple-darwin22.1.0 Compiled on: x86_64-apple-darwin22.1.0 Build date: 2022-10-28 Compiled with: Apple clang version 14.0.0 (clang-1400.0.29.102) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=10.13.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.7.7

Operating system:

Name: macOS Ventura Version 13.0 (Build 22A380) Version: 13.0 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 aes pclmulqdq lm

#12807 Select all normal duplicate 18 months OS X
Description

command + A to select all no longer working in Mac FileZilla Client in the latest version. Previous versions are working fine.

#12808 Wrong File Sizes + Selections in File List normal fixed 18 months OS X
Description

The number of files selected in the file list & their totals do not match up with what is shown in the directory status bar.

#12810 CMD + C doesn't work in file list normal duplicate 18 months OS X
Description

CMD+C to copy a file name does not work in the file list.

#12811 Cannot select all files in local or remote panes normal fixed 18 months OS X
Description

Since 3.62.0, the usual key combination to select all files in pane (Command/a on Mac) does not work. All files must now be selected manually rather than a quick keystroke combination to "select all" before initiating a transfer.

FileZilla Client


Version: 3.62.0

Build information:

Compiled for: x86_64-apple-darwin22.1.0 Compiled on: x86_64-apple-darwin22.1.0 Build date: 2022-10-27 Compiled with: Apple clang version 14.0.0 (clang-1400.0.29.102) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=10.13.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.7.7

Operating system:

Name: macOS Big Sur Version 11.7.1 (Build 20G918) Version: 11.7 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 lm Settings dir: /Users/jthomas/.config/filezilla/

#12853 Chinese Simplified (zh_CN) is broken after upgrade to 3.62.2 normal fixed 16 months OS X
Description

Change language to 'Chinese Simplified (zh_CN)', and then relaunch FileZilla Client, will show an error and then rollback to default language.

#12876 Filezilla client version 3.62.0 onwards introduces forced fullscreen issue. normal worksforme 15 months OS X
Description

Hi,

I'm running MacOS Monterey 12.6.3 with 6 displays on Mac Studio and the same OS version running on a Macbook Air M2 with only built-in display.

Starting with version 3.62.0 of the client app, as soon as you open it it goes to fullscreen mode and there is no way to get it out of fullscreen mode. The menu bar is also hidden and only becomes visible when one moves mouse cursor to the top of the screen.

When filezilla is open I can hit F3(mission control) and it clear shows that there are 2 separate spaces open: Desktop and Filezilla. The app is unusable right now for drag/drop operations from other apps.

I've tested all versions from 3.62.0 to 3.63.1 and the issue persists on both the Version 3.61.0 and earlier work without issue. I see there is a forum thread about this so I'm not the only person seeing this issue.

#12880 Mac Color Background issue normal duplicate 15 months OS X
Description

In the dark mode of FileZilla on MacBook, the color and text color is very hard to read in this combination.

The colors should be changed for the dark mode in FileZilla for macOS. On the screenshot, it looks like it's easy to read but in reality, when you're sitting in front of your laptop, it's not!

https://ibb.co/DwZs4fn

#13032 FileZilla New Update Apple Silicon chip normal rejected 5 months OS X
Description

Hi,

This morning I noticed that my private key authentication, which used to work seamlessly, is now frequently timing out. When it doesn't time out, it's taking a very long time to successfully process actions such as directory changes or file updates. My initial thought is that this might be related to the notification in my FileZilla that a new version is available. However, there doesn't appear to be a valid version available for my operating system.

I already tried making new connections to my web server. When that didn't help, I quit and restarted FileZilla, which also didn't help.

#13061 Tool bar and Quickconnect bar are missing? normal worksforme 3 months OS X
Description

Just downloaded FileZilla Client to my new computer and I'm seeing an issue I've never had before. In the "View" tab I have Tool bar and Quickconnect bar checked but they are not showing on my screen, so I have no way to connect to any servers. My computer and FileZilla are both totally up to date and I've played around with other settings. I've also looked through the forums and can't seem to find anything related to this. Any help is greatly appreciated!

#13070 unwanted updates nagging normal outdated 2 months OS X
Description

Updates that show up even when "Never" is set in the drop down box. I do not need to be reminded for something that I do not need.

#13071 nagging updates normal duplicate 2 months OS X
Description

In relation to ticket 13070 being closed without resolution, I think it is time to say good-bye to filezilla.

#13078 Files panes empty after Sonoma 14.4 upgrade normal worksforme 2 months OS X
Description

I am on the paid MacOS client from the App Store.

FZ has worked perfectly for years, but broke after my upgrade to Sonoma 14.4. (I understand that this is a buggy release from Apple.)

As the attached image shows, neither file pane populates.

Both MacOS and FZ have been updated as of March 22 2024.

Please assist.

(BTW, I tried and failed to find similar tickets. I must say that the Trac site is poor.)

#366 FTP upload to Xbox slow normal outdated 21 years Linux
Description

Using FileZilla 2.1.4b, I can FTP files to Xbox normallyat a high speed, like several Mbps. Upgrading to FileZilla 2.1.5 and higher (I tried the latest 2.1.8b) the FTP uploads slow down to around 20-70K/sec. FTP downloads to PC are fast and it is just the uploads that are slow in later versions.

I am using EvolutionX and XBMP 2.4 as FTP server.

#3702 Folder contents not fully uploaded! high rejected 16 years Linux
Description

Hello, as the title says not everything in a folder will be uploaded and I tried it several times and this happens since the last five updates of FileZilla, so some content was uploaded and some not and it's impossible for me to explain it why, in the older releases it was possible to upload a full folder with its content but in the newer ones its not possible and I ask why? My OS Windows Server 2008 Enterprise Edition x64 so I'm forced to look for other freeware which does this stuff. If you have questions E-Mail it to me my E-Mail address is Zoe.Skotos@…

#3779 FileZilla Client 3.1.2 crashes after connecting to FTP server normal rejected 16 years Linux
Description

FileZilla Client 3.1.2 segfaults shortly after it has connected to an FTP server.

I don’t think this is important, but the last lines I can read in the log window are:

TYPE I
200 Switching to Binary mode.
PASV

This part of my gdb session should be helpful for those who understand it …:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb62b9710 (LWP 7323)]
0xb79c9e51 in subcolor () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regc_color.c:356
356             co = GETCOLOR(cm, c);
(gdb) bt
#0  0xb79c9e51 in subcolor () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regc_color.c:356
#1  0xb79cacc8 in onechr () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:1552
#2  0xb79cc06b in parsebranch () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:847
#3  0xb79cbd7f in parse () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:624
#4  0xb79cc745 in parsebranch () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:885
#5  0xb79cbd7f in parse () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:624
#6  0xb79ce657 in wx_re_comp () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/regex/regcomp.c:372
#7  0xb796e40d in wxRegExImpl::Compile (this=0x8838840, expr=@0xbfd51d94, flags=0) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/regex.cpp:296
#8  0xb796e5b9 in wxRegEx::Compile (this=0xbfd51d64, expr=@0xbfd51d94, flags=0) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/regex.cpp:625
#9  0x08182474 in CFtpControlSocket::ParsePasvResponse (this=0x8875d20, pData=0x8826000) at ftpcontrolsocket.cpp:3655
#10 0x08182e6a in CFtpControlSocket::TransferParseResponse (this=0x8875d20) at ftpcontrolsocket.cpp:3906
#11 0x0818c478 in CFtpControlSocket::ParseLine (this=0x8875d20, line={<wxStringBase> = {static npos = 4294967295, m_pchData = 0xbfd51ea0}, <No data fields>})
    at ftpcontrolsocket.cpp:385
#12 0x0818d002 in CFtpControlSocket::OnReceive (this=0x8875d20) at ftpcontrolsocket.cpp:287
#13 0x08170c6b in CRealControlSocket::OnSocketEvent (this=0x8875d20, event=@0x882c610) at ControlSocket.cpp:979
#14 0xb791e9a8 in wxAppConsole::HandleEvent (this=0x8343b80, handler=0x8875d20, func=&virtual table offset 136, event=@0x882c610)
    at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/appbase.cpp:322
#15 0xb79bcdea in wxEvtHandler::ProcessEventIfMatches (entry=@0x824d400, handler=0x8875d20, event=@0x882c610)
    at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/event.cpp:1231
#16 0xb79bdfe4 in wxEventHashTable::HandleEvent (this=0x824d500, event=@0x882c610, self=0x8875d20)
    at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/event.cpp:906
#17 0xb79be0eb in wxEvtHandler::ProcessEvent (this=0x8875d20, event=@0x882c610) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/event.cpp:1293
#18 0xb79bd269 in wxEvtHandler::ProcessPendingEvents (this=0x8875d20) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/event.cpp:1191
#19 0xb791ed21 in wxAppConsole::ProcessPendingEvents (this=0x8343b80) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/appbase.cpp:294
#20 0xb7c25a01 in wxAppBase::ProcessIdle (this=0x8343b80) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/appcmn.cpp:435
#21 0xb7b76003 in wxapp_idle_callback () at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/gtk/app.cpp:206
#22 0xb6fc9ae1 in g_idle_dispatch () at gmain.c:4090
#23 0xb6fcbb08 in g_main_context_dispatch () at gmain.c:2012
#24 0xb6fcf333 in g_main_context_iterate () at gmain.c:2645
#25 0xb6fcf82a in g_main_loop_run () at gmain.c:2853
#26 0xb73367c9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#27 0xb7b8fa75 in wxEventLoop::Run (this=0x8804b48) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/gtk/evtloop.cpp:76
#28 0xb7c2586e in wxAppBase::MainLoop (this=0x8343b80) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/appcmn.cpp:312
#29 0xb7c25441 in wxAppBase::OnRun (this=0x230) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/appcmn.cpp:367
#30 0xb7957e9a in wxEntry (argc=@0xb7a258ac, argv=0x8343c38) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/init.cpp:460
#31 0xb7958087 in wxEntry (argc=@0xbfd52330, argv=0xbfd523b4) at /usr/src/debug/x11-libs/wxGTK-2.8.8.1/wxPython-src-2.8.8.1/src/common/init.cpp:472
#32 0x080a8a3e in main (argc=1, argv=0xbfd523b4) at locale_initializer.cpp:83
#3783 Site Manager dialog button has bad label ("Discard") low fixed 16 years Linux
Description

The site manager has a button labeled "Discard" for what might usually be labeled "Cancel." The different wording is not necessary, and can create confusion. For example (being the idiot that I am?), I first assumed that the "Discard" button would... discard the information on the current screen. That is, I thought the information would be deleted instead of the changes (if applicable) canceled.

#3785 Rename file sometimes makes filelist items unselectable normal rejected 16 years Linux
Description

Maybe once in every 5-10 times I rename a file, I will lose the ability to select/highlight, etc. the files in either the remote or local pane. At this point, Filezilla becomes unusable. The only way to recover is to relaunch the program or to disconnect and then reconnect.

This issue may have started with Filezilla version 3.

#3844 Process queue freezing normal outdated 16 years Linux
Description

Process queue freezes when some file is downloading. To resume it for some time the mouse moving is needed. It seems wxGTK's message queue freezes.

#3861 Scroll bar covered by upload bar normal fixed 16 years Linux
Description

The upload bar covers the scroll bar in the file transfer list. I think it is caused by hiding the status of the file transfer. It is tough to explain. There is still a small space where the status should be and when it is above the scroll bar the upload bar will cover the scroll bar. You might have to scroll up and down once and then click on a file that is uploading. I am using the latest nightly build, it has been happening since the nightly builds after 3.1.3. I should have a screenshot attached to this ticket.

#3867 Invisible icons on dark background normal worksforme 16 years Linux
Description

Some icons are hard to see on dark background.

#3876 Filezilla's GUI in Linux (Gnome) is buggy normal rejected 16 years Linux
Description

Hello,

After installing a new (the default 8.10 one, with the 8.10 GTK engine : "gtk2-engines-murrine") theme on my OS (i use GNOME + Compiz), i noticed Filezilla's GUI was having trouble with it.

My problem is that the font of the text in the "file explorers" (local and remote) is light-grey, while the theme background is just... white.

On my theme, the light-grey is the text colour for taskbars and such things, which all have a dark background. The area with white background is meant to go with dark text colour.

So i think the problem is that for these text areas in Filezilla, the text color that is picked is not the one that should be used with the background colour (grey+white instead of black+white). This is likely to happen in a lot of themes, including one of the default themes of Ubuntu 8.10 coming in less than 3 weeks.

I hope you can correct this bug, it's likely to be half a line to write, but as it's pretty annoying, it'd be cool that you do it fast, or tell Ubuntu devs at launchpad.org how to solve it and add it to our repository.

Greetings, SD.

#3877 Transfer graphic bar problems low outdated 16 years Linux
Description

When you scroll with the mouse in the "Queued Files" transfer window, the graphic bar (green percentage thing) doesn't scroll properly, and it sort of screws things up.

I'm on filezilla 3.1.2 (using the ubuntu package from the repository).

#3887 Freeze while uploading/downloading too many files high fixed 16 years Linux
Description

I had to backup some files for a computer under Ubuntu and Windows Vista. On Vista, everything is good but on Ubuntu, Filezilla freeze before starting each file transfer. Sometimes, there is 40 seconds between 2 transfers. More connections at once you allowed, more freezes you have. With only 1 connection, it freeze too.

System: Laptop Intel Core 2 duo 1.8 GHz Ethernet 10/100 chipset

Server: FileZilla server under Windows XP SP3

How to reproduce: 1- Take large number of files (use for example 2-3 javadoc folders) 2- Add this files to the queue 3- Start download or upload

#3958 problem with certain passwords normal rejected 16 years Linux
Description

some users reported problems with their ftp accounts using filezilla, the always got: Command: PWD Response: 500 Unknown command. Error: Failed to retrieve directory listing Response: 500 Unknown command. Response: 257 "/" Trace: Unexpected reply, no reply was pending.

i noticed that if i change their password, it works fine, if i change it back to the original value, the error comes back, i am attaching debug logs for both cases.

yes, it sounds like witchcraft, but i saw many people in forums with the same problem. this is the only workaround i found.

the same goes for gftp, only the debug window says "Invalid response '2' received from server."

#4000 Filename is not quoted properly when choosing "default editor for text files" high fixed 16 years Linux
Description

If I open a txt file with spaces in it's name it will open a few blank tabs instead.

#4014 Locale-aware case conversion filename's in toolbar icons works improperly in Turkish locale high fixed 16 years Linux
Description

See the comment in my blog post about the issue and my blog post about why applications fail with Turkish locale.

http://planet.gentoo.org/developers/serkan/2008/11/16/applications_failing_with_turkish_locale#c20047

Also see Pardus bug report on the issue: http://bugs.pardus.org.tr/show_bug.cgi?id=7669

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