Copying files from an Android phone

2024-07-02 Thread Sadeep Madurange
Hello, I'm trying to backup some files (~1000 photos and two short videos, in total about 3GB) from an Android phone to OpenBSD. In the past I used Android file transfer (MTP) client. I couldn't find it on OpenBSD. What's the best way to achieve this? -- Sadeep Madurange PGP: 103BF9E3E750BF7E

Re: Copying files from an Android phone

2024-07-02 Thread Stuart Henderson
On 2024-07-02, Sadeep Madurange wrote: > Hello, > > I'm trying to backup some files (~1000 photos and two short videos, in > total about 3GB) from an Android phone to OpenBSD. In the past I used > Android file transfer (MTP) client. I couldn't find it on OpenBSD. > What's the best way to achieve t

Re: Copying files from an Android phone

2024-07-02 Thread Mizsei Zoltán
Maybe https://github.com/tfonteyn/Sshd4a ? Sadeep Madurange írta 2024. júl.. 2, K-n 15:58 órakor: > Hello, > > I'm trying to backup some files (~1000 photos and two short videos, in > total about 3GB) from an Android phone to OpenBSD. In the past I used > Android file transfer (MTP) client. I coul

Re: Copying files from an Android phone

2024-07-02 Thread Dan
There are plenty of gadgets friends and of different nature ready to simplify things. One adapter among them: https://amzn.eu/d/028PZujZ -Dan Jul 2, 2024 16:19:48 Stuart Henderson : > On 2024-07-02, Sadeep Madurange wrote: >> Hello, >> >> I'm trying to backup some files (~1000 photos and tw

Re: Copying files from an Android phone

2024-07-02 Thread Raymond, David
Shotwell (an OpenBSD package) works for me on both 7.4 and 7.5. You may have to change some permissions on /dev/usb* and /dev/ugen/*. On Tue, Jul 2, 2024, 08:23 Stuart Henderson wrote: > On 2024-07-02, Sadeep Madurange wrote: > > Hello, > > > > I'm trying to backup some files (~1000 photos a

Re: Copying files from an Android phone

2024-07-02 Thread Rubén Llorente
Plenty options here. I usually either dump the files from the phone to an external pen-drive (which requires you to have an USB-OTG cable and your phone to support OTG) or launch an FTP server from Android and download the files into my OpenBSD machine using an FTP client. FTP Server is avai

Re: Copying files from an Android phone

2024-07-02 Thread Jan Johansson
Sadeep Madurange wrote: > I'm trying to backup some files (~1000 photos and two short > videos, in total about 3GB) from an Android phone to OpenBSD. > In the past I used Android file transfer (MTP) client. I > couldn't find it on OpenBSD. What's the best way to achieve > this? As someone said, p

Re: Copying files from an Android phone

2024-07-03 Thread Uwe Werler
I use nextcloud on my phone. It has also the feature for instant upload new media to nextcloud. Additionally I use RCX on my phone to directly connect to my minio (which I use as backend in nextcloud) server. On Tue Jul 2, 2024 at 3:58 PM CEST, Sadeep Madurange wrote: > Hello, > > I'm trying to ba

Re: Copying files from an Android phone

2024-07-03 Thread Gregory Edigarov
On Tue, 2 Jul 2024 21:58:08 +0800 Sadeep Madurange wrote: > Hello, > > I'm trying to backup some files (~1000 photos and two short videos, in > total about 3GB) from an Android phone to OpenBSD. In the past I used > Android file transfer (MTP) client. I couldn't find it on OpenBSD. > What's the

Re: Copying files from an Android phone

2024-07-03 Thread Страхиња Радић
Дана 24/07/03 01:15PM, Gregory Edigarov написа: > Last time I checked the syncthing(it's in the ports/packages) wasn't > bad. rsync is better on many accounts though. Syncthing is phoning home by default, and auto-upgrading by default, so it just stopped working on W7 when M$ decided to not suppor

Re: Copying files from an Android phone

2024-07-03 Thread Sadeep Madurange
On 2024-07-02 16:30:00, Rubén Llorente wrote: > Plenty options here. > > I usually either dump the files from the phone to an external > pen-drive (which requires you to have an USB-OTG cable and your phone > to support OTG) or launch an FTP server from Android and download the > files into my Ope