How do I upload a single web page?

Messages
2,325
Likes
17
I need to upload a single page onto a redundant website saying 'Website not available' or words to that effect. How can I do this quickly and simply without using any web building program?
 
I am no expert but I think CuteFTP will do this for you. Free to use if I recall.
 
Create a file in notepad called index.htm

Into it paste

<HTML>
<BODY>
<b>Website not available</b><br>
email <a href=mailto:[email protected]>[email protected]</a> with any queries.
</BODY>
</HTML>

Save it

Back up any index file on the website and upload it using cuteftp/ftp/whatever.

This should do the trick for you.
 
Skim,

Go to this link and download the FTP 2.0 (FOC). When you have loaded the software you will get a screen as shown in the first attached image.

http://www.tomaweb.com/freeware.asp

When setting up a new connection you need to input information in the sections similar to that shown and then it connects. Once you are connected you will see the parent directory and all you then do is open up a windows file manager and drag the file across to the parent directory and it uploads.

It is quite easy and a good little progam.


Paul
 

Attachments

  • ftp.gif
    ftp.gif
    20.3 KB · Views: 472
Top