Re: Confirming an FTP Upload

2011-12-07 Thread Gregory Lypny
Hi Stephen, Thanks for the tip. I was aware that LiveCode does not do SFTP. I had to get my Mac to start running regular FTP to work with it. I am using a separate account. Regards, Gregory On Wed, Dec 7, 2011, at 8:50 AM, use-livecode-requ...@lists.runrev.com wrote: > You should know th

Re: Confirming an FTP Upload

2011-12-06 Thread stephen barncard
11 10:30, AcidJazz wrote: > Actually, Stephen, could you elaborate on the "special ftp space" that is > not > the website. I'm a little unclear on the distinction. > > Mark > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble

Re: Confirming an FTP Upload

2011-12-06 Thread AcidJazz
Actually, Stephen, could you elaborate on the "special ftp space" that is not the website. I'm a little unclear on the distinction. Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Confirming-an-FTP-Upload-tp4164699p4165858.html Sent from

Re: Confirming an FTP Upload

2011-12-06 Thread AcidJazz
ops" exit mouseup end if end mouseUp -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Confirming-an-FTP-Upload-tp4164699p4165852.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-

Re: Confirming an FTP Upload

2011-12-06 Thread Gregory Lypny
Hi Mark, Much appreciated! Just the kind of thing I was looking for. Regards, Gregory On Tue, Dec 6, 2011, at 1:00 PM, use-livecode-requ...@lists.runrev.com wrote: > Greg, > Here's how I submit data using the Put URL approach... ___ use-livecode

Re: Confirming an FTP Upload

2011-12-06 Thread stephen barncard
aved... > > *get *URL ("http://www.sitename.com/filename.txt";) >*put *it into tData >*answer *"Your data has been stored on the server and then retrieved." & > CR & "It looks like this:" &CR&CR& the last line of tData > >

Re: Confirming an FTP Upload

2011-12-06 Thread AcidJazz
d on the server and then retrieved." & CR & "It looks like this:" &CR&CR& the last line of tData Cheers, Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Confirming-an-FTP-Upl

Confirming an FTP Upload

2011-12-06 Thread Gregory Lypny
Hi everyone, I was wondering whether anyone would be willing to share scripting tips on how to monitor and confirm the uploading of files via FTP. I’m using the simple PUT URL form rather than the revFTP library stuff because the latter’s examples are not particularly well documented in the bu