水静流深
2015-Feb-25 01:22 UTC
[Samba] how to share file between samba on debian and ES File Explorer app on android phone?
There are two machines:ones is my pc whose os is debian7.8,other is my android phone whose os ids android4.4. ES File Explorer app was installed on my android phone,i have add linuxsir as samba user with : smbpasswd -a linuxsir config1 :samba on pc The /etc/samba/smb.conf is as the following. security = share [public] browseable = yes writable = yes path = /home guest ok = yes sudo /etc/init.d/samba restart I can share the /home properly on my android phone with ES File Explorer app. No window pop out to ask me to input account and password ,it is unsafe ,it is better for to change the configuration file a bit to login in the shared file with account and password. config2 :samba on pc The /etc/samba/smb.conf is as the following. security = user [linuxsir] path = /home public = yes writable = yes printable = yes guest ok=yes create mask = 0777 sudo /etc/init.d/samba restart The result on my android phone with ES File Explorer app is:? ? THere is window pop out to ask me to input account and password When i open the shared directory /home to share with ES File Explorer app . What is the matter with my configuration file in config2??
L.P.H. van Belle
2015-Feb-25 07:33 UTC
[Samba] how to share file between samba on debian and ES File Explorer app on android phone?
add in the global config. security = user guest ok = yes map to guest = bad password and your server is set open for all access. works for me on my iphone. Louis>-----Oorspronkelijk bericht----- >Van: 1248283536 at qq.com [mailto:samba-bounces at lists.samba.org] >Namens ???????????? >Verzonden: woensdag 25 februari 2015 2:22 >Aan: samba >Onderwerp: [Samba] how to share file between samba on debian >and ES File Explorer app on android phone? > >There are two machines:ones is my pc whose os is >debian7.8,other is my android phone whose os ids android4.4. >ES File Explorer app was installed on my android phone,i have >add linuxsir as samba user with : > smbpasswd -a linuxsir >config1 :samba on pc > >The /etc/samba/smb.conf is as the following. > security = share [public] browseable = yes writable = yes >path = /home guest ok = yes sudo /etc/init.d/samba restart >I can share the /home properly on my android phone with ES >File Explorer app. No window pop out to ask me to input >account and password ,it is unsafe ,it is better for to >change the configuration file a bit to login in the shared >file with account and password. > >config2 :samba on pc > The /etc/samba/smb.conf is as the following. > security = user [linuxsir] path = /home public = yes writable >= yes printable = yes guest ok=yes create mask = 0777 sudo >/etc/init.d/samba restart >The result on my android phone with ES File Explorer app is:??? > > >??? > >THere is window pop out to ask me to input account and >password When i open the shared directory /home to share with >ES File Explorer app . What is the matter with my >configuration file in config2???? >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/samba >