answersLogoWhite

0


Best Answer

Uploading or downloading, depending on your point of view. If you are the machine that had the original file, and you are moving it, it is often called uploading. If you are retrieving the file from a remote machine, it is always called downloading. The only time that these rules are broken is when you are downloading something from a server. Servers do not "upload" the file to you. You download it from them, and the verb used to describe that action is "serving."

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
4y ago

Loss intolerant and time insensitive

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

Lo

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The transfer of an HTML file from one host to another is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is an FTP server used for?

It is file transfer protocol, As a send the file inside the network, One of the oldest of the interner services, file transfer protocol makes it possible to move one or more files securely between computers while providing file security ans organization as well as transfer control.


How do you call a template HTML file to another HTML file?

The best way is to use Server Side Includes. Your hosting provider must support this feature (most do) but there are a couple of variations on how to implement it. If you are using a linux/unix based host, then you would most likely use PHP to utilize server side includes. First you would have to rename your main files that use the templates to .php instead of .html There are a few ways to include files with PHP but my favorite is : Your content here (I like to start include files with i_ for consistency) There is another example in the link if this one gives you an trouble. The other way is ASP style includes for Windows based servers. The best way to accomplish this is: Your content here An additional way is to use an iFrame. <iframe src ="your_html_page.htm" width="100%" height="300"> <p>Your browser does not support iframes.</p> </iframe>


What is ms frontpage HTML files?

Microsoft Frontpage is a WYSIWYG editor that is designed to simplify the creation of webpages. The user puts the information into the editor and Frontpage creates the HTML needed to make it look like it is on the screen. [This is the Frontpage HTML files that are asked in the above question]. The user then uploads that HTML to their host to display the pages. This program makes it very easy for novice users to create web pages.


Where can one find free HTML templates to help build a website?

A good host is 000webhost.com which is what I use.


If you copy a picture from the internet how can you get a HTML code for it?

Image URL AddressIf you right click on the picture (image) a box will open. You then select "properties" and a properties window will open. The information provided will include Web Address (URL) This will have the URL of where the image (picture) is located. You can copy and paste it into the HTML of your document. You should have permission to use it.If you copied the image from another website you have to save it to your own server (host) to use on your web page. Again you should get permission from the website that hosted the image. To save it to a file you can right click the image, and select "save picture as" you then select the file you want to save it to. In order to use it on the web page the image must be hosted on a server.Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server.

Related questions

How do you transfer a HTML file to the internet?

First you have to have a File Server or a Host that will allow you to upload your file. Then you can use a type of program that is known as a "File Transfer Protocol" software. This program will log-in to the Host's File Server and locate the appropriate folder and move the program for you. You can search the internet and find free FTP software to do this. BUT you have to have a website to upload the file to. You can register for a website NAME. You can do this yourself or some places will do this for you and then rent you the file server space for your files.


What is an FTP server?

A FTP (File Transfer Protocol) Server is a protocol standardized network having the ability to duplicate a file from a host to another host via a TCP network. In your situation (for your 'me' page), the internet is serving as the second host.


What is the acronym of FTP?

It means File Tranfer Process where a standard network protocol used to transfer files from one host or to another host over a TCP-based network.


What is the difference between FTP and TFTP?

The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does not provide reliability or security. It uses the fundamental packet delivery services offered by UDP. The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file from one host to another. It uses the services offer by TCP and so is reliable and secure. It establishes two connections (virtual circuits) between the hosts, one for data transfer and another for control information.


What are the rules used to transmit data from one computer to another called?

When transmitting data from one computer to another, the rules are called protocols. A standard network protocol that is used to copy a file from one host to another is called File Transfer Protocol, or FTP.


What is an FTP server used for?

It is file transfer protocol, As a send the file inside the network, One of the oldest of the interner services, file transfer protocol makes it possible to move one or more files securely between computers while providing file security ans organization as well as transfer control.


Which site can I use to host and it needs to be good?

File Transfer Protocol (FTP) or a Web interface


Can a worm infect a host file and wait for that file to be executed on another computer to replicate?

false


Which secure shell command allows one network host to securely copy a file to another network host without requiring a user login?

Trivial File Transfer Protocol: this is a simplified version of FTP without authentication and many other basic features. Often used for booting devices over a network


Can you transfer a computer game to another computer without the CD disk?

If possible, you could save the data from the CD onto your computer. Then, you could transfer the data to another computer via a USB drive, email (if the data is small enough), or via the internet, using a file host or a cloud server.


Where can I host a website that I designed in a file such as notepad using a .html file and for free?

Your Internet Service Provider normally provides a certain amount of free space for you to use as part of your account with them. Check that out first.


Name the service that allows files to be copied from an Internet host to a computer?

FTP -File Transfer Protocol...Filezilla is a free program that facilitates FTP.