hello how can I replace our ftp to our server on driver address in this code?
string[] filePaths = Directory.GetFiles(@"c:\MyDir\", "*.bmp");
for example:
string[] filePaths = Directory.GetFiles(@"our ftp address", "*.bmp");
the first code is running well but second isnt working!? tnx