J
Jason
I want to create a simple FTP program or service that would:
1.) FTP files in a specific directory to a remote ftp host.
2.) Send off a report telling me if all files transferred or if they
failed via email
3.) If files failed, try to send again every minute for 3 minutes
4.) move files that were successfully ftp'd to a differant directory
Would this be difficult to do? Anyone give any examples?
Are there classes that will do this?
thanks.
1.) FTP files in a specific directory to a remote ftp host.
2.) Send off a report telling me if all files transferred or if they
failed via email
3.) If files failed, try to send again every minute for 3 minutes
4.) move files that were successfully ftp'd to a differant directory
Would this be difficult to do? Anyone give any examples?
Are there classes that will do this?
thanks.