Search found 4 matches
- Sat Sep 03, 2016 9:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to issue multiple FTP commands with libURLftpCommand?
- Replies: 6
- Views: 4911
Re: How to issue multiple FTP commands with libURLftpCommand
Hi wsamples, I'm using version 8 of LiveCode right now. And thanks for the info Richard, but it seems that I can't use the URL command in LiveCode to my FTP server, which doesn't appear to be the fault of LiveCode. I think it's not set up properly by our network administrator, or actually it might b...
- Sat Sep 03, 2016 1:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to issue multiple FTP commands with libURLftpCommand?
- Replies: 6
- Views: 4911
Re: How to issue multiple FTP commands with libURLftpCommand
Hi shaosean, Thanks for your reply, but I already tried running the libURLftpCommand twice, and it doesn't work. My thoughts are as yours, that the libURLftpCommand opens then closes the connection each time which is why the approach to run it multiple times won't work. Because if you run it once to...
- Fri Sep 02, 2016 6:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: What Android Virtue Device LC 8.0.2 on Apple 10.1 -NotSolved
- Replies: 5
- Views: 3924
Re: What Android Virtue Device works with LC 8.0.2 on Apple
Hi David, I seem to remember having a similar problem in the past with my Macbook Air, and I think I had to change the CPU to one of the "ARM" processor choices...but it was very, very slow...which is a known issue with the Android emulators (and it's why I try to always use Genymotion for Android w...
- Fri Sep 02, 2016 5:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to issue multiple FTP commands with libURLftpCommand?
- Replies: 6
- Views: 4911
How to issue multiple FTP commands with libURLftpCommand?
Hello everyone, I have the following code, which works successfully, but I need to be able to do a bit more than just change the directory on my FTP server. I need to 1) change to the directory I need 2) get a list of files in that directory 3) inspect those files to see if they have a file extensio...