-
We need to copy multiple files from one server to another server using ssh connection.
Currently we have "Put file" for putting single file from one server to another.
Similar, we need a keyword for …
yanne updated
10 years ago
-
The following workflow should be possible:
```
${id} = Get Current Connection Id
Open Connection ...
Do Something With The Connection
Close The Connection
Switch Connection ${id}
```
From e…
yanne updated
10 years ago
-
The SSHLibrary should have keywords `File Should Exist`, `File Should Not Exists`, `Directory Should Exist` and `Directory Should Not Exist` checking if a file or a directory exists on the remote.
Cu…
yanne updated
10 years ago
-
Currently `Read` keyword just reads everything available on the server output buffer. It is thus possible that server writes more content after while reading the old output or immediately after that. …
yanne updated
10 years ago
-
The following test case fails with Pybot:
Open Connection hostname.com
${motd} = Login username password
Should Contain ${motd} Last Login:
With Pybot, keyword `Login` returns an empty …
yanne updated
10 years ago
-
The following needs to be documented in the library keyword documentation:
- Pattern matching is always case-sensitive
- The detailed explanations on how arguments `source` and `destination` work with…
yanne updated
10 years ago
-
Currently trying to use non-ASCII characters for input fails but at least the error message pretty clearly states that non-ASCII input is not supported. If output contains things are even worse becaus…
yanne updated
10 years ago
-
Currently, `Read`, `Read Until`, `Read Until Prompt`, `Read Until Regexp`, `Write`, `Write Until Expected` all log the read output from the server. Similarly, these keywords allow overriding the defau…
yanne updated
10 years ago
-
Hi,
I am using the Keyword “Execute Command” of SSH Library (trilead_sshlibrary). This is showing me an unexpected behavior when I run the code from RedHat Linux using jython. It returns a Return Cod…
yanne updated
10 years ago
-
It would make more sense to have path separator configurable per connection instead of passing it as an argument `path_separator` to keywords `Get File`, `Put File`, `Get Directory` and `Put Directory…
yanne updated
10 years ago