Hello Everyone, I've been trying for a while now to find a means to
download/Upload files through FTP through my android phone. After
finding a few nice little tutorials I've manage to derive to the
following lines of codes and still no luck.

InputStream INS = new URL(ftpURLString).openStream();

When the program tries to execute this line of code it spits out the
following exception.

java.io.IOException: Unable to connect to server{0}

Now I've seen this exception somewhere in this forum by people who are
trying to achieve, more or less, the same goals.

I've already tested the URL on its own and I'm positive that's not the
problem. Does anyone have any clue if the above line of code works for
anyone else?

---Ron

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to