In my application.I need to poll files from FTP Server.But the current load will be very less say per day we will get 2-3 files.so i don't want my service to run always and uses the resources.
Is there any in build or with little customization can i start/stop my FTP polling on demand. Basically i want this FTP polling as service in UNIX. so that when required stop/start.
Am using Spring Integration's int-ftp:inbound-channel-adapter