SFTP через 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. (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): расширение предоставляет сведения о файловой системе, в т.ч. информацию о доступном и использованном дисковом пространстве (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.