Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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">