d I used .from("file..
> directly after the .process( section. is there a way to achieve a branch
> that still allows me to use the .from("file.. syntax?
>
> Thanks,
>
> Dennis...
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.na
the branching and I used .from("file..
directly after the .process( section. is there a way to achieve a branch
that still allows me to use the .from("file.. syntax?
Thanks,
Dennis...
--
View this message in context:
http://camel.465427.n5.nabble.com/Cannot-write-null-body-to-file-us
arser.parseAvailable(HttpParser.java:235)
> at
> org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
> at
> org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:196)
> at
> org.eclipse.jetty.io.nio.SelectChannelEnd
g.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
--
View this message in context:
http://camel.465427.n5.nabble.com/Cannot-write-null-body-to-file-using-ftp-component-tp5772164.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
I'm trying to poll an absolute path on a windows machine, with sftp
component (Windows machine has openssh server installed).
Using scp from command line works all fine, with unix separators
(c:/dir1/dir2/filename).
Using ftp component I got always the following error: "Can
tion"+routeId)
> .unmarshal().gzip()
> .process(new SomeProcessor())
> .to(toLocation);
>
> The fromLocation is a jmsQueue and the toLocation is a FTP endpoint.
>
>
>
> --
> View this message in context:
> http://
ge in context:
http://camel.465427.n5.nabble.com/Exception-when-using-FTP-as-endpoint-tp5734270.html
Sent from the Camel - Users mailing list archive at Nabble.com.
transfer using ftp failed
Thanks claus Ibsen,
I am indeed using the 'Main' to start the camel. What's happening is that
replacing component 'ftp://' with 'file:///' is working. When I use 'ftp://',
it seems that endpoint from("ftp://...";) i
oute here is
not executed and I don't see any movement of file
Regards
Bala
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 07 February 2013 18:12
To: users@camel.apache.org
Subject: Re: File transfer using ftp failed
On Thu, Feb 7, 2013 at 12:54 PM,
;
>
> -Original Message-
> From: Filippo Balicchia [mailto:fbalicc...@gmail.com]
> Sent: 07 February 2013 15:13
> To: users@camel.apache.org
> Subject: Re: File transfer using ftp failed
>
> Hi,
>
> with this route and camel-ftp 2.10.2
> I Can
advised by one of the members in the list).
Regards
Bala
-Original Message-
From: Filippo Balicchia [mailto:fbalicc...@gmail.com]
Sent: 07 February 2013 15:13
To: users@camel.apache.org
Subject: Re: File transfer using ftp failed
Hi,
with this route and camel-ftp 2.10.2
I Can't repr
; -Original Message-
>> From: AMARNATH, Balachandar [mailto:balachandar.amarn...@airbus.com]
>> Sent: 05 February 2013 14:09
>> To: users@camel.apache.org
>> Subject: RE: File transfer using ftp failed
>>
>> Nope.. I have updated to camel-ftp-2
>
> With thanks and regards
> Balachandar
>
> -Original Message-
> From: AMARNATH, Balachandar [mailto:balachandar.amarn...@airbus.com]
> Sent: 05 February 2013 14:09
> To: users@camel.apache.org
> Subject: RE: File transfer using ftp failed
>
> Nope.. I have update
ftp failed
Nope.. I have updated to camel-ftp-2.10.3.jar but still the issue is persisting
!
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 05 February 2013 13:44
To: users@camel.apache.org
Subject: Re: File transfer using ftp failed
On Tue, Feb 5, 2013 at 9
Nope.. I have updated to camel-ftp-2.10.3.jar but still the issue is persisting
!
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 05 February 2013 13:44
To: users@camel.apache.org
Subject: Re: File transfer using ftp failed
On Tue, Feb 5, 2013 at 9:11 AM
5 February 2013 12:45
> To: users@camel.apache.org
> Subject: Re: File transfer using ftp failed
>
> On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar
> wrote:
>> Hello,
>>
>> I tried to do a file transfer using apache camel route using the f
Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: 05 February 2013 12:45
To: users@camel.apache.org
Subject: Re: File transfer using ftp failed
On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar
wrote:
> Hello,
>
> I tried to do a file transfer using apache camel route
On Tue, Feb 5, 2013 at 5:43 AM, AMARNATH, Balachandar
wrote:
> Hello,
>
> I tried to do a file transfer using apache camel route using the following
> route
>
> from("ftp://@/etc/?password=")
> .process(new Processor() {
> public void process(Exchange exchange) throws
Hello,
I tried to do a file transfer using apache camel route using the following route
from("ftp://@/etc/?password=")
.process(new Processor() {
public void process(Exchange exchange) throws Exception {
// do something
}
}).to("file:///tmp/
after
> >> >> the
> >> >> ftp step so doesn't work.
> >> >>
> >> >> Anyway to retain the original file name? This is necessary as I need
> to
> >> >> perform some local processing after the file has been ftpd, and I
&
gt;> >> ftp step so doesn't work.
>> >>
>> >> Anyway to retain the original file name? This is necessary as I need to
>> >> perform some local processing after the file has been ftpd, and I need
>> to
>> >> use t
ame the files after
> >> the
> >> ftp step so doesn't work.
> >>
> >> Anyway to retain the original file name? This is necessary as I need to
> >> perform some local processing after the file has been ftpd, and I need
> to
> >> use th
I can now get it to work using the re-renaming approach.
Thanks all.
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5699753.html
Sent from the Camel - Users mailing list archive at Nabble.com.
perform some local processing after the file has been ftpd, and I need to
>> use the file name as some sort of an uid.
>>
>> --
>> View this message in context:
>> http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoi
t:
> http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5699472.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
n uid.
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5699472.html
Sent from the Camel - Users mailing list archive at Nabble.com.
;
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5698676.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
Hi,
Did you try setting the camel file name header:
someNewFileName.txt
Thanks,
Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5698676.html
Sent from the Camel - Users mailing list archive at
be able to
refer to the file as a.txt on the local system.
Is there a way to do this?
Cheers.
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227.html
Sent from the Camel - Users mailing list archive at Nabble.com.
//camel.apache.org/bean-integration.html
http://camel.apache.org/pojo-producing.html
http://camel.apache.org/producertemplate.html
> Regards
> Kiran
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Using-FTP-tp5005308p5005308.html
> Sent from the Came
d third case is feasible, what is the input expected by FTP
component? File object, or String or InputStream?
Regards
Kiran
--
View this message in context:
http://camel.465427.n5.nabble.com/Using-FTP-tp5005308p5005308.html
Sent from the Camel - Users mailing list archive at Nabble.com.
.465427.n5.nabble.com/check-remote-folder-using-ftp-tp4473453p4476172.html
Sent from the Camel - Users mailing list archive at Nabble.com.
gregator2.html aggregator for details on
groupExchanges, etc...
from("ftp://foo@myserver?password=secret&ftpClient.dataTimeout=3";)
.aggregate(constant(true)).groupExchanges().completionFromBatchConsumer()
.process(new MyProcessor());
fachhoch wrote:
>
> I want to check a fold
I want to check a folder in a remote server using ftp and if it has any
filescall my processor with the files passed to my processor so that I
can read them.Please suggest me how .
--
View this message in context:
http://camel.465427.n5.nabble.com/check-remote-folder-using-ftp
34 matches
Mail list logo