On 04/22/2015 12:30 AM, Uncle Joe wrote:
> Nil <redn...@REMOVETHIScomcast.net> wrote in
> XnsA4841114...@wheedledeedle.moc:
>
>> Install ES File Explorer on the phone. If you're running Samba on the
>> Linux machine, ES can connect to it via SMB like a Windows share. Or,
>> if you're running an FTP server on the Linux box ES can connect via FTP
>> or SFTP. I think ES can also do cloud stuff like Dropbox, if you're
>> into that.
>
> That's a very interesting idea because I already have ES File Explorer on
> the Android phone.
>
> On Linux, I typed "samba", but it wasn't installed, so I just installed it:
> $ samba
> The program 'samba' is currently not installed. You can install it by typing:
> sudo apt-get install samba
>
> $ sudo apt-get install samba
> $ sudo vi /etc/samba/smb.conf
> [tmp]
> comment = Test for interfacing with Android ES File Explorer
> path = /tmp
> guest ok = yes
> browseable = yes
> create mask = 0600
> directory mask = 0700
>
> I'm not sure yet how to browse to that Samba share from ES File Explorer.
> On the Android phone, in ES File Explorer, when I press "Windows", it
> shows a window for "LAN" and "Cloud".
>
> When I press "LAN", it says "Add a server by New > Server", so I hit the
> "New" button. It asks first for a "Domain", which I have no clue what to use.
> Then it asks for a Server, which, I presume I can get using this command:
>
> $ ifconfig | grep wlan0
> 192.168.1.4
>
> After adding the user and password to ES File Explorer, I run a "scan" on
> ES File Explorer, and I can see an icon for the linux 192.168.1.4 machine.
>
> When I click on that 192.168.1.4 icon on Android, I can see an icon for
> the "tmp" samba share directory on the Linux machine.
>
> Now I just have to figure out how to put a file from the phone into that
> tmp samba share on Linux.
Long-click on the file you want to copy.
Select 'copy'
Go to the
192.168.1.4/tmp subdirectory.
Select 'paste'