Question Franck Hanotin · Juil 3, 2025

Bonjour,

j'essaie de faire une connexion avec un serveur SFTP avec 

set ssh = ##class(%Net.SSH.Session).%New()

set Status=ssh.Connect(Server,FtpPort)

set Status=ssh.AuthenticateWithKeyPair(User,"E:\Datas\export\ClePublic.txt","E:\Clé ssh\id-rsa.ppk","")

et là j'ai l'erreur:

TOOLS>zw Status                                                                

Status="0 "_$lb($lb(7510,-19,"SSH Error [80101013]: Waiting for USERAUTH response [80101013] at F:\2024-1-1-347-0\dev\modules\CacheSSH\Session.cpp:498,0",,,,,,,$lb(,"TOOLS",$lb("e^ssherror+4^%Net.SSH.Session.1^1","e^AuthenticateWithKeyPair+2^%Net.SSH.

1
0 87