Are you using the Pinephone as your daily driver?
(01-06-2023, 09:45 AM)britelite Wrote: the inability to transfer files besides an awkward workaround of pulling out a microsd card (I couldn't figure out proposed SSH or syncthing or other solutions, although they apparently work for others - I think this is solvable but I saw even a recent post where someone was struggling with it and I couldn't follow along with their solution. This was a major use case functionality failure, as I wanted to type things up and transfer them over off the Pinephone and was unable to do so - I had expected I could just plug the device in to a computer or a usb stick to transfer files back and forth);
SFTP should just work for transfering files. Make sure sshd is enabled on the PinePhone:
  • First check your /etc/ssh/sshd_config on the phone to make sure it is reasonably secure. In particular, you want these:
    Code:
    PermitRootLogin no
    PasswordAuthentication no
    ChallengeResponseAuthentication no
    because, considering how trivial the PIN-style user passwords normally used on Plasma Mobile are, you definitely do not want to rely on those for authentication. Instead, put your desktop/notebook's public key in the PinePhone's ~/.ssh/authorized_keys. (Only if you cannot figure out a way to set this up without using SFTP, copy the file over SFTP with password authentication temporarily enabled and then immediately disable it. But it is more secure if you transfer the public key using a USB stick or a MicroSD card.)
  • Enable sshd with
    Code:
    sudo systemctl enable --now sshd.service

Then whenever you wish to transfer files from/to the PinePhone:
  • Make sure both your desktop/notebook and your PinePhone are connected to the same WLAN (wireless local area network, i.e., WiFi network).
  • Run
    Code:
    ip addr
    on the PinePhone to figure out its current IPv4 address. (If you are on your home network, you can probably get your WiFi router to assign a static IP address that you can then, if you cannot or do not want to remember it, give a static name through the /etc/hosts file on your desktop/notebook.)
  • Point your favorite GUI file manager on the desktop/notebook to sftp:// + the IPv4 address you got above. (Pretty much any GNU/Linux GUI file manager supports SFTP out of the box.)

It is really no different than transfering files between 2 GNU/Linux computers.
  Reply


Messages In This Thread
RE: Are you using the Pinephone as your daily driver? - by Kevin Kofler - 01-26-2023, 07:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  eSIM on PinePhone just_a_q 8 4,664 11-05-2024, 11:10 AM
Last Post: zetabeta
  Want to buy second hand PinePhone 3G version rudi.timmermans 0 169 11-01-2024, 09:58 AM
Last Post: rudi.timmermans
  Can use PlayStation on Pinephone? willharper 6 5,657 10-30-2024, 08:07 AM
Last Post: biketool
  Ordered PinePhone till today have no info or confirmation about order hennadiyt 1 350 10-05-2024, 02:20 PM
Last Post: KC9UDX
  US Mobile, via T-Mobile, won't support Pinephone Pro - SOLVED, SIMPLY jovval 11 5,757 07-28-2024, 03:42 PM
Last Post: dchang0
  How can I record video on a Pinephone? kk22 18 7,150 07-22-2024, 05:18 PM
Last Post: baptx
  Pinephone not booting, always vibrating alexander12 8 6,864 07-19-2024, 07:50 PM
Last Post: Blackheart
  PinePhone Pro P. Siera 2 820 07-17-2024, 12:41 AM
Last Post: P. Siera
  PinePhone Boots but only Shows Black Screen with Backlight danyeaw 1 679 06-30-2024, 10:18 AM
Last Post: danyeaw
  Pinephone won't boot. spha 13 5,874 05-15-2024, 10:31 PM
Last Post: Richy_T

Forum Jump:


Users browsing this thread: 29 Guest(s)