FTP in .Net?

  • Thread starter Thread starter C
  • Start date Start date
C

C

Hi,

Does anyone know what class library I need to use for
FTP'ing files from within ASP.Net

I need to FTP a file to a server and take the file back
down after a period of time.

This whole process will be run every hour so I will need
some timer also.

Maybe someone else has done this. I can't find very much
on this on the web.

Thanks,
C.
 
Thanks for that.

Any VB.Net reference for this?

-----Original Message-----
..NET doesn't provide any class libraries for access via. FTP. You can either
create your own, or look at something like -
http://www.jelovic.com/ftplib/


--
Philip Q
Microsoft MVP [ASP.NET]
http://aspalliance.com/wisemonk/

C said:
Hi,

Does anyone know what class library I need to use for
FTP'ing files from within ASP.Net

I need to FTP a file to a server and take the file back
down after a period of time.

This whole process will be run every hour so I will need
some timer also.

Maybe someone else has done this. I can't find very much
on this on the web.

Thanks,
C.

.
 
Back
Top