Can LiveCode FTPS or SFTP?
Posted: Thu Mar 05, 2015 4:54 pm
Hi all -
I've been successful at writing and fetching files off my server using FTP. That's cool.
But now, my client wants me to use a secure connection. I have a security certificate installed and can sftp via a desktop client. But when I use LiveCode to try to get a file using either sftp or ftps, it fails.
so, for example, this works:
but this does not:
nor does this:
Can LiveCode do either ftps or sftp? If so, could you please let me know what I need to be doing differently?
Thanks so much for your assistance.
Joel
I've been successful at writing and fetching files off my server using FTP. That's cool.
But now, my client wants me to use a secure connection. I have a security certificate installed and can sftp via a desktop client. But when I use LiveCode to try to get a file using either sftp or ftps, it fails.
so, for example, this works:
Code: Select all
answer URL "ftp://demo:password@www.myserver.com/readme.txt"
Code: Select all
answer URL "ftps://username:password@www.myserver.com/readme.txt"
Code: Select all
answer URL "sftp://username:password@www.myserver.com/readme.txt"
Thanks so much for your assistance.
Joel