You should better use synchronize command instead of get.
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.