Hi guys, I'm trying to find a way that I can copy a file from one server to another (there Windows 2003 servers) using either CFFILE or a CFEXECUTE command to run what I need through Xcopy or Robocopy.
At the moment I'm getting a error message telling me "The cause of this exception was: java.io.FileNotFoundException: \\xx.xx.xx.xx\CFTEST-Upload\TEST.txt (Access is denied). " if I try this. Looking around online I found this article which could explain how to solve this... http://forums.devshed.com/coldfusion-development-84/writing-a-file-to-another-server-364543.html .....what I'm wondering though is if there is any security risks in giving ColdFusion these kinds of permissions to start writing to another server? Cheers, James ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279297 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

