The FTP You Need To Know
1) What is FTP
The File Transfer Protocol (FTP) is a set of rules that computers use to transfer files from one computer to the next. It is by far the most common way for people to get their files from their local computer (the one they are working on) transferred to a remote computer (in this case our the YVOD Web Server). In order to communicate between computers, just like people, you need a common language. FTP is this common language.
2) What applications do I need to manipulate it?
Depending on your level of sophistication, you can use everything from a command line interface to a point and click Graphical User Interface (GUI) application. ALL FTP applications (called clients) must have
more…
