summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
* Handle more precise SFTP error codes * Allow set-env in macos github action * Bump to 0.9 since the Error interface has changed, hence this is a breaking change
2019-07-29Add script for running integration testsWez Furlong
This makes it possible to run the integration tests without requiring that the user change their local ssh configuration. This is desirable because some sites have strict controls over the local ssh configuration files. This commit adds a script that spawns a local copy of the ssh daemon running on an alternate port with a specific configuration that is known to successfully pass the test suite. This has only been tested on my local macos machine so far.
2019-07-29adjust gitignoreWez Furlong
* Ignore vim swap files * More tightly constrain cargo related ignores to top level
2015-01-28Update to rust masterAlex Crichton
2014-09-17Initial commitAlex Crichton
Bind a Session type (no I/O yet)