Hi Friends, Iam developing a c# application to upload and download files from ftp server, the upload and download
methods are working fine but if a file already exists in ftp server same filename it is not asking for conformation it just
replaces the old file, is there any options to check a file already exists or get file information from ftpserver.
Loading
Sam HobbsPosted Apr 2, 2010, 1:30 PM
Nikhil MahajanPosted Apr 2, 2010, 4:55 AM
there are many ways to check that file exists or not...
just compare ur upload file with existing file..
Here are some
http://www.example-code.co
http://www.codeproject.com