I have an install program that logs onto my FTP server; parses all folders and downloads all files within. Each folder found on the FTP server is replicated on the Android device. The folder "tree" is parsed all the way down creating Android folders like the FTP folders and copying all the files from the FTP server to the Android device.
My problem is that the FTP threads quickly get exhausted when downloading a large "tree" with many nodes.
Has anyone developed a similar application that is able to manage the threads so the Android OS doesn't complain?
thanks, in advance.
My problem is that the FTP threads quickly get exhausted when downloading a large "tree" with many nodes.
Has anyone developed a similar application that is able to manage the threads so the Android OS doesn't complain?
thanks, in advance.