SFTP over SSH

Secure File Transfer Protocol (SFTP) è un protocollo di file che in genere viene utilizzato con il protocollo Secure Shell (SSH). In combinazione offre un modo sicuro per trasferire e modificare i file.

SFTP over SSH

Caratteristiche

Protocolli

1-6

Prestazioni

SFTP (hpn) ad alte prestazioni. Assembler ottimizzato (32-bit e 64-bit) per algoritmi critici per le prestazioni.

Estensioni

  • File Hashing (check-file): This extension allows a client to easily check if a file (or portion thereof) already matches what is on the server. (draft-ietf-secsh-filexfer-extensions-00)
  • Querying Available Space (space-available): This extension provides a way to discover the available space. (draft-ietf-secsh-filexfer-extensions-00)
  • Copying Remote Files (copy-file): This extension allows to copy a file from one location to another on the server. (draft-ietf-secsh-filexfer-extensions-00)
  • StatVFS (statvfs@openssh.com): Questa estensione restituisce i byte usati e disponibili, oltre ad altre informazioni sul file system. (OpenSSH - PROTOCOL)
  • Limits (limits@openssh.com): This extension allows a client to discover various server limits, including maximum packet size and maximum read/write length. (OpenSSH - PROTOCOL)
  • Newline (newline@vandyke.com): ASCII conversion is done according to the server supplied newline setting.

More …