I'm developing an app which downloads the files from ftp server. However the ftp folder may differ during each run. The ftp folder to be polled is provided by the user.
I noticed the spring documentation mentions remote-directory-expression use but I'm not sure how can I use this for the parameters supplied by a user.
Inputs please.