Copy Files to a Samba Share
Posted: Wed Aug 02, 2006 10:13 am
I want to write a PB Win Software, which have to copy files to a Samba Directory.
The User who was logged in at the WinPC and who works with my PB Software doesn´t have any rights to the Samba-Share! It is not allowed that the user has access to this directory, except to copy a file with my software!
So my Software must copy the files with a account who has this rights to write a file in the samba share.
How can I do this?
A function like CopyFile(source$,dest$,username$,password$)
doesn´t exist.
The User who was logged in at the WinPC and who works with my PB Software doesn´t have any rights to the Samba-Share! It is not allowed that the user has access to this directory, except to copy a file with my software!
So my Software must copy the files with a account who has this rights to write a file in the samba share.
How can I do this?
A function like CopyFile(source$,dest$,username$,password$)
