Is there a simple ftp file download example to see.
I tried a simple file transfer but the output file written were 0 bytes and INCOMPLETE suffix.
What could be wrong. Any working example would be great to start looking.
Thanks
Is there a simple ftp file download example to see.
I tried a simple file transfer but the output file written were 0 bytes and INCOMPLETE suffix.
What could be wrong. Any working example would be great to start looking.
Thanks
Have you checked out the samples repository?
I did and I have done noting different but seems not working
I come across this link.
https://jira.springframework.org/browse/INT-1663
may be i need to wait for a 2.0.1 release - dont know ???
Yes its true, there was a bug that has been fixed. The code is available with nightly snapshots and will be available with 2.0.1 which should be today.
Sorry about this.
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
is that possible to provide a download link - for 2.0.1 or the nightly build ?
Are you using Maven?
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
No, not for this work - shame I know. The good old ant :-)
Okay. If you just want to download the snapshot distribution zip, you can find it here: http://shrub.appspot.com/dist.spring.../snapshot/INT/
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
Will do that and update after my test pass.
thanks
well am not sure this is working - may be something i am doing wrong.
To down load a file all i need is to define the ftp:inbound-channel-adapter
with local-directory,remote-directory,session-factory ?
any simple example ?