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
Printable View
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.
is that possible to provide a download link - for 2.0.1 or the nightly build ?
Are you using Maven?
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/
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 ?