sending a file to a server by ftp

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
GPJMA
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 38
Joined: Sun Jan 01, 2012 11:48 pm

sending a file to a server by ftp

Post by GPJMA »

I hope this is the right place to post this. if not my appologies.
I have a commercial license and want to sent a file from my live code app to my server. do i need to buy live code server to do this or is there an ftp protocol built into live code that I can use.
I just need to send simple text files.
Hope you can help
Cheers
sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: sending a file to a server by ftp

Post by sturgis »

Look at this thread http://forums.runrev.com/viewtopic.php? ... ftp#p52054 it gives a short example of how to use "put url.." to send a file to an ftp server.
GPJMA
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 38
Joined: Sun Jan 01, 2012 11:48 pm

Re: sending a file to a server by ftp

Post by GPJMA »

Thank you for your assist
I'll check it out right now
Cheers
yoyolau
Posts: 2
Joined: Tue Mar 06, 2012 4:15 am
Contact:

Re: sending a file to a server by ftp

Post by yoyolau »

sturgis wrote:Look at this thread http://forums.runrev.com/viewtopic.php? ... ftp#p52054 it gives a short example of how to use "put url.." to send a file to an ftp server.
helpful for me too, thx!
Post Reply