From 886830c5707a768456b561522dc29cd8baf52e74 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 1 Jun 2019 22:25:13 +0800 Subject: [PATCH] add README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02fe6d9 --- /dev/null +++ b/README.md @@ -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 -- 2.43.0