Copy files between servers - Solved

Jim Ault JimAultWins at yahoo.com
Fri May 15 10:48:17 EDT 2009


WHoops -- typo  --since I want to delete the files after copying them,
chmod 777   allows everyone to delete files,
                     chmod 644 allows everyone to read only

thus the correct line
get shell("chmod 777" && ("C:/temp/_outputFiles/" & filename & ".txt"))

also show below
Solved for my situation

-1- For the Win 2003 C:/temp/_outputFiles/  folder, set the security  
to this user (Rev) as Full Control
-2-
put logText into url ("File:" & "C:/temp/_outputFiles/" & filename &  
".txt")
get shell("chmod 777" && ("C:/temp/_outputFiles/" & filename & ".txt"))


Jim Ault
Las Vegas



More information about the use-livecode mailing list