Try the FTP example program at http://www.juicystudio.com
Main Topics
Browse All TopicsHi,
I'm looking for some code that can get the list of files and subdirectories in a folder on a webserver, much like the FileList control can do for local files? If it's possible with this code to double-click on a subdirectory and then it opens that directory that would be nice. I'd also like something (.Tag or whatever) which has the directory (eg htdocs/img/ or whatever). Basically like WS_FTP LE (free download from www.ipswitch.com).
If it uses Internet Transfer Control or Winsock that's great, any other or third-party controls are ok too so long as they're part of the VB package or free to get and distribute as appropriate with your applications.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try the FTP example program at http://www.juicystudio.com
Business Accounts
Answer for Membership
by: eric0213Posted on 2003-07-06 at 22:44:59ID: 8867006
How are you talking to the remote server? Can you use FTP commands? Are you using HTTP? Does the server display directories for you in some format? Do you have a script/process/module on the server that returns the file structure back to you?