Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.1k views
in .NET FTP by (240 points)
I am using FTPConnection object and command :
{
    if (ftp.Exists("images")) MessageBox.Show("Directory exist");
}
catch (FTPException exep) 
{ 
    MessageBox.Show(exep.Message); 
}


When directory "images" is on the server then is Throwed the FTPException with message : Unable to determine if 'image' file exist.

1 Answer

0 votes
by (51.6k points)
I've replied to this in another post.

- Hans (EnterpriseDT)

Categories

...