mirror of https://github.com/pkg/sftp.git
remove several roadmap items, i think they are done
This commit is contained in:
parent
526cf9b2b3
commit
8ceba579e7
|
@ -17,9 +17,7 @@ The Walker interface for directory traversal is heavily inspired by Keith Rarick
|
|||
roadmap
|
||||
-------
|
||||
|
||||
* Currently all traffic with the server is serialized, this can be improved by allowing overlapping requests/responses.
|
||||
* There is way too much duplication in the Client methods. If there was an unmarshal(interface{}) method this would reduce a heap of the duplication.
|
||||
* Implement integration tests by talking directly to a real opensftp-server process. This shouldn't be too difficult to implement with a small refactoring to the sftp.NewClient method. These tests should be gated on an -sftp.integration test flag. _in progress_
|
||||
|
||||
contributing
|
||||
------------
|
||||
|
|
Loading…
Reference in New Issue