View Single Post
Join Date: Mar 2008
Posts: 136
Reputation: cVz is an unknown quantity at this point 
Solved Threads: 7
cVz's Avatar
cVz cVz is offline Offline
Junior Poster

Re: Server Files in Combobox ??

 
0
  #3
Jan 8th, 2009
Ok i understand that , thank you very much ... i tested a few other ways, but for argument sake lets say i said

  1. string[] The_Files = m_ftp.GetFileList("/");

or

  1. string[] The_Files = m_ftp.GetFileList("TestDir/");

or even

  1. string[] The_Files = m_ftp.GetFileList("//TestDir/");

/* Just keep in mind that the TCP is already connected so specifying just a directory works for Upload and delete */

It gives me the same problem , so could you maybe make my day worth wile and help me try something else ?

Even a total different approach is fine, i can adjust my code...

LizR - you rock , thanks for your help
Delphi & C# programmer deluxe...
Reply With Quote