Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: help for option confirmation....

You should better use synchronize command instead of get.
pranavcool

help for option confirmation....

Hi,

i am downloading file from FTP to local folder using "get" and i am setting the "option confirm on".

i am integrating this in my c# code.

now i want to make a check for existing file. i.e if the file already exist in the local folder it will not download that particular file from FTP to local folder i.e it will skip that file and download the rest of the file from the ftp.

Basically i want to provide a check for existing file while downloading file from FTP to local folder.

How can i do that in c# code?

Regards,
Pranav dave.