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!

Now that we've setup our FTP server, Its about time we explore different ways to connect to it.
In this chapter, I will use FileZilla client software to connect to our FTP server. Please note! FileZilla also build FTP server for windows.
If you are interested in running a FTP server of windows, than you can explore that option as well.
Download FileZilla.
Once download is completed, run the installer.
Finish installing FileZilla.
Once installed open FileZilla.
We will use Quick Connect function on FileZilla window.
Enter host name or IP address in Host field.
I will enter the username, I create in last chapter and then enter his password.
Now I will click on Quick Connect button.
I am able to see my FTP folder.
Process of downloading and uploading files is simple.
Just use drag drop between source and destination folder to transfer files between two machines.

If writing failed for any reason, there can be few reason. On Linux, SE Linux can be preventing VSFTPD read access, or in your VSFTPD config file you may not have set, "write_enable" setting to Yes.

In next chapter I will show you, how you can use a web browser to get access to hosted FTP files.