Re: Writing to SMB Share?

2018-08-10 Thread Bob Sneidar via use-livecode
That should work for any SMB connection that accepts UNC paths, regardless of 
OS. The downside of course is that the password is exposed in the script or in 
some stored property. A domain environment would assume the user is a domain 
user and authenticate against LDAP. 

Bob S


> On Aug 10, 2018, at 05:24 , Matthias Rebbe via use-livecode 
>  wrote:
> 
> From which OS do you want to connect?
> 
> From Linux you could include the username and password in the UNC.
> smb://username:passwort@servername/folder” 
> 
> 
> But i am not sure, if this works when working in a domain structure.
> 
> Regards
> Matthias

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Writing to SMB Share?

2018-08-10 Thread Matthias Rebbe via use-livecode
From which OS do you want to connect?

From Linux you could include the username and password in the UNC.
smb://username:passwort@servername/folder” 


But i am not sure, if this works when working in a domain structure.

Regards
Matthias 


> Am 10.08.2018 um 13:54 schrieb Malte Pfaff-Brill via use-livecode 
> :
> 
> Hi folks,
> 
> Is it possible to write to an SMB share which requires User authentication 
> from within liveCode (Domain/User/password)? If so, I am glad for any 
> pointers!
> 
> Cheers,
> 
> Malte
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode