How to check remote file existance using wod sftp (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi I m working with wodsftp active x control using visual basic 6.0, please suggest me how can I check that remote file exists or not.
Thanx in advance
Hi I m working with wodsftp active x control using visual basic 6.0, please suggest me how can I check that remote file exists or not.
Thanx in advance
Hi Ichopra,
You could use RealPath Method to check if file exists on the server or not. If file doesn't exist on the server, you should receive an error.
If it does exist, then you should receive path to the file on the server.
Regards,
Damba