hi,
when I write to my code the follow
mFtp1.DownloadFile("/avifiles/verison.txt",True,"/mnt/sdcard/","version.txt")
it download the file and store it to internal sd card
when I try the
mFtp1.DownloadFile("/avifiles/verison.txt",True,"/mnt/extsd/","version.txt")
***extsd is the external sdcard
it return
libcore.io.ErrnoException: open failW EACCES (Permission denied)
into the manifest file there is the
android.permission.WRITE_EXTERNAL_STORAGE
Help
Kalarakis
when I write to my code the follow
mFtp1.DownloadFile("/avifiles/verison.txt",True,"/mnt/sdcard/","version.txt")
it download the file and store it to internal sd card
when I try the
mFtp1.DownloadFile("/avifiles/verison.txt",True,"/mnt/extsd/","version.txt")
***extsd is the external sdcard
it return
libcore.io.ErrnoException: open failW EACCES (Permission denied)
into the manifest file there is the
android.permission.WRITE_EXTERNAL_STORAGE
Help
Kalarakis