Good afternoon, we have an interesting problem that I'm hoping someone has encountered before. We're trying to push files from our ColdFusion server over to a secure FTP server elsewhere. We're using the PSCP command-line FTP client, and running it with CFEXECUTE. The ColdFusion service runs as a special "coldfusion" user on the server which has full access to the files and folders needed to run this utility.
When we log into the server as the "coldfusion" user account we can run the commands without error and the files get uploaded. However, when we run it through CFEXECUTE, it eventually times out. We can see the pscp.exe process in the task manager running even after ColdFusion times out the request. We suspect that the pscp.exe program is waiting on input, but we cannot find a way to see what the program is doing. We've tried using the "outputfile" attribute and nothing gets written. We've also tried output redirection to a file from within the batch file we're executing to no avail. So, to make a long question short, is there any other way to see the output from a command run with CFEXECUTE? Something so simple and it's been driving us insane all morning. Any input is appreciated. Thanks! -Justin Scott | GravityFree Network Administrator 1960 Stickney Point Road, Suite 210 Sarasota | FL | 34231 | 800.207.4431 941.927.7674 x115 | f 941.923.5429 www.GravityFree.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288981 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

