Hi All! I face with the issue while using jcsh component in Camel 2.12.1. I'm trying to do file transferring and I got a message depicted in the log entry like bellow:
*2013/11/23 16:15:23 [main][DEBUG] Creation of temporary files not supported by the scp: protocol. - (ScpEndpoint.java:66)* 2013/11/23 16:15:23 [main][INFO ] Connected and logged in to: Endpoint[scp://myhost//home/test/tests/scp?password=xxxxxx&strictHostKeyChecking=no&username=test] - (RemoteFileProducer.java:193) 2013/11/23 16:15:23 [main][DEBUG] Creation of temporary files not supported by the scp: protocol. - (ScpEndpoint.java:66) 2013/11/23 16:15:23 [main][DEBUG] Wrote [/home/test/tests/scp/scpSendingTest1.txt] to [Endpoint[scp://myhost//home/test/tests/scp?password=xxxxxx&strictHostKeyChecking=no&username=test]] - (GenericFileProducer.java:282) As a result transmitted file has not been stored on the server, but its content has been written to the file name "scp" (I assume that the Camel pick up it from the path for storing that I passed to producer - /home/test/tests/scp). I neither find any options that allow to disable temporary files creation nor anything related the topic on Internet. Will be happy to have any advise with that matter. Thank you in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-jsch-component-Camel-2-12-1-tp5743740.html Sent from the Camel - Users mailing list archive at Nabble.com.