Hi All,
I’m trying to ftp and image from the photo gallery on iOS to my on-rev account.
I’m using the example:
------------
on mouseUp
mobilepickphoto “library"
--upload to FTP
put the last image into url
("ftp://[email protected]:[email protected]/autoimage/images/newimage.jpg”)
--Informs of successful or unsuccessful upload
if the result is not empty then
answer "url put failed:" && the result
else
answer "success!”
end if
end mouseUp
——————
It is throwing and an error, tsnetterr:(67) Access Denied: 530.
I can use Fetch (a mac FTP client) just fine with the same credentials and
upload an image with no problem. I don’t even have to give Fetch the full ftp
directory, just the host.
What am I missing?
Thank you!
John Patten
SUSD
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode