Re: download and save a file

2011-05-28 Thread Alex Tweedly
Or you could pick up Andre's FTPCommander (on revonline) and have a working stack to start with, but all the fun of making additions and changes if you want. -- Alex. On 28/05/2011 11:17, Francis Nugent Dixon wrote: Hi from Beautiful Brittany, Now I am confused ! As Richard says : It's fun

Re: download and save a file

2011-05-28 Thread Richard Gaskin
Francis Nugent Dixon wrote: Hi from Beautiful Brittany, Now I am confused ! As Richard says : It's fun to do it in LiveCode, so, even though I use CyberDuck regularly (what a beautiful app !), I thought it would be fun to write a little stack in LiveCode for Upload and Download. After all, "Li

Re: download and save a file

2011-05-28 Thread Björnke von Gierke
typo, forgot url: put theData into URL "ftp://user:p...@url.com/folder/folder/textfile.txt"; On 28 May 2011, at 13:40, Björnke von Gierke wrote: > method two is called "anonymous ftp" aka. no login. It used to be widely used > for file sharing, but these days there's almost no server that's so

Re: download and save a file

2011-05-28 Thread Björnke von Gierke
method two is called "anonymous ftp" aka. no login. It used to be widely used for file sharing, but these days there's almost no server that's so liberal. Note that for smaller tasks, you can also use put for ftp: put theData into "ftp://user:p...@url.com/folder/folder/textfile.txt"; On 28 May

Re: download and save a file

2011-05-28 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Now I am confused ! As Richard says : It's fun to do it in LiveCode, so, even though I use CyberDuck regularly (what a beautiful app !), I thought it would be fun to write a little stack in LiveCode for Upload and Download. After all, "LiveCoding" IS fun !. I found d

Re: download and save a file

2011-05-27 Thread Richmond Mathewson
On 05/27/2011 06:02 PM, stephen barncard wrote: Richmond, Have you actually made a request to the Cyberduck people for a Linux version ? No, I haven't, because there are several perfectly good Linux FTP clients around. I was actually "picking holes" in your 'cross platform' claim, rather th

Re: download and save a file

2011-05-27 Thread Richard Gaskin
Nicolas Cueto wrote: What commands or methods are there for downloading and saving a file (jpg, au, mp3) from my on-rev account to a local computer? You could use an off-the-shelf FTP tool for this, but it's more fun to do it in LiveCode. Have you tried libUrlDownloadToFile?:

Re: download and save a file

2011-05-27 Thread stephen barncard
Richmond, Have you actually made a request to the Cyberduck people for a Linux version ? I know there will never be a 'nix version of Outlook, but the Duck is FOSS (GNU). http://trac.cyberduck.ch/browser sqb > > On 27 May 2011 07:26, Richmond Mathewson wrote: > >> On 05/27/2011 05:15 PM, ste

Re: download and save a file

2011-05-27 Thread stephen barncard
nice frost on your caption balloon. On 27 May 2011 07:26, Richmond Mathewson wrote: > On 05/27/2011 05:15 PM, stephen barncard wrote: > >> Cyberduck 4 is now cross-platform/ >> >> http://cyberduck.ch/ >> >> No, it isn't. It is only available for Mac and Windows. > > > __

Re: download and save a file

2011-05-27 Thread Richmond Mathewson
On 05/27/2011 05:15 PM, stephen barncard wrote: Cyberduck 4 is now cross-platform/ http://cyberduck.ch/ No, it isn't. It is only available for Mac and Windows. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to sub

Re: download and save a file

2011-05-27 Thread stephen barncard
Cyberduck 4 is now cross-platform/ http://cyberduck.ch/ On 27 May 2011 02:19, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Nicolas, You didn't say whether you insisted on > using LiveCode for the download. > > I have been bashing my head against the wall, trying > to get the w

Re: download and save a file

2011-05-27 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Nicolas, You didn't say whether you insisted on using LiveCode for the download. I have been bashing my head against the wall, trying to get the wrinkles out of a liveCode stack to do this. In fact, when we have Cyberduck (Mac Only) and FileZilla (Mac and PC), both p

Re: download and save a file

2011-05-25 Thread Nicolas Cueto
Sorry, an addition to my last message. It's more than one file that needs downloading and saving locally. And, up to now, I've been using the load command with web files, but Livecode has been crashing and I think it's memory-related. -- Nicolas Cueto