кто-то сталкивался с проблемой, когда заливаешь файл на удаленный сервер, то sftp конекция зависает.
Open Connection host prompt=$
Login login password
Put File c:\\file1.txt /home/file1.txt
Comment Put File c:\\testcases\\file.csv /home/file.csv
Write ls /home/
${result} = Read Until Prompt
в логах пишется следующее
<kw type="kw" name="SSHLibrary.Put File" timeout="">
<doc>Copies file(s) from local host to remote host using existing SSH connection.</doc>
<arguments>
<arg>c:\file1.txt</arg>
<arg>/home/file1.txt</arg>
</arguments>
<msg timestamp="20120229 17:15:54.812" level="INFO">[chan 2] Opened sftp connection (server version 3)</msg>