Populate a combobox with list of file on a ftp

aleroot

New member
Joined
Feb 26, 2009
Messages
4
Programming Experience
Beginner
VB.NET


I want to populate a combobox with a list of file in a remote ftp Server ...


I can do it ?

thanks
 
You can use the FtpWebRequest and set Method to ListDirectory/ListDirectoryDetails.
 
Back
Top