Upload/Download images to FTP without bothering the user
Posted
by Dan B
on Stack Overflow
See other posts from Stack Overflow
or by Dan B
Published on 2010-06-05T08:16:55Z
Indexed on
2010/06/05
8:22 UTC
Read the original article
Hit count: 393
Hi, I know a lot of posts have been made in regards to FTP, but none have led me to what I need. I'm trying to upload a picture to a server (currently attempting FTP) but do it without notifying requiring the user to be involved. I want to be able to seamlessly upload/download the image when a certain user action occurs, but I don't want to use a third-party app like AndFTP.
The idea is that a user will upload a picture, and then another user will be able to grab that picture based on which user put it up. No user will know where it's going or where it came from, nor will they navigate the FTP.
Alternatively, does anyone have thoughts on a better way to do that? I thought of using the imgur api, but it can't be used commercially. It would, however, be perfect for my purposes. Is there a similar open-source alternative? Any help is greatly appreciated.
Dan
© Stack Overflow or respective owner