Simple File Transfer Protocol

Why Trust Techopedia

What Does Simple File Transfer Protocol Mean?

Simple file transfer protocol (SFTP) is an unsecured, lightweight version of File Transfer Protocol (FTP), which runs on Transmission Control Protocol port number 115. It has some useful features not present in Trivial FTP (TFTP), but is not as powerful as FTP.

Advertisements

Techopedia Explains Simple File Transfer Protocol

If the protocol is 8-bit byte stream oriented, the SFTP can be implemented with any protocol. It is defined in the RFC 913 and exhibits an intermediate complexity level between TFTP and FTP. SFTP has a set of 11 commands. It is sometimes confused with Secure Shell FTP, which is a secured version protocol.

SFTP can be implemented by opening a TCP connection to the remote host’s port 115. The SFTP supports features such as user access control, file transfers, directory listing, directory changing, file renaming and deleting. The SFTP does not receive as much attention as TFTP and is not as accepted widely on the Internet. The protocol status is now marked history by IETF.

SFTP supports three types of data transmission:

  1. American Standard Code for Information Interchange (ASCII): ASCII bytes are generally taken from the source system file and transferred over the connection and stored in a destination system file.

  2. Binary: The 8-bit bytes are taken from the file in the source system, transferred over the connection and stored in a destination system file.

  3. Continuous: The bits are taken from the source system file, transferred through the connection packed into 8-bit bytes ignoring word boundaries. The bits are received by the destination system in a continuous fashion, with no word boundaries.

SFTP supports user authentication where a user has to enter username and password to login into the server. It also features hierarchical folders and file management.

Advertisements

Related Terms

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.