搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

how to convert desk file address into working ftp index.html

  • 3 回覆
  • 1 有這個問題
  • 14 次檢視
  • 最近回覆由 cor-el

more options

file:///Users/heidyhughes/Desktop/index.html works but when I try it as an ftp index.html it doesn't read for my domaine localtravel.info

file:///Users/heidyhughes/Desktop/index.html works but when I try it as an ftp index.html it doesn't read for my domaine localtravel.info

所有回覆 (3)

more options

Hi heidihughes,

What exactly are you trying to do? Are you trying to give someone FTP access to your computer? You should take a look at this article:

http://www.macinstruct.com/node/152

It will show you how to set up an FTP Server on your mac. Then to be able to access the files, there needs to be an FTP client. I would suggest Filezilla.

Hopefully this helps!

more options

To use a browser as an FTP client here is the syntax "ftp://serveraddress/", this will take you to the root folder of the ftp server and may require login.

To navigate directly to a folder use this syntax "ftp://username@serveraddress/folder/", you will still be required to enter a password for your username.

For example:

file:///Users/heidyhughes/Desktop/index.html

would be similar to

ftp://username@serveraddress/Desktop/index.html

more options

You didn't upload the CSS and JavaScript files in the Home%20Page_files folder, so they are not present on the server.


<script type="text/javascript" src="Home%20Page_files/siteUtil.js"></script>							
		
<link rel="stylesheet" type="text/css" id="layout1.css" href="Home%20Page_files/layout1.css">								
		
<link rel="stylesheet" type="text/css" id="theme.css" href="Home%20Page_files/theme.css">								
<link rel="stylesheet" type="text/css" id="color_1.css" href="Home%20Page_files/color_1.css">								
<link rel="stylesheet" type="text/css" id="custom.css" href="Home%20Page_files/custom.css">								
<link rel="stylesheet" type="text/css" id="wstuseradvancedstyles.css" href="Home%20Page_files/WstUserAdvancedStyles.css">