Setting permissions on server
Dave Cragg
dcragg at lacscentre.co.uk
Sat May 21 03:10:19 EDT 2005
On 21 May 2005, at 02:44, Richard Gaskin wrote:
> I remember once coming across something made in Transcript that set
> permissions of files on a server.
>
> Of course, now I can't find it. :(
>
Did you mean the following example from the libUrl docs?
put "192.168.123.4" into tHost
put "testfolder/file_1.cgi" into tFile
put "dave" into tUser
put "*****" into tPass##use a real password
put "SITE CHMOD 755" && tFile into tCmd
get libUrlFtpCommand(tCmd, tHost,tUser,tPass)
answer it
http://support.runrev.com/resources/
liburlrealdocs.html#libUrlSetFtpListCommand
Dave
More information about the use-livecode
mailing list