Watching:  

Getting started with FTP - The File Transfer Protocol


Author: Subject Coach
Added on: 8th Jan 2015

 
Please note: You need to login to view this resource

Getting started with FTP - The File Transfer Protocol, is a video course that is subdivided into multiple parts including

  1. Welcome note
  2. Prerequisites
  3. What is FTP
  4. Installing FTP server on Linux server
  5. Connect to FTP server using a GUI client
  6. Connect to FTP server using web browser.
  7. Connect to FTP server using windows explorer.
  8. FTP command line
  9. SFTP - A secure way of transferring data
  10. Wrapping up

I hope that you will learn from it, After taking this course, if you have any feedback, please send it through.

Author: Subject Coach
Added on: 8th Jan 2015

Please get in touch with your teacher or tutor in case you have a question related to this lesson

None just yet!

Windows Explorer has built in support for FTP.
All you have to do is to type ftp:// [FTP server address] and press enter.
You will have to enter your FTP username and password, or if anonymous access is allowed, you would be able to connect anonymously.

You can also save your login details by checking, "Save Password" option.
Once connected, you are now able to create new folders,
upload files from your machine to the FTP server.
transfer files from FTP host to your machine .
In next chapter, we will explore some basic commands to connect to FTP server using windows command line.