Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 20:55:43 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Polytropon <freebsd@edvax.de>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: How to explore Android device files under FreeBSD ?
Message-ID:  <20190714185543.GA2740@c720-r342378>
In-Reply-To: <20190714182245.GA2405@c720-r342378>
References:  <AM0PR03MB45946F28AAF9A2F51F97A589F6CD0@AM0PR03MB4594.eurprd03.prod.outlook.com> <13b9dc8e-f489-afaf-4b2c-e08277e2ecbd@gmail.com> <20190714194416.6948d301.freebsd@edvax.de> <20190714182245.GA2405@c720-r342378>

next in thread | previous in thread | raw e-mail | index | archive | help
El día domingo, julio 14, 2019 a las 08:22:45p. m. +0200, Matthias Apitz escribió:

> I slightly disagree. A Linux based mobile device should behave like
> this. It should present itself via SSH and allow access to your photos
> with scp or rsync+ssh, and if you need some GUI, use something of KDE or
> Gnome which works on top of SSH to present the dirs and files in a
> Norton Commander style. My Ubuntu mobile device works like this (and I
> do use rsync and ssh/scp all days). The Android based mobiles *could*
> behave the same way, but Google does not want this and want that the
> user uses something else, for example some cloud. The upcoming Puri.sm
> L5 will also be a normal Linux system. I'm awaiting mine in Q3 of this
> year.

I write my diary in my FreeBSD laptop and when I'm done with the day
actual, like now, I do rsync the HTML file and pictures to my phone to have it
there in a browser as well:

$ ./rsyncBQ.sh
+ cd /home/guru/diario2019
+ rsync -rav -c --no-owner diario.html enanitos imagenes phablet@172.20.10.3:/media/phablet/6464-6631/diario2019

Enter passphrase for key '/home/guru/.ssh/id_rsa': 

sending incremental file list
diario.html
enanitos/
enanitos/download_257119696_372401.jpg
enanitos/download_263708495_67069.jpg
enanitos/image20180922_154043059.jpg
imagenes/
imagenes/Anzeigen_2019-27___Unsere_Zeit.pdf
imagenes/download_257119696_372401.jpg
imagenes/download_263708495_67069.jpg
imagenes/image20180922_154043059.jpg

sent 11,657,646 bytes  received 699 bytes  337,923.04 bytes/sec
total size is 63,508,815  speedup is 5.45

Nothing magic, only UNIX.

The connection was done via Wifi through the AP both devices are
connected to, the FreeBSD laptop and the Ubuntu phone. 

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
May, 9: Спаси́бо освободители! Thank you very much, Russian liberators!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190714185543.GA2740>