FTP as an Email Alternative

FTP has gained many more uses since it was firstEmail is something else that can be used with FTP in
developed over three and a half decades ago, beforea number of ways. Using one of the many available
TCP/IP was created. In the beginning it was onlyprogramming languages such as Pearl or Python, email
used for basic commands and was the primaryattachments can be uploaded to the server
method devices used to communicate with eachimmediately when the server receives a new email.
other. NCP (Network Control Protocol), which was aThis is something that would be setup on the mail
very basic form of TCP was for controlling networkserver and not the user's machine. Another thing that
traffic. Remember, there was no Internet as weis very popular is web based email, where the users
know it in those days. The only similar thing wasemail account is entirely online. The advantage to this
ARPAnet, which was miniscule and only used by ais that it can be accessed from anywhere at
small number of developers. As FTP evolved, it wasanytime, and doesn't require the user to perform any
given more commands and consequently became farcomplicated setup processes they might normally
more useful, and became the main thing to use forhave to do.
uploading and doing work on web sites. OtherAnother role FTP can play in email is as an internal
evolutionary steps included becoming more securecommunications platform for businesses of any size.
and mixing FTP with other protocols like SSL andSuch application would be bespoke to the client and
SSH, which gave birth to SFTP. SFTP is a much morestore all the account information in a database like
secure method of transferring files betweenMySQL. This is not exactly email but more of an
machines, but is often hard to configure because ofonline message board system where users would log
firewalls etc.in, and have all their information, including new
As time went on developers came up with more andmessages etc presented to them straight away. This
more inventive ways to use FTP and it soon becamesystem can be made even more secure by storing all
the backbone for many new concepts such as cloudattachments and data in encrypted archives, which
storage and online collaboration. Naturally, such higheliminates the need for any kind of secure FTP. This
profile concepts needed to be secure and that's whymakes the whole thing easy to setup and use,
secure FTP is now gaining popularity and exposure.without having to configure any firewall settings etc.