How to access my Android's files using Wi-Fi in Ubuntu?
There is a free application on the Google Play store called Software Data Cable:
Once you've installed it, turn on your WiFi connection and launch the app.
Tap on the "start service" button.
It creates a FTP server on the android device that lets you connect from any computer by opening the resource:
ftp://192.168.1.xxx:8888
where 192.168.1.xxx is the IP address of your device.
You can now copy/paste files over WiFi from/to your android device.
PS - on ubuntu 18.04 get into nautilus and hit + Other Locations
then at bottom enter ftp URL above into Connect to Server
My favourite application is SSHelper. It is free on google play store and well documented.
It creates a SSH server you can access using sftp. You mount the filesystem using Nautilus.
http://arachnoid.com/android/SSHelper/
To make it more interesting; You may indeed use AirDroid, which is an android App allows you to connect to your phone interface using a web UI.
Airdroid Supported Instances
- Connecting via network (you have to be on the same network)
- Connecting via hotspot (device will create a network which is going to be the same network)
- Over the internet (you will need an airdoid account)
Usage (using either same network or via device's hotspot)
- Download the AirDroid app from Google play & Open the app
- When it is connected over WiFi or on hotspot, it will display a URL to connect to;
- Connect the given URL from your browser which will ask to allow with a prompt on your device
- once connected your device will displayed with a below message
- and the PC will give you the rest of the information
What can I do with Airdroid
There's a lot you can do with Airdroid (even accessing your folder directories, not sure you need root or not)
- Transfer file between phone to PC or vise verca
- Find phone
- Read notification
- Operate phone calls, SMS... & many more
Hope that helps and clears your question!