add # requires

dev
RUIS 2025-06-06 10:19:55 +03:00 committed by GitHub
parent b9132ac6f7
commit 9bba6ba512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ from .. import loader, utils
import paramiko
# requires: paramiko
def upload_file_sftp(host, port, username, password, local_file, remote_file):
try:
# Создаем экземпляр SSHClient