This wiki is managed by www.edeskonline.com - an online operating system. Click here to know more.

Web page creation ( using FTP )

From EDeskWiki

Revision as of 11:57, 4 August 2008 by Dhshah (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

You can create files on your website using only Notepad and Internet Explorer. Notepad will be used as a simple HTML editor to create your web pages. And Internet Explorer will be used as your FTP Client to upload your pages. But you need to know HTML in order to use this method. In case you do not know HTML, then instead of Notepad, you can use any HTML Editor.

How to copy files from ones desktop to the server

To copy files from ones desktop to the server

Please follow the below Steps.

  • Create the file with the extension .Htm or .html. (You can use the notepad to create the file and name the file as say first_page.htm)
  • Login to your FTP Server.
    • for example.. FTP:\\www.abc.com
  • Enter your login and Password.
  • Open your public folder i.e. httpdocs and paste the file there and you are done.

How to copy files from the server to ones desktop

To copy files from ones FTP server to the desktop

Please follow the below Steps.

  • Login to your FTP Server.
    • for example... FTP:\\www.abc.com
  • Enter your login and Password.
  • Open your public folder i.e. httpdocs and copy the desired file from the folder and paste it on your desktop.

See Also