Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-10-10 Thread Bernard Devlin
Hi Stephen, I am aware of Mark's library. I use it in one application. Mark's library is very well implemented. And thanks for mentioning it in this context (there may be others seeking to use curl). I am looking to the day where I will want to take that application to run on iOS and Android. I

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-10-09 Thread stephen barncard
I don't know if this is old news, but are you guys aware of the late Mark Smith's libRevCurl ? This was done before 2009, the year of his passing, but I've found his libs are very complete and well annotated. Matthias Rebbe has kindly gathered Mark's libraries and demos at the link below: http://

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-10-09 Thread Andre Garzia
Bernard, I haven't solved the blocking issue yet. I will probably not be offering the full CURL suite but the code will be open source so anyone is free to patch in. I don't know how easy it will be to port over to iOS or Android. It uses custom builds of libssh and curl, I don't know how easy it

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-10-09 Thread Bernard Devlin
Just to clarify. My interest is more in the normal curl features, rather than SFTP. Bernard On Sun, Oct 9, 2011 at 6:56 PM, Bernard Devlin wrote: > Hi Andre, > > I'm curious about this external.  Do you have plans to compile it for > iOS (and when possible, Android)?  Did you sort out the block

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-10-09 Thread Bernard Devlin
Hi Andre, I'm curious about this external. Do you have plans to compile it for iOS (and when possible, Android)? Did you sort out the blocking issue? Bernard ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscri

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-06-06 Thread Pierre Sahores
Hello Andre, I will be OK to pay US $ 198 as long as your solution will work on both Win as my main (customers) need and OSX as a lots less important one ;-) Le 6 juin 2011 à 19:03, Pamela Crossley a écrit : > Hallelujah, André, lots of us are waiting for your magic. Carry on! > > > On Jun 6,

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-06-06 Thread Pamela Crossley
Hallelujah, André, lots of us are waiting for your magic. Carry on! On Jun 6, 2011, at 2:16 AM, Andre Garzia wrote: Folks, Today, more precisely at 3:03 AM, the SFTP external worked for the first time and transfered its first file. It was a simple text file called test.txt whose content was sim

Re: [TEASER] It is Alive! SFTP support in LiveCode

2011-06-06 Thread Bob Sneidar
I'll test it for you. Give me some guidelines if you will. I have a large complex Multi-OS network, with managed switches that support SFTP. Bob On Jun 5, 2011, at 11:16 PM, Andre Garzia wrote: > Folks, > > Today, more precisely at 3:03 AM, the SFTP external worked for the first > time and t

[TEASER] It is Alive! SFTP support in LiveCode

2011-06-05 Thread Andre Garzia
Folks, Today, more precisely at 3:03 AM, the SFTP external worked for the first time and transfered its first file. It was a simple text file called test.txt whose content was simply "YES", but hey, it worked. The SFTP external is based on libCURL and libSSH2. Right now I managed to build it only