Dave Cragg wrote:
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
Bingo! Thanks!
--
Richard Gaskin
Fourth World Media Corporation
__________________________________________________
Rev tools and more: http://www.fourthworld.com/rev
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution