Need some help/directions with writing some code to listen to a FTP Server for new files...and if a new file is defected then move the file to a directory...let say C:\incoming\ for processing...
What I need help with is once I'm connected to the FTP server how do I check for new files...Do I use something like
?
Thanks for you help in advance!
What I need help with is once I'm connected to the FTP server how do I check for new files...Do I use something like
Code:
listFiles()
Thanks for you help in advance!