Hi,

Can I use dirinfo with a remote m/c?
I mean suppose I establish a ftp connection with a remote m/c and then wirte:
Code:
DirectoryInfo dir = new DirectoryInfo(remotePath);
It doesnt work!
Any alternatives?

AK