How to check whether a folder exists in FTP server?

T

thomasc

Hello,
This is about VB.NET 2003.


I am writing a code that implements FTP client using wininet.dll.
What I want to do is to check if a specified directory exists on the
FTP server connected.

Just like <System.IO.Directory.Exists("C:/testFolder")> returns 'true'
or 'false',
is there any way to check if a folder exists on FTP server?

I can use only VB.NET 2003 and cannot use other versions.
Thank you very much in advance for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top