File Transfer Protocol is used to transfer programs or other information between network computers or over the internet. FTP allows you to download software, upload your own web pages, and transfer information between different computer accounts.
Things you will need
- Computer
- Computer network or,
- Internet
Instructions
- Start the FTP client – type the ftp command ftp>
- Connect to a remote computer – use the open command
- Enter the name of the FTP host
- Enter your username and password. Login details are not needed for an anonymous server.
- Use the ls and dir commands to display the names of the files in the directory on the remote computer
- Use the get command to transfer a file from the remote computer to your computer: ftp> get install.txt for example
- Use the mget command to retrieve a group of files
- the put command to transfer a file from your computer to the remote computer: example ftp> put angle.doc
- To make an FTP connection using your browser use Internet Explorer and type ftp://username@yourdomain.com in the address bar to login
- You will be sent to a page displaying all files and folders currently located on your hosting account. To upload a file, simply drag and then drop it to the location where you would like the file to appear