Q: If you create a directory alias in the FTP-Properties it will be done, but the links are invisible. I need a way to show these links. How do I do this?
A: You should create a directory with the same name as the ALIAS. For example, you have an alias named /ARCHIVE which refers to \\SOME_SERVER\SHARE_NAME\PATH. In this case you need to create an /ARCHIVE dir in your home ftp-directory. This directory will be visible to ftp users and when the user CD's to ARCHIVE or /ARCHIVE the ftp-server will interpret it as
CD \\SOME_SERVER\SHARE_NAME\PATH. Unfortunately, it doesn't work with Netware volumes, even connected through the Netware gateway for NT.
While .NET has built-in support for HTTP and SMTP, support for FTP is limited. In this article, Fiach Reid shows you how to built a custom FTP client using standard windows components. [Read This Article][Top]
In this article, Rob Chartier takes advantage of the Direct Internet Message Encapsulation (DIME) specification in the Web Services Enhancements (WSE) to create an application that sends and receives large binary messages within the .NET Web Service environment. [Read This Article][Top]
This article by Jeff Niblack debscribes how to build a component in Visual Basic that executes FTP commands. He demonstrates how to build the component with the WinInet functions provided by Internet Explorer using Visual Basic as a itermenderary between the COM interface and WinInet. [Read This Article][Top]