Simple question, but I couldn t find the answer anywhere (all answers requires rooting on android marshmallow because ftp clients doesn t include the permission to write on the sdcard). I have a huge file which is too large to be downloaded on internal storage. So it can only be downloaded on the sdcard directly. It also seems no ternal apps have the permission to write to the sdcard so I cannot use command line tools directly.
As the file is huge, I also need to be able to pause and resume downloads.
Android/data/
directory) of the downloading app. You can use any FTP client GUI app or CLI utility. If the app uses SAF APIs, writing to SD card in any directory is possible. – Irfan Latif Dec 10 '19 at 20:42