In the past I had used sshfs sshfs user@server:/remote_folder ~/local_mount
and osxfuse (now macfuse).
However, sshfs seems to be deprecated and I can't find an alternative.
I tried using smbfs
but always get a "timed out" error:
mount -t smbfs //user@server:/remote_folder ~/local_mount
mount_smbfs: server connection failed: Operation timed out
mount: /Users/user/mount failed with 68
mount_smbfs //user@server:/remote_folder ~/local_mount
mount_smbfs: server connection failed: Operation timed out
I tried the recommendations from another question, but this also didn't fix my problem.
samba --version >>>Version 4.2.14-Debian
– Julia MM Sep 29 '23 at 15:45