Greetings,

I'm interested in creating a virtual drive that connects to an FTP server. Basically, this will mount a new drive under 'My Computer' and once clicked will open an FTP connection to a defined site.

I was able to find a lot of resources on how to create/mount virtual drive. One of them even allow you to point to directory path and then kinda create a shortcut link. When I replaced the code to instead open at ftp address (say ftp://ftp.domain.com), it doesn't work.

Any help/advice will really be appreciated. I'm using VB 6.0 btw.