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닚퇨닒黈⡞版=no뫇ꮝꦞ=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닚퇨닒黈⡞版=no뫇ꮝꦞ=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.
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닚퇨닒黈⡞版=no뫇ꮝꦞ=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닚퇨닒黈⡞版=no뫇ꮝꦞ=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.