I've been creating a program that would upload songs to a remote server, but right now its using FTP. I don't really like this solution, as it requires everyone that uses this program to use my FTP login, and its fairly easy to figure it out without the source code. I was looking into other ways to upload data, but I really don't know what the best solution is for semi-wide use.
Does Facepunch recommend anything?
libftp
Setup a write-only FTP user account without directory listing privileges
[b]Example:[/b]
[img]http://imgkk.com/i/wua2Qw.png[/img]
That could work. Else you would need to make some sort of server side reciver.
Some PHP uploader of some kind?
Sorry, you need to Log In to post a reply to this thread.