You would be given a login id to that specific server and instructions on how to upload your file.
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.
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 donwloaded from an FTP REPOSITORY
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.
It is not possible to recover these. There is no recycle bin or anywhere that these files go so you cannot get them back.
program that locates files in public FTP archives
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.
Binary
The biggest advantages to an ftp server is that you can a file folder of files and most website building programs use 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
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.
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