FTP on Android

Good afternoon.

I’m confused.

What I want to do is FTP a file from the phone to a server.

This works on the simulator (on a Mac).

This works on the iPhone.

This does not work on my Android device.

Is this a known problem?

Alternatively, is there another reasonably simple way of sending a very small JSON file to a specific folder on a server?

-Bob Gordon

There is a network API named network.upload(), but without seeing your code, I wouldn’t know if you’re already using this and it’s presenting a problem, or if you’re doing it another way.

https://docs.coronalabs.com/api/library/network/upload.html

There is a Gotcha for Android listed in the docs, so make sure you are covering all of your bases.

There is a network API named network.upload(), but without seeing your code, I wouldn’t know if you’re already using this and it’s presenting a problem, or if you’re doing it another way.

https://docs.coronalabs.com/api/library/network/upload.html

There is a Gotcha for Android listed in the docs, so make sure you are covering all of your bases.