SSH File Transfer Protocol (SFTP)

SFTP

  • enables secure file transfer capabilities between networked hosts
  • unlike the Secure Copy Protocol (SCP), SFTP additionally provides:
    • remote file system management functionality
    • allowing applications to resume interrupted file transfers
    • list the contents of remote directories
    • delete remote files

Client