Share File From Ubuntu to Android Easy Way (rooted/nonrooted)

Hello World! Today I am Going Share with you, How to Share File From Ubuntu to Android Using Wifi.

Okey Lets Start!

What we needed? An android Phone and Ubuntu Laptop and both are connected to same Network. Nothing other.

Installation on Ubuntu: at First we need to install Samba on Our Laptop.

Open Terminal (ctrl+alt+t) then type

sudo apt-get install samba

after installing Samba we need to Configure it. Okey now we configure it.

Open Terminal (ctrl+alt+t) then type

sudo gedit /etc/samba/smb.conf

then type your system Password then Hit Enter, after opening editor window just add this line on Your config file.

[share]

    comment = Ubuntu File Server Share
    path = /srv/samba/share
    browsable = yes
    guest ok = yes
    read only = no
    create mask = 0755

After adding This try To Change Something like This

   workgroup = EXAMPLE
   ...
   security = user

After This. We need to Create a Shared Folder, Share it To public

open Terminal (ctrl+alt+t) then type

sudo mkdir /srv/samba/share
sudo chown nobody:nogroup /srv/samba/share/
And now Restart Samba by entering this value code

sudo restatr smbd

sudo restatr nmbd

Thats it. Now Our Ubuntu System is Ready For Work.

Installation on Android:

Go to Play Store and Search and Download ES File Explorer. After installing open ES File explorer Click option and Find out “Lan” and Click on This. After Clicking on This Option> Refresh.

You will Found your Computer Name try to open this you will Found your Shared Folder Name.

Lets Enjoy.

Sorry Dude For sharing Tips without Any Image, Just Because I am Too Much lazy to upload any Image, If any Problem write on comment.