| Author |
Message |
alaindu22
Joined: 29 Jul 2009 Posts: 109
|
Posted: Sun 02 Jun 2013, 13:03 Post_subject:
Is it possible to join Samba-TNG Server with android device |
|
Hello
In my network , i use Samba-TNG Server on a lucid 5.28 .
No problem with computer to joint it... (puppy machine and windows are right)
But with my tablet (samsung galaxy 10.1 ) I am not able to connect
I don't see samba tng server with android tool es explorer file
i don't see samba tng server with android tool astro
I see 192.168.1.92 and puppy pc with a android tool named fing
With this tool (fing ) on the same windows I see my windows shares 192.168.1.36 and ALAIN (name of my windows computer)
I can join and connect and transfer files to my windows share computer with the two android tools (astro and es explorer files)
i can join puppy with the windows computer and transfer files with this command in a batch
NET USE B: \\192.168.1.92\pupshare /USER:root woofwoof /PERSISTENT:YES
But i am not able to join directly the puppypc with my android system
So can you help me please
Thanks
Alain
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Sun 02 Jun 2013, 13:50 Post_subject:
|
|
I have the same problem with my Android tablet.
Some Puppies with very new kernels also have the problem, but they can access the Samba-TNG server by using the option "sec=ntlm" in their client software.
Is there any place in es explorer or astro where you can include this option?
IIRC, I once got my tablet to detect the Samba-TNG server by starting the server in "guest" mode with no authentication required.
|
|
Back to top
|
|
 |
alaindu22
Joined: 29 Jul 2009 Posts: 109
|
Posted: Sun 02 Jun 2013, 16:11 Post_subject:
|
|
Thanks for your answer
| Quote: |
Is there any place in es explorer or astro where you can include this option?
|
No I don't see options ...
| Quote: |
IIRC, I once got my tablet to detect the Samba-TNG server by starting the server in "guest" mode with no authentication required.
|
I give you my smb.conf
[global]
dns proxy = no
max log size = 50
domain master = no
domain logons = no
workgroup = pupgroup
netbios name = pupserver
server string = Puppy Samba-TNG Server
security = user
map to guest = Bad Password
;printcap name = cups
load printers = yes
[pupshare]
path = /opt/lampp/htdocs/dossier_partage
writable = yes
[printers]
path = /tmp
printable = yes
guest ok = yes
In es explorer it is mentionned that domain is a field not blank ...
So how can I change my smb.conf for giving a good response (domain not blank ) and to be in a guest mode with no authentification
Thanks again
Alain
Other questions
Does it exists an alternative to Samba-TNG server for my situation :
how to connect an android tablet to a share directory in puppy ?
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7833 Location: Stratford, Ontario
|
Posted: Sun 02 Jun 2013, 17:17 Post_subject:
|
|
Try this with the server in guest mode.:
| Code: | [pupshare]
path = /opt/lampp/htdocs/dossier_partage
writable = yes
guest ok = yes
force user = root |
I tried this with my tablet using ES File Explorer. The share was not auto-detected, but I manually set up a connection. I could copy files between the tablet and the server both ways.
| Quote: | | Does it exists an alternative to Samba-TNG server for my situation : how to connect an android tablet to a share directory in puppy ? |
Most Puppies have a PET/SFS package of "real" Samba. I have tested one of them with my tablet and it worked.
|
|
Back to top
|
|
 |
alaindu22
Joined: 29 Jul 2009 Posts: 109
|
Posted: Tue 04 Jun 2013, 02:46 Post_subject:
|
|
Thanks rcrsn51
I have tryed your smb .conf
it's ok for the others computers of the network but not for the tablet...javascript:emoticon(' ')
I have also tryed the real samba package of shino
samba-3.5.6-w5.sfs
It worked for the tablet with ES File Explorer...javascript:emoticon(' ')
So thanks again for the quality of your answer
Alain[/code]
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2449
|
Posted: Tue 04 Jun 2013, 03:33 Post_subject:
|
|
A simple transfer solution is dropbox.
|
|
Back to top
|
|
 |
Galbi

Joined: 21 Sep 2011 Posts: 79 Location: Bs.As. - Argentina.
|
Posted: Wed 05 Jun 2013, 17:13 Post_subject:
|
|
For transferring files between different platforms I use:
Mongoose, a tiny web server https://code.google.com/p/mongoose/
Open it in a desired folder, and all the files in that folder will be download-able from a browser. The only requisite it's to know the IP of the machine acting as a server. PC's, tablets, etc, must be on the same network, off course.
Puppy executable, here: http://murga-linux.com/puppy/viewtopic.php?search_id=263713191&t=83889
|
|
Back to top
|
|
 |
|