sftp/examples
Daniel Theophanes d8ec5de5ee sftp: update tests to finish and not panic on windows
Many Unix assuptions have been made when testing.
Previously running tests on windows threw a panic
part way through the tests. After these changes
many more tests pass when the fix was isolated
to the test itself, and none panic.

Some tests are skipped because they do make sense
on windows (chmod, chown), while others are skipped
just to how the test was implemented.

Lastly, some of the external executables were hard coded.
Change these to look paths in TestMain first. This is done
to better support windows, where openssh may be installed and
sftp and sftp-server may both be in the PATH.
2019-01-18 16:29:07 -08:00
..
buffered-read-benchmark Fixes #177: adds HostKeyCallback to ssh.ClientConfig 2017-04-26 18:31:26 +02:00
buffered-write-benchmark Fixes #177: adds HostKeyCallback to ssh.ClientConfig 2017-04-26 18:31:26 +02:00
go-sftp-server sftp: update tests to finish and not panic on windows 2019-01-18 16:29:07 -08:00
request-server Fix #182; use ssh connection meta-data in example 2017-06-29 14:49:54 -07:00
streaming-read-benchmark Fixes #177: adds HostKeyCallback to ssh.ClientConfig 2017-04-26 18:31:26 +02:00
streaming-write-benchmark Fixes #177: adds HostKeyCallback to ssh.ClientConfig 2017-04-26 18:31:26 +02:00