You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ FTP and SFTP server app for Android with external SD-card access.
13
13
How can you use this server on your device to access your files (see discussion regarding permission and restriction below in terms of Google and Play)?
14
14
* Install from F-Droid
15
15
* Download from GitHub releases
16
-
* Use SAF
17
-
* Use QuickShare
16
+
* Use SAF (if you don't grant full filesystem access)
17
+
* Use QuickShare (if you don't grant full filesystem access)
18
+
19
+
[<imgalt="Get it on F-Droid"height="60"src="https://f-droid.org/badge/get-it-on.png" />](https://f-droid.org/app/org.primftpd)
18
20
19
-
|[<imgalt="Get it on F-Droid"height="60"src="https://f-droid.org/badge/get-it-on.png" />](https://f-droid.org/app/org.primftpd)|[<imgalt="Get it on Google Play"height="60"src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" />](https://play.google.com/store/apps/details?id=org.primftpd)|[<imgalt="Get it on Amazon"height="45"style="margin-left: 8px;"src="https://images-na.ssl-images-amazon.com/images/G/01/AmazonMobileApps/amazon-apps-store-us-black.png" />](http://www.amazon.com/wolpi-primitive-FTPd/dp/B00KERCPNY/ref=sr_1_1)|
20
-
| --- | --- | --- |
21
21
22
22
You may download latest development snapshot from [GitHub packages](https://github.com/wolpi/prim-ftpd/packages/).
23
23
@@ -74,8 +74,8 @@ your files through this server you might have to grant it 'all files access' per
74
74
75
75
To be able to allow 'All files access' an app must declare `android.permission.MANAGE_EXTERNAL_STORAGE` in it's manifest file.
76
76
Google has a policy wether an app is allowed to declare that permission and be published on Google Play.
77
-
As you can see below this app is considered as not compliant.
77
+
As you can see below this app is considered as not compliant (which is not relevant anymore).
78
78
79
-
Mail from Google:
79
+
Mail from Google (has been relevant as long as the app has been available on Google Play):
80
80
81
81

0 commit comments