Question
Move files from one server to another
<cfset spath = "\\ght4\clients\abc\new\256\">
<cfset dpath ="\\ffg\clients\def\new\kij">
<cffile action = "move" source = "#spath#" destination = "#dpath#">
It generating an error Is there a way to move files from server to another in coldfusion
