Android FTP

When I used Android device download file from ftp server,like this:
string url = “ftp://192.168.1.78:2121/android/test.txt”;
WWW reader = new WWW(url);
It can’t be working, But it’s worked on iOS and PC well, How do I do?

Android Device not suported ftp in WWW.
Use WebClient.