FP2000: Publishing Using FTP Navigates to Home Directory, Not Content Directory (265159)
The information in this article applies to:
This article was previously published under Q265159 SYMPTOMS
When you publish a web using File Transfer Protocol (FTP) in FrontPage, you are prompted to type your user name and password. FrontPage then publishes to your home directory, rather than to your content directory.
For example, FrontPage publishes to your home directory at:
ftp://example.microsoft.com/users/myhomedir
instead of publishing to your content directory at:
ftp://example.microsoft.com/users/myhomedir/public_html
CAUSE
This is because your home directory is the default path for uploading files to a server through FTP.
RESOLUTION
To resolve this behavior, add a " %2f" prefix to the full path of your content directory from the root of the FTP server. For example, you might specify a path like the following example.
If your Content Directory is on a server named "example.microsoft.com" in the following path:
/users/myhomedir/public_html
specify the following path in FrontPage:
ftp://example.microsoft.com/%2fusers/myhomedir/public_html
The " %2f" characters are a hexadecimal escape sequence for a forward slash character, which represents the root directory on the FTP server. When this is added before the full path to your content, the FTP server will be able to find your content directory correctly.
Modification Type: | Major | Last Reviewed: | 8/27/2002 |
---|
Keywords: | kbprb KB265159 |
---|
|