使用 SSH 的 SFTP

加密檔案傳輸協議(SFTP)通常和加密外殼(SSH)協議一起使用,以便於安全地傳輸和維護檔案.

使用 SSH 的 SFTP

功能

通訊協定

1-6

效能

高效能 SFTP (hpn)。最佳化的組合語言程式 (32 位元和 64 位元) 的效能關鍵演算法。

附加功能

  • 檔案雜湊 (檢查檔案):這個附加功能允許客戶端輕鬆地與伺服器上相符的一個檔案進行檢查 (或其中一部分)。 (draft-ietf-secsh-filexfer-extensions-00)
  • 查詢可用空間(space-available):該擴展提供了一種用於查詢可用空間的途徑. (draft-ietf-secsh-filexfer-extensions-00)
  • 複製遠端檔案(copy-file)該擴展允許使用者將伺服器中的檔案從一個位置複製到另一個位置. (draft-ietf-secsh-filexfer-extensions-00)
  • StatVFS (statvfs@openssh.com):這個附加元件傳回關於檔案系統的可用和已使用位元組的相關資訊。 (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 …