Is this with uploading the file to the FTP server? As the file name header may heave leading paths from the consumer / zip data format, you can set flattern=true on the ftp uri to strip any leading paths.
On Wed, Apr 6, 2016 at 4:04 PM, saverineni <suresh.averin...@gmail.com> wrote: > Claus, thanks for the reply. > > I am getting the same exception after adding the stepwise=false. > > This is the log from filezilla server interface : > > (000299)06/04/2016 14:59:03 - (not logged in) (127.0.0.1)> USER testftp > (000299)06/04/2016 14:59:03 - (not logged in) (127.0.0.1)> 331 Password > required for testftp > (000298)06/04/2016 14:59:08 - (not logged in) (127.0.0.1)> PASS ******** > (000298)06/04/2016 14:59:08 - testftp (127.0.0.1)> 230 Logged on > (000299)06/04/2016 14:59:09 - (not logged in) (127.0.0.1)> PASS ******** > (000299)06/04/2016 14:59:09 - testftp (127.0.0.1)> 230 Logged on > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> TYPE A > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 200 Type set to A > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> PWD > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 257 "/" is current > directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> CWD > gtech/unzip/HUT_Week54_09Apr-15Apr > *(000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 550 CWD failed. > "/gtech/unzip/HUT_Week54_09Apr-15Apr": directory not found.* > *(000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> MKD > gtech/unzip/HUT_Week54_09Apr-15Apr* > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 257 > "/gtech/unzip/HUT_Week54_09Apr-15Apr" created successfully > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> CWD / > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 250 CWD successful. "/" > is current directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> PWD > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 257 "/" is current > directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> CWD gtech > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 250 CWD successful. > "/gtech" is current directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> CWD unzip > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 250 CWD successful. > "/gtech/unzip" is current directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> CWD > HUT_Week54_09Apr-15Apr > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> 250 CWD successful. > "/gtech/unzip/HUT_Week54_09Apr-15Apr" is current directory. > (000298)06/04/2016 14:59:16 - testftp (127.0.0.1)> PORT 127,0,0,1,23,228 > > > Thanks > Suresh > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-ftp-550-directory-not-found-tp5780588p5780590.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2