Question
CFFILE move action
I need to use CFFILE move action to move 600 or more files
from one folder to another in different server.
1. in the fromPath do I have to include the name of file to moved?
2. if there are more than 600 files, how to do this without slowing down the process.
<cffile action="MOVE" source="#FromPath#" destination="#ToPath#"> >> this may work for moving one file
how to move more than 600 different files?
1. in the fromPath do I have to include the name of file to moved?
2. if there are more than 600 files, how to do this without slowing down the process.
<cffile action="MOVE" source="#FromPath#" destination="#ToPath#"> >> this may work for moving one file
how to move more than 600 different files?
