~xdavidwu/saf-sftp

6bc4b67053d561b45384efaa4aaf90e5fa326573 — xdavidwu 2 years ago 35e225d
README: update long outdated status
1 files changed, 2 insertions(+), 19 deletions(-)

M README.md
M README.md => README.md +2 -19
@@ 2,23 2,6 @@

[WIP] Access SFTP from Android Storage Access Framework (SAF)

## Current Features
## Status

* Traverse the tree under specified path
* Read file support

## Notes

This is a WIP, and the code is dirty and full of debugging lines.
Many things still doesn't work.

### Known Issues

* Open images with Google Gallery doesn't work properly.
	* It open the file multiple times and may stuck.

### What's tested and worked so far

* Listing files, changing directories
* Copy files out with DocumentsUI
* Streaming from DocumentsUI with VLC
* Read operations implemented