FTP(File Transfer Protocol)

While doing research for the futures paper, I found some information about FTP. FTP is also called as File Transfer Protocol. We are aware that Unix is a server based operating system. There is one central server and the data of this server can be accessed by several other computers which have access to the parent server. Often times, the access is restricted by enforcing a user name and/or a password. Each computer is like a branch where the server acts as the root of this tree.

FTP is the way to transfer data to and from these server. It can be very beneficial in office where the main data might need to be accessed by all the employees. There is a list of FTP commands that could be found on Google. Some of these commands are:

APPE: Append

DELE: Delete File

MKD: Make directory, etc.

All these commands are typed in the Linux terminal. There are several other ways of transferring files and FTP is one of the major and famous one out there.

Look at this link for several other FTP commands:

http://en.wikipedia.org/wiki/File_Transfer_Protocol