Hello all I am just a junior and my task is in existing project implementation uploading file to ftp server(only uploading) to permanent default folder. Default authentication(login, pass).
I have read these posts:
https://github.com/SpringSource/spri...ration-samples
http://ru.scribd.com/doc/13738920/Us...2-and-spring-3
http://static.springsource.org/sprin.../html/ftp.html
But I still do not understand that. I used to work with UI and controllers.
I need to have in existing controllrer's class a way to invoke a method which will work with filename of file and upload it to ftp.
Our project uses Maven, Spring last version.

If somebody has a little free time to help me, I would be very thankful.