jawad
although i m able to upload the files in any directory on the server, on the / directory and within any directory but when i want to read any information regarding / directory or after changing the directory the inner files and directories it never shows anything
con.ReadDirectory();
MessageBox.Show(con.Directory.Count.ToString());
con.ReadDirectory();
MessageBox.Show(con.Directory.Count.ToString());