Hi

I have attached an updated .jar at ticket
https://issues.apache.org/activemq/browse/CAMEL-2952

It's a quick fix. Could you test it on your system?



On Fri, Jul 23, 2010 at 1:33 PM, Andreas Asmuss <andreasasm...@gmail.com> wrote:
>
> Hi Claus
>
>> I wonder if when downloading you need to CD to the directory first and
>> then download the file.
>
> Correct - you have to be placed in the same directory as the file you want
> to download it and do "GET filename". You cannot do something like this: get
> 'SDN.OUT.EDI'/file001 which Camel-ftp does at the moment.
>
> ---
>
> ftp> cd 'SDN.OUT.EDI'
> 250 "SDN.OUT.EDI." is the working directory name prefix.
> ftp> ls
> 200 Port request OK.
> 125 List started OK
> FILE001
> FILE002
> 250 List completed successfully.
> ftp: 34 bytes received in 0,00Seconds 34000,00Kbytes/sec.
> ftp> cd ..
> 250 "SDNEDIP.UD." is the working directory name prefix.
> ftp> cd ..
> 250 "SDNEDIP." is the working directory name prefix.
> ftp> cd ..
> 250 "" is the working directory name prefix.
> ftp> get 'SDN.OUT.EDI'/FILE001
> 200 Port request OK.
> 550 Mismatched quotes on pathname 'SDN.OUT.EDI'/FILE001
> ftp> get 'SDN.OUT.EDI/FILE001'
> 200 Port request OK.
> 501 Invalid data set name "'SDN.OUT.EDI/FILE001'".  Use MVS Dsname
> conventions.
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/FTP-on-MVS-filesystem-tp1092836p1843293.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to