Uploading to a remote server periodically?
Posted
by
user1048138
on Stack Overflow
See other posts from Stack Overflow
or by user1048138
Published on 2012-11-28T16:49:51Z
Indexed on
2012/12/08
5:04 UTC
Read the original article
Hit count: 115
I have been working on an app that takes screen shots, kinda like http://puush.me/ however, I would like to be able to upload the screen shots to a remote server.
What protocols can I use to do so.
Needs to be cross platform and secure.
I know that SSH, SFTP and FTP are options, however, they all require logins that I dont want to provide to the end user. Nor do I want to sign a key for them as it would still allow their machines to remotely log in.
© Stack Overflow or respective owner