My client wants to add a link to a webpage. When the link is clicked, Windows Explorer will open and go to an FTP site (e.g., ftp://ftp.domain.com/). I tried the following HTML
<a href="ftp://ftp.domain.com/">ftp://ftp.domain.com/</a>
Unfortunately, this will open the FTP site in the web browser which supports downloading only but not uploading.
I prefer a cross-browser solution, but an IE-only solution would be fine as well.