Re: creating a simple ftp program with logs...??

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Jason,

No it is not difficult to do as you use the FTP class, the FileWatcher class and the SMTP class.

I assume that there more then enough samples around this on MSDN.Microsoft.Com

Cor

"Jason" <paul814@xxxxxxxxxx> schreef in bericht news:c3cfa4fe-d97e-4027-b939-8e547319563e@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.

.



Relevant Pages

  • Re: creating a simple ftp program with logs...??
    ... The other responses are much simpler and are the way to go, but I just thought I'd share some code I did to download a file from an FTP server. ... move files that were successfully ftp'd to a differant directory ...
    (microsoft.public.dotnet.languages.vb)
  • creating a simple ftp program with logs...??
    ... I want to create a simple FTP program or service that would: ... FTP files in a specific directory to a remote ftp host. ... move files that were successfully ftp'd to a differant directory ...
    (microsoft.public.dotnet.languages.vb)