MacBook Pro M1

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Message
Author
Slyrs
500 Command not understood
Posts: 2
Joined: 2021-03-31 09:05

Re: MacBook Pro M1

#16 Post by Slyrs » 2021-03-31 09:14

Hi,

first a big thank you for providing this build :)

For me it looks like this:
Bildschirmfoto 2021-03-31 um 11.13.09.png
Bildschirmfoto 2021-03-31 um 11.13.09.png (213.86 KiB) Viewed 6670 times

User avatar
TalkShowGhost
504 Command not implemented
Posts: 9
Joined: 2021-03-20 14:19

Re: MacBook Pro M1

#17 Post by TalkShowGhost » 2021-03-31 23:10

Slyrs wrote:
2021-03-31 09:14
Hi,

first a big thank you for providing this build :)

For me it looks like this:

Bildschirmfoto 2021-03-31 um 11.13.09.png
Hah, well would you look at that! Works even better in German apparently. What resolution scale are you running?

Slyrs
500 Command not understood
Posts: 2
Joined: 2021-03-31 09:05

Re: MacBook Pro M1

#18 Post by Slyrs » 2021-04-01 08:46

Hi,

I have connected my MacBook Pro to an external monitor. Check the screenshot:
Bildschirmfoto 2021-04-01 um 10.45.57.png
Bildschirmfoto 2021-04-01 um 10.45.57.png (43.04 KiB) Viewed 6637 times

erecio
500 Command not understood
Posts: 2
Joined: 2021-06-11 13:34
First name: Em
Last name: Rec

Re: MacBook Pro M1

#19 Post by erecio » 2021-06-11 14:22

TalkShowGhost wrote:
2021-03-20 14:46
Out of curiosity I tried making an arm64 build of FileZilla myself and it works perfectly fine using homebrew for the dependencies (except for libfilezilla of course) and the latest svn trunk source code. Built with no issues at all, the only tricky bit was working around an extremely annoying code signing bug (it's happened to me before) which will cause codesign_allocate to crash. All you have to do to work around it is copy the file that's causing it to crash to another directory, sign it there, delete the original file, and then move the signed copy back in. I had to do that with libidn.12.dylib, libfilezilla.12.dylib, and libwx_osx_cocoau_adv-3.0.0.5.0.dylib.

If you don't want to bother with all that, I uploaded the version I made here (using itself, of course): https://shermanikk.net/stuff/FileZilla-macos-arm64.zip

Usual caveats with untested builds applies, I don't promise this won't set your dog on fire and turn the sun into a black hole or cause diabetes, etc.

Image Image
Thanks a lot for this! Is there going to be a native arm64 or "universal" build for FileZilla, you think? I can't believe Universal came back to the lexicon PPC -> Intel and now Intel -> aarch64 LOL.

erecio
500 Command not understood
Posts: 2
Joined: 2021-06-11 13:34
First name: Em
Last name: Rec

Re: MacBook Pro M1

#20 Post by erecio » 2021-06-11 15:32

botg wrote:
2021-01-07 01:15
Make sure to update to the most recent version of FileZilla.

A native build for ARM-based Macintosh PCs will come soon after such devices are available in stores that accept SEPA payments.
Hey, just following up in case I missed it. Is there an aarch64 / arm64 download?

User avatar
botg
Site Admin
Posts: 35491
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: MacBook Pro M1

#21 Post by botg » 2021-06-14 06:55

Not yet.

use.breno
500 Command not understood
Posts: 1
Joined: 2021-08-29 23:23
First name: Breno
Last name: Monteiro

Re: MacBook Pro M1

#22 Post by use.breno » 2021-08-29 23:26

I had the same issue, but just on first run, after FileZilla restart, its work fine :D

adrianwi
500 Command not understood
Posts: 1
Joined: 2021-11-23 09:10
First name: Adrian
Last name: Williamson

Re: MacBook Pro M1

#23 Post by adrianwi » 2021-11-23 09:13

Thanks for this! It feels a lot more responsive than the standard build?

It would be great to have this as a default option with automatic updates and the like.

User avatar
TalkShowGhost
504 Command not implemented
Posts: 9
Joined: 2021-03-20 14:19

Re: MacBook Pro M1

#24 Post by TalkShowGhost » 2021-12-10 14:21

Updated my Apple Silicon (arm64) FileZilla build to the latest versions of everything:

Code: Select all

FileZilla Client
----------------

Version:          3.56.2

Build information:
  Compiled for:   aarch64-apple-darwin21.1.0
  Compiled on:    aarch64-apple-darwin21.1.0
  Build date:     2021-12-09
  Compiled with:  Apple clang version 13.0.0 (clang-1300.0.29.3)
  Compiler flags: -g -O2 -Wall -Werror=partial-availability

Linked against:
  wxWidgets:      3.0.5
  SQLite:         3.36.0
  GnuTLS:         3.7.2

Operating system:
  Name:           Mac OS X (Darwin 21.1.0 arm64)
  Version:        12.0
Download URL is the same, https://shermanikk.net/stuff/FileZilla-macos-arm64.zip

User avatar
TalkShowGhost
504 Command not implemented
Posts: 9
Joined: 2021-03-20 14:19

Re: MacBook Pro M1

#25 Post by TalkShowGhost » 2022-04-23 21:12

Updated my Apple Silicon native FileZilla build again:

Code: Select all

FileZilla Client
----------------

Version:          3.59.0

Build information:
  Compiled for:   aarch64-apple-darwin21.4.0
  Compiled on:    aarch64-apple-darwin21.4.0
  Build date:     2022-04-23
  Compiled with:  Apple clang version 13.1.6 (clang-1316.0.21.2.3)
  Compiler flags: -g -O2 -Wall -Werror=partial-availability

Linked against:
  wxWidgets:      3.0.5
  SQLite:         3.37.0
  GnuTLS:         3.7.2

Operating system:
  Name:           Mac OS X (Darwin 21.4.0 arm64)
  Version:        12.3
Download link is unchanged, see above post ^^^

Has anyone heard anything about the official build being made a Universal .app bundle yet? Seeing as FileZilla requires literally zero changes to compile and run successfully on AS, I'm a bit lost as to what is standing in the way of that happening?

flzeee33
500 Command not understood
Posts: 2
Joined: 2022-05-23 09:24

Re: MacBook Pro M1

#26 Post by flzeee33 » 2022-05-23 09:26

filezilla 3.59.0 doesn't seems to be working on macos running on M1

when trying to connect to SFTP servers (with ssh key) it get stuck there in connecting and never connects

by downgrading to 3.58.0 everything starts working again

flzeee33
500 Command not understood
Posts: 2
Joined: 2022-05-23 09:24

Re: MacBook Pro M1

#27 Post by flzeee33 » 2022-06-01 08:56

flzeee33 wrote:
2022-05-23 09:26
filezilla 3.59.0 doesn't seems to be working on macos running on M1

when trying to connect to SFTP servers (with ssh key) it get stuck there in connecting and never connects

by downgrading to 3.58.0 everything starts working again
this is now fixed on FileZilla 3.60.0 :D

Locked