Problem encrypting data using PGP data format

2013-03-14 Thread GarethHughes
I have a route thus: The route throws a very generic org.apache.camel.CamelExecutionException and a stack trace which doesn't really suggest what the error might be (see below). It found the keyring file OK because if I specify that incorrectly can'

Problem polling UNIX FTP server

2013-02-27 Thread GarethHughes
Hi, I'm new to Camel so I may have missed something obvious. I am using Camel 2.10.3, running on Windows 2003 server and Java 1.6. I am attempting to poll files from an FTP endpoint using the following URL: ftp:egate@devweb/camel_hosts/REMHOST_A/out?password=*&binary=true&localWorkDirecto

Re: Problem polling UNIX FTP server

2013-02-28 Thread GarethHughes
Hi Claus, Thank you for your advice. I installed 2.10.2 and it works...as you said it would. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-polling-UNIX-FTP-server-tp5728242p5728307.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Performance problem uploading to remote FTP using Stream

2013-03-13 Thread GarethHughes
The only options that I could see on the ftpClient http://commons.apache.org/proper/commons-net//apidocs/org/apache/commons/net/ftp/FTPClient.html to adjust the buffer size are 'setBufferSize' and