afero/sftpfs
Kevin Lin 887ec81f2f sftpfs: Implement OpenFile method
Before, the OpenFile method was unimplemented, and just returned `nil,
nil`. Because the Afero.TempFile method calls the OpenFile method, this
behavior caused a nil pointer exception when TempFile was used with
sftpfs.

This commit adds a simple implementation for sftpfs.OpenFile, fixing the
exception thrown when using it with TempFile.
2018-03-18 19:09:08 -07:00
..
file.go Keep gofmt happy 2016-11-22 22:54:07 -08:00
sftp.go sftpfs: Implement OpenFile method 2018-03-18 19:09:08 -07:00
sftp_test_go Move sftpfs to subpackage 2016-11-09 01:07:28 +01:00