SFTP over SSH
The Secure File Transfer Protocol (SFTP) is a file protocol which is typically used with the Secure Shell (SSH) protocol. In combination it offers a secure way to transfer and manipulate files.
機能
プロトコル
1-6性能
高性能SFTP (hpn)。パフォーマンスに影響するアルゴリズムに最適化したアセンブラ(32ビットと64ビット)を使用拡張機能
- 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.
- Querying Available Space (space-available): This extension provides a way to discover the available space.
- Copying Remote Files (copy-file): This extension allows to copy a file from one location to another on the server.
- StatVFS (statvfs@openssh.com): この拡張機能はファイルシステムの他の情報から空き容量と使用済み容量を返します。
- Newline (newline@vandyke.com): サーバーが提供する改行設定に従ってASCII交換をします。
More...
- All the SSH Protocol Features.
