FTP Downloading.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to download files from the FTP location. This FTP location is
readonly n I dont hv access to delete files from this location once
downloaded. The files to the ftp location keeps adding n I need to download
the recently uploaded files only each time my schedular runs ingnoring the
previously downloaded files as there will be huge number of already
downloaded files n downloading them again is not worth.

How do I acheive this in .Net (Optimum solution if possible).

Thanks in Advance,
Sachin R. Chavan.
 
Send an NLST command to the FTP server to get a list of the file names.
Check it against a list of the files you have already downloaded.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top