index
:
ssh2-rs
fix/async-advice-2
master
Unnamed repository; edit this file 'description' to name the repository.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sftp.rs
Age
Commit message (
Expand
)
Author
2020-01-18
add shutdown and close methods
bold
2020-01-11
let compiler figure out the correct type
bold
2020-01-11
cargo fmt
bold
2020-01-11
let compiler figure out the correct type
bold
2020-01-11
simplify unwrap_or_else argument
bold
2020-01-11
make retrieving last session error private
bold
2020-01-11
return correct errors
bold
2019-10-20
Make Session be `Send` again
Wez Furlong
2019-09-15
replace use of try! with ? operator
Wez Furlong
2019-07-29
Channel, Sftp no longer borrow Session
Wez Furlong
2019-07-29
cargo fmt
Wez Furlong
2018-12-14
Use bitflags 1.X (#97)
Jonas Schievink
2016-11-08
Bump dep on bitflags
Alex Crichton
2016-08-17
Add checks for file types
Veselkov Sergey
2016-05-26
ssh2::FileStat should derive Eq/PartialEq and Clone
sp3d
2016-04-04
Fix spelling error
Richard Dodd
2016-04-04
Allow debug print of FileStat
derekdreery
2015-04-02
Update for rust beta
Alex Crichton
2015-04-02
Update to rust master
Alex Crichton
2015-03-30
Remove the unsafe destructor feature
Alex Crichton
2015-03-25
Update to rust master
Alex Crichton
2015-03-22
Bump to 0.2.3
Alex Crichton
2015-03-12
Bind unlink for SFTP files
Alex Crichton
2015-02-23
Update to std::io
Alex Crichton
2015-02-20
Bump versions and update to master
Alex Crichton
2015-01-28
Update to rust master
Alex Crichton
2015-01-23
Update to rust master
Alex Crichton
2015-01-18
Tweak impls/apis
Alex Crichton
2015-01-17
Update to rust master
Alex Crichton
2015-01-09
Update to rust master
Alex Crichton
2015-01-03
Update to rust master
Alex Crichton
2014-12-15
Update to rust master
Alex Crichton
2014-12-12
Update to rust master
Alex Crichton
2014-11-18
Update to rust master
Alex Crichton
2014-11-07
Update to rust master
Alex Crichton
2014-10-31
Update to rust master
Alex Crichton
2014-10-12
Update to rust master
Alex Crichton
2014-10-09
Update to rust master
Alex Crichton
2014-09-19
Beef up documentation
Alex Crichton
2014-09-19
Bind SFTP functionality.
Alex Crichton
2014-09-19
Start SFTP bindings
Alex Crichton