mirror of https://github.com/Ruslan-Isaev/modules
add # requires
parent
b9132ac6f7
commit
9bba6ba512
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue