FTP Downloading.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?U2FjaGluIENoYXZhbg==?=

    FTP Downloading.

    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.
  • Kevin Spencer

    #2
    Re: FTP Downloading.

    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:


    "Sachin Chavan" <sachinrchavan@ community.nospa mwrote in message
    news:4A6C38EF-A006-4FED-A6C7-7CF35A4037EA@mi crosoft.com...
    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.

    Comment

    Working...