Hi James, mericksonj wrote: > The TCP port is entered correctly as 2121 when I connect to FTP, the > FTP cpntrol session is started properly according to the server logs. > > I am not using SFTP since I have disabled the sub-system on my SSH > server. > > I am trying to use SSH TCP forwarding alone to establish and maintain > the ftp session sice most FTP clients won't support 1024 bit RSA key > authentication. > > I am considering FTPS, but I'm not sure I want to open up another port > to the internet. The SSH service is the only one I currently allow > through the firewall. > > Can you tell me more about the Java error message I'm getting? or > maybe if there are any android native FTP apps I can use? > Well I don't know if you need two ports for FTP tunneled through SSH, but seems like you could not create a data connection for FTP over SSH.
I recommend FTPS as it runs on usual FTP ports (21 for connection and some other for data channel) and is programmed in a secure and established manner using standard SSL package. I've developed an FTP client implementation using FTPS called Runftp and should be downloaded in Market. (Searched by "Runftp" maybe) Ryu -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

