Absolut path information in ftp/sftp component

2021-03-05 Thread Michael Rambichler
Hi together, What is the reason that ftp/sftp component does not support absolute path information? Is there a technical reason? Or is it maybe a viable request for a feature? Thanks Michael

Rép. : Absolut path information in ftp/sftp component

2021-03-05 Thread Daniel Langevin
Hi, The path used in ftp, ftps and sftp components is always relative to FTP home directory of logged in user. FTP home directory depends on configuration of FTP server. In some configurations it can be seemingly "/", but it is in most cases just chroot Daniel Langevin >>> De :Michael

Re: Absolut path information in ftp/sftp component

2021-03-05 Thread Josef Tember
Yes for Security reasons. But you can escape the user's home path by setting *jailStartingDirectory*=false and climb up the directory-tree with .. /.. /.. /.. /.. / 05.03.2021 11:25:30 Michael Rambichler : > Hi together, > > What is the reason that ftp/sftp component does not support absolute

Re: interesting behavior - bug? - related to Scheduler component - Camel 3.8.0

2021-03-05 Thread Claus Ibsen
Hi The delay EIP is async by default. To make it block the thread use asyncDelayed=false https://camel.apache.org/components/latest/eips/delay-eip.html On Wed, Mar 3, 2021 at 8:24 PM Lutor, Zoltan (Nokia - HU/Budapest) wrote: > > Hi, > > I have a simple example code for playing with Scheduler co

please help me subscribe

2021-03-05 Thread Harsh Karn
Hi, I need to ask a question related to camel spring-ws. *Thanks* *Harsh*

Re: please help me subscribe

2021-03-05 Thread Claus Ibsen
Hi Welcome to the Camel community. You can ask your question here. On Sat, Mar 6, 2021 at 7:24 AM Harsh Karn wrote: > > Hi, > > I need to ask a question related to camel spring-ws. > > *Thanks* > *Harsh* -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: htt