Can't connect mobile phone.

I want to share file between pc and android but can't seem to do it.
File transfer is on on phone and phone is unlocked. Still can't connect.
Tried using jmtpfs but fuse can't open, tried loading it into kernel.
Nitroshare doesn't open (using dwm).
Which is the best method to transfer file? wired or wireless(same wifi network) anything will do.
Thank you!
 
I tried that as mentioned in the 1st post
Ah, OK, I didn't recognize jmtpfs as sysutils/fusefs-jmtpfs.

You could use net/syncthing (Android app) over WiFi, I use it for backup. It syncronizes devices but can be used also to transfer files one way, e.g.:

Syncronize directories FreeBSD ../Tmp with Android ../Tmp , copy files for transfer into FreeBSD ../Tmp, Android ../Tmp is synchronized, move transfered files from Android ../Tmp into Android ../<dir>, FreeBSD ../Tmp is synchronized (files are deleted). Or the other way around, Android -> FreeBSD.

Another option is termux and rsync.
 
Ah, OK, I didn't recognize jmtpfs as sysutils/fusefs-jmtpfs.

You could use net/syncthing (Android app) over WiFi, I use it for backup. It syncronizes devices but can be used also to transfer files one way, e.g.:

Syncronize directories FreeBSD ../Tmp with Android ../Tmp , copy files for transfer into FreeBSD ../Tmp, Android ../Tmp is synchronized, move transfered files from Android ../Tmp into Android ../<dir>, FreeBSD ../Tmp is synchronized (files are deleted). Or the other way around, Android -> FreeBSD.

Another option is termux and rsync.
Thanks a lot! I finally did it by starting a local apache server but the speed was not good. Next time I'll try your method.
Thanks a lot again!!
Edit: I recommend anyone reading this thread to download syncthing app on android from f droid for example as it is open source.
Edit2: I'll try and test the speed diff between apache, ssh, syncth and rsync and mention the speed.
 
Back
Top