answersLogoWhite

0

You would be given a login id to that specific server and instructions on how to upload your file.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can you get FTP address?

Any Windows PC can run the FTP client software, so that your PC can be its own ftp address. If you have a web site (such as a personal web site on comcast.net) you can use FTP to transfer files to and from it.


Is using FTP to publish a web page beneficial?

If you are uploading your files to a remotely-hosted web site, then FTP (or, rather, secure FTP) is a good way of uploading to publish files to maintain your website.


How are files downloaded from an FTP repository?

how are files donwloaded from an FTP REPOSITORY


What is an FTP site - Is this just another term for a folder location on the FTP server or is it a website that allows me to upload files for FTP transmission?

A FTP site is a website that allow you to connect and manage you FTP server through the web.Some FTP sites:Net2FTP: http://www.net2ftp.comF->IT: https://fit.jupiterit.comWeb2FTP: www.web2ftp.comBossFTP: http://www.bossftp.com-----A:An FTP site is simply a site or IP that will accept calls using FTP -- File Transfer Protocol. Typically, it's software running on a machine that appears logically to be a separate machine dedicated to running FTP.


Can you recover and save files deleted from an FTP site?

It is not possible to recover these. There is no recycle bin or anywhere that these files go so you cannot get them back.


The program that locates files in public FTP archives is?

program that locates files in public FTP archives


You downloaded a CSS template how do you put it on your site?

First thing you would have to do is download an FTP. This is used to upload files to web servers.secondly you would require a web hosting to host these files.


What mode do you FTP image files in?

Binary


What is the advantages of FTP?

The biggest advantages to an ftp server is that you can a file folder of files and most website building programs use ftp


What is the differences between Telnet and FTP?

The Difference Between a File Server & an FTP ServerFunctiono File servers store data for an entire network, just as an individual computer's hard drive stores data for that individual computer. File Transfer Protocol (FTP) servers run an FTP application to exchange files over the Internet, which is the world's largest network.Similaritieso File serving and FTP serving are both networking methods that involve file transfer between computers. FTP servers need to work together with file servers in order to function. In a network using FTP, file servers store data while FTP servers transmit that data over the Internet, with both being necessary for file transfer to occur.Differenceso FTP servers download files from or upload files to file servers. FTP servers move files to and from file server locations. FTP servers require file servers, but file servers do not require FTP servers, since file servers also serve various intranet networks not connected to the Internet.http://www.ehow.com/facts_6885629_difference-file-server-ftp-server.html-RLSB


How many files can I exchange using an FTP?

The purpose of an FTP server is to transfer files from your computer to your web server. The amount of files you can upload depends on the size of them. For the most part, the number of files to upload will not be an issue.


What does mget in FTP do?

get in ftp will fetch only single file whereas with mget you can get multiple files. use wild char along with mget to transfer multiple files Examples ftp> mget *ftp> mget *.jpgftp> mget *.doc *.xls *.ppt