~xdavidwu/saf-sftp

886830c5707a768456b561522dc29cd8baf52e74 — xdavidwu 4 years ago 9a0e345
add README
1 files changed, 24 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +24 -0
@@ 0,0 1,24 @@
# saf-sftp

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

## Current Features

* Traverse home tree
* 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