Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Allan Evans
9,501 PointsFTP issues on Android
Hey guys, I've been quiet on my end due to work, but I've come across a weird issue that I'm not sure of what the cause is. I'm using ftp on this andoid app I'm updating and it was working correctly for a while. Meaning it would connect to the server, create a new folder, add the files, then disconnect. Right now however I connect to the server, it creates then folders, then disconnects, giving me a illegal reply exception (looking at the server logs, I see the client connect then QUIT, not really giving a reason why). So right now I'm using the ftp4j api which is very straight forward and easy to setup (I used apache's version as well, but the result is the same). So my question is has anyone had this kind of issue before, and do you have any suggestions on what the issue could be?