• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. B

    Apps ftp in j2me

    I have this very simple piece of java code which works fine... How do i convert it to j2me as there is no io.file class in j2me :( package javaapplication1; import it.sauronsoftware.ftp4j.FTPClient; /** * * @author bruno */ public class Main { /** * @param args the command...
  2. B

    Apps Android FTP API UnkownHostException

    Hi, I'm experimenting with eclipse and adroid sdk target 1.6. I am using it.sauronsoftware.ftp4j.FTPClient; package bruno.test; import android.app.Activity; import android.app.AlertDialog; import android.os.Bundle; import java.io.FileInputStream; import java.io.FileOutputStream; import...