03-27-2023, 11:09 AM
IMHO, by far the easiest way to transfer data from/to the PinePhone is SFTP, see https://forum.pine64.org/showthread.php?tid=13861&pid=115605#pid115605. On Windows, you can use WinSCP as a client. On GNU/Linux, while most file managers support SFTP directly, you can also use FUSE-based solutions such as fuse-sshfs, kio-fuse, or the gvfs FUSE integration, to make the remote SFTP directory look like a normal directory (similarly to how SMB shares work). This may or may not be possible on Windows too.