How can I browse files from a computer?
-
This post is deleted! -
@mihael
You can use ssh from the phone to the PC. -
Thank you all for the answers... I was thinking more of an app like File Manager... Is there something like that?
-
This post is deleted! -
@mihael
For my part (old school), I use Midnight Commander with one of the two panels in SSH on the PC. -
@mihael For getting Files of your desktop PC from your phone to your phone, you could try out "Linux Desktop Monitor" from the Open Store. I have not tried it out myself, but it is maybe what you are looking for.
For getting files of your phone or putting files to your phone from your desktop PC, you could probably just use an USB cable. Should the PC not see your phone, you maybe need to enable the Developer Mode under System Settings > System information. -
@johndoe Thank you, I will give a try to "Linux Desktop Monitor", I saw in one of the presentation pictures in Open Store that it had a button "Browse Desktop Files" - let's see how that works...
But "Linux Desktop Monitor" needs a script to run on the linux computer - I was wondering why isn't it possible just by ssh / fish?
mihael
-
@mihael It is probably for the other features of the app. But you could also open the python script with a texteditor before running it. So you can see what it actually does and do not have to blidly trust it.
Personally, I connect my phone with an USB cable to the PC, if I want to exchange files. But than you access your phone with your PC.
-
In File Explorer, try...
sftp://phablet@192.168.1.5 fish://phablet@192.168.1.5 ssh://phablet@192.168.1.5More information in Spanish: https://elcondonrotodegnu.wordpress.com/2018/03/21/administrar-archivos-de-ubuntu-touch-con-el-administrador-de-archivos-del-pc-mediante-wifi/
-
I can edit /home/phablet/.config/filemanager.ubports/places.conf and add there the fish:// connection to my PC but then File Manager says "path or url may not exist or cannot e read".
-
@johndoe I was able to browse files from the PC with the app "Linux Desktop Monitor". For now this is the only solution that works...