03-28-2023, 05:06 PM
I don't see a good reason to use fish:// over sftp://. fish:// is a hack that uses SSH without SFTP to do file transfers. SFTP is the SSH subprotocol actually designed for file transfers. The only time fish:// is useful is if the server has SFTP disabled for some reason or if it is broken. Neither should be the case on your PinePhone. And sftp:// is supported out of the box by both KDE and GNOME applications.