Virtual Directories Not Visible on FTP Clients

Last reviewed: March 11, 1998
Article ID: Q142853

The information in this article applies to:

  • Microsoft Internet Information Server versions 1.0, 2.0, 3.0, and 4.0

SYMPTOMS

When you use your FTP client, you are unable to see virtual directories created in Internet Server Manager for the FTP service even though you have permissions to access the directory.

However, if you issue the "cd" command with the correct name to the virtual directory or "ls" or "dir" of the virtual directory, the contents are listed (provided sufficient permissions exist for the user/anonymous user).

CAUSE

Internet Information Server does not have this capability at this time.

WORKAROUND

A work around is to create a physical directory with the same name in the location of the virtual directory so the FTP client can see the name.

/ --> c:\inetpub\ftproot /sample --> d:\ftpvdir

If you create the directory c:\inetpub\ftproot\sample, the FTP client will see that directory in directory listings. The FTP client will only be able to see/retrieve files located in d:\ftpvdir. If any files are placed in c:\inetpub\ftproot\sample, the FTP client will not see them or be able to retrieve them.

You can also create a virtual directory for the FTP service from the Directories tab in the FTP Service Properties by choosing Add. Select the directory and type in an alias. The virtual directory alias is used to change to the directory.

The way you change to the directory varies slightly depending on if you use a web browser or standard FTP client to access the FTP server.

From a WWW Browser

Include the virtual directory name in the URL:

   ftp://myftpserver/mydirectory/

From a Standard FTP Client

Even though the directories can not be seen, you can explicitly "cd" to the virtual directory name. For example:

   cd /mydirectory

The forward slash is necessary, otherwise "cd" tries to change directory from within the current directory the client is in.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Information Server versions 1.0, 2.0, 3.0, and 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: prodiis iis
Keywords : iisftp kbusage
Version : 1.0 2.0 3.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.