sftp_connect
Connect to an SFTP server to manage remote files. Use host, username, and optional port, password, or private key to establish the session.
Instructions
Подключиться к серверу по SFTP для управления файлами
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Хост/IP сервера | |
| port | No | Порт SSH (по умолчанию 22) | |
| password | No | Пароль SSH | |
| username | Yes | Имя пользователя SSH | |
| privateKey | No | Приватный ключ SSH (содержимое, не путь) |