Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Keith (Gulf Breeze Ortho Lab)
Thanks, Craig. I might do that for further testing... FYI: Please see my reply to Ken for a partial resolution... Cheers! - Boo -Original Message- From: Dave Cragg Sent: Thursday, March 01, 2012 5:43 PM To: How to use LiveCode Subject: Re: HELP! - Unable to acquire FTP file list

Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Keith (Gulf Breeze Ortho Lab)
make sure all sockets are clear before retesting... Thanks for the help... - Boo -Original Message- From: Ken Corey Sent: Thursday, March 01, 2012 5:41 PM To: use-livecode@lists.runrev.com Subject: Re: HELP! - Unable to acquire FTP file list... On 01/03/2012 21:26, Keith (Gulf Breeze

Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Dave Cragg
On 1 Mar 2012, at 22:16, Keith (Gulf Breeze Ortho Lab) wrote: > Hi Dave, > > You wrote: > > "Does it work if you add a "/" after FTPHOST. > > e.g. > > constant FTPHOST = "ftp.mydomain.com/" > > Dave" > > Unfortunately, no. I tried that previously, as well as various other things, > but sti

Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Ken Corey
On 01/03/2012 21:26, Keith (Gulf Breeze Ortho Lab) wrote: Anyway, I am able to upload and download files with no problem. Furthermore, I am also able to make directories and delete directories. The problem I am having is the acquisition of a file list for the FTP account. I have tried both of

Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Keith (Gulf Breeze Ortho Lab)
om: Dave Cragg Sent: Thursday, March 01, 2012 3:59 PM To: How to use LiveCode Subject: Re: HELP! - Unable to acquire FTP file list... On 1 Mar 2012, at 21:26, Keith (Gulf Breeze Ortho Lab) wrote: ]libURLSetFTPListCommand "LIST" get libURLftpCommand("LIST","ftp.mydoma

Re: HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Dave Cragg
On 1 Mar 2012, at 21:26, Keith (Gulf Breeze Ortho Lab) wrote: > > ]libURLSetFTPListCommand "LIST" > get > libURLftpCommand("LIST","ftp.mydomain.com","myusern...@mydomain.com","mypassword") > answer it > > Implementing the above, I keep getting: > > “425 No Data Connection” Unfortunately, the

HELP! - Unable to acquire FTP file list...

2012-03-01 Thread Keith (Gulf Breeze Ortho Lab)
Hi All, I am back to playing with FTP and have a problem. I have a shared server with unlimited FTP accounts and have created an account for testing purposes. (I am NOT using the main FTP account for my hosting package.) Anyway, I am able to upload and download files with no problem. Furthermor