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
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to