Re: Mobile ftp

2015-09-21 Thread Matthias Rebbe | M-R-D
Hi John, please excuse. That was bullshit. I should have reread my answer before posting. Just replace file: with ftp:// in the examples. That should work. put tData into URL”ftp://HERCOMESTHEUSERNAME:herecomesthepassw...@ftp.mymftpserver.com ” Matthias

RE: Mobile ftp

2015-09-21 Thread John Dixon
Matthias... This is working for you on mobile ? > Subject: Re: Mobile ftp > From: matthias_livecode_150...@m-r-d.de > Date: Mon, 21 Sep 2015 15:16:45 +0200 > To: use-livecode@lists.runrev.com > > Hi John, > > to upload a file by ftp to an ftp server you

RE: Mobile ftp

2015-09-21 Thread Ralph DiMola
v.com] On Behalf Of John Dixon Sent: Monday, September 21, 2015 9:34 AM To: How to use LiveCode Subject: RE: Mobile ftp Matthias... This is working for you on mobile ? > Subject: Re: Mobile ftp > From: matthias_livecode_150...@m-r-d.de > Date: Mon, 21 Sep 2015 15:16:45 +0200 >

Re: Mobile ftp

2015-09-21 Thread Matthias Rebbe | M-R-D
Hi John, to upload a file by ftp to an ftp server you need to add the username and password to the put statement and also if the file is a ascii/text or a binary file E.g. put tData into URL”file:HERCOMESTHEUSERNAME:herecomesthepassw...@ftp.mymftpserver.com” this put a text/ascii file

RE: Mobile ftp

2015-09-21 Thread John Dixon
; Subject: RE: Mobile ftp > Date: Mon, 21 Sep 2015 10:28:03 -0400 > > No it's just a variable. You could: > > put url ("File:"& specialFolderPath("documents") & slash & "MyFile.txt") > into MyVar > > put MyVar into > url("ft

RE: Mobile ftp

2015-09-21 Thread Ralph DiMola
e-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of John Dixon Sent: Monday, September 21, 2015 10:10 AM To: How to use LiveCode Subject: RE: Mobile ftp Ralph... In your example is myVar the path to a file ? > From: rdim...@evergreeninfo.net > To: use-livecode@lists.runrev.com

Re: Mobile ftp

2015-09-21 Thread Matthias Rebbe | M-R-D
arly went out of the window That´s why i have attached my Mac to a KensingtonLock .. ;) > > Dixie > >> From: rdim...@evergreeninfo.net >> To: use-livecode@lists.runrev.com >> Subject: RE: Mobile ftp >> Date: Mon, 21 Sep 2015 10:28:03 -0400 >> >> No it'

RE: Mobile ftp

2015-09-21 Thread John Dixon
Ralph... In your example is myVar the path to a file ? > From: rdim...@evergreeninfo.net > To: use-livecode@lists.runrev.com > Subject: RE: Mobile ftp > Date: Mon, 21 Sep 2015 09:55:59 -0400 > > John, > > This works for me on mobile. > > put MyVar into url >

RE: Mobile ftp TYPO

2015-09-21 Thread Ralph DiMola
ash & "MyFile.txt") into url("ftp://Username:passw...@xyz.on-rev.com/somepath/filename.txt;) Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of

Re: Mobile ftp

2015-09-21 Thread Matthias Rebbe | M-R-D
gt; > Ralph... > > In your example is myVar the path to a file ? > > >> From: rdim...@evergreeninfo.net >> To: use-livecode@lists.runrev.com >> Subject: RE: Mobile ftp >> Date: Mon, 21 Sep 2015 09:55:59 -0400 >> >> John, >> >>