Bram Vandenbogaerde

Results 19 issues of Bram Vandenbogaerde

SCP in source mode has a special flag called "r" that will send the contents of the directory (recursively) to the target (us in the case we are downloading). The...

enhancement
help wanted

The reader (produced from StdoutPipe in `client.go) and the writer (produced from StdinPipe) should be kept around and not closed after copying a single file to the remote. Furthermore, `ssh.Session.Start`...

enhancement
help wanted
good first contribution

Similar to #59 but for download from the remote, instead of upload (see that issue for more technical details). For this the `CopyFromRemotePassThru` function will need to be adapted.

enhancement
help wanted
good first contribution

The project currently has a few basic tests that test the core functionality of the library. To enable rapid development, and to be able to automatically check the core functionality...

enhancement
help wanted

At the moment the `tests` package only contains an automated test using the password authentication method. In order to properly test the library, tests for the other authentication methods should...

enhancement
help wanted

Issue #37 reported a race condition between setting the pipe and running a command which resulted in an unexpected error, a solution was proposed in pull request #38. As this...

enhancement
help wanted

The ClientConfigurer which allows for more advanced configuration of the SCP client is not documented. It is documented in the code itself, but an example in for example the README...

enhancement

The conn struct almost implements io.Writer, it only differs from the number of return values. ``` *sse.Conn does not implement io.Writer (wrong type for Write method) have Write([]byte) error want...

I changed the helper class to work with the newest websocket protocol. The client can now send messages to server but the server cannot send any of them back. Google...

Hello there, I am looking to integrate a GUI with this project to make connections to an innernet network by less technical people possible. However, it seems to me that...