Hi Richard
Thank you for your detailed answer.
I will dive into this.
Thanks again! J.
> Op 15 nov. 2016 om 19:27 heeft Bob Sneidar het
> volgende geschreven:
>
> No it is not. You need to use secure ftp instead if possible. FTP creds are
> sent clear text if I am not mistaken.
>
> Bob S
No it is not. You need to use secure ftp instead if possible. FTP creds are
sent clear text if I am not mistaken.
Bob S
> On Nov 15, 2016, at 02:20 , John Allijn wrote:
>
> Hi Keith,
> thanks for your fast reply.
> Is ftp safe enough? If I understand it right, the password is sent within th
John Allijn wrote:
> I found this thread on the forums:
http://forums.livecode.com/viewtopic.php?f=11&t=19042
> If you scroll down, you see the solution at the bottom of the page.
> Works perfectly!
> The data that I am sending (pictures of public buildings) isn’t very
> risky. So I’ll stick wi
I found this thread on the forums:
http://forums.livecode.com/viewtopic.php?f=11&t=19042
If you scroll down, you see the solution at the bottom of the page. Works
perfectly!
The data that I am sending (pictures of public buildings) isn’t very risky. So
I’ll stick with this solution. Maybe a more
On 15 Nov 2016, at 10:20, John Allijn wrote:
Is ftp safe enough? If I understand it right, the password is sent
within the URL (not encrypted)?
Heh. Well, that is something that shouldn't be blindly ignored, but as
to how risky that is compared to other methods, I'll have to defer to
others.
On 15 Nov 2016, at 8:43, John Allijn wrote:
What is the best way to save pictures and how do I handle the image
data?
For the server, one simple approach would be to use ftp. Set up whatever
ftp user config you want on the server and use curl or similar from your
app to send JPEG image file
Hi Keith,
thanks for your fast reply.
Is ftp safe enough? If I understand it right, the password is sent within the
URL (not encrypted)?
> On 15 Nov 2016, at 11:18, Keith Martin wrote:
>
> On 15 Nov 2016, at 8:43, John Allijn wrote:
>
>> What is the best way to save pictures and how do I hand
Hi
I'm working on a mobile app for iOS. In this app I would like to enable the
user to take a picture and then save it to my webserver at a hosting provider
(shared hosting).
I'v been looking at different ways to do that but can't figure out where to
start.
What is the best way to save pictu