Check if a shared folder or ftp path is available

ryanlcs

Member
Joined
Apr 17, 2008
Messages
12
Programming Experience
Beginner
Is there a code checking that whether a shared folder is available??
Or check whether ftp path is available?

Thanks.
 
Got it for shared folder...

VB.NET:
IO.Directory.Exists(strtFolderPath.Trim())

But not sure how to check for ftp site ....

Any ideas would be great help.

Thanks.
 
Back
Top