Hi everyone, I encountered an issue while uploading a file to FTP. but run VB program,it's ok,upload and download work well . i use code "rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)" in my program, and "AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)" in Manifest, why it doesnt work, i cann't upload my file, occur err: android.system.ErrnoException: open failed: EACCES (Permission denied), “What went wrong?” , who can help to change my code , thanks lot very very much.
(The IP, account, and password in the code are all valid and can be used.)