On 24 May 2010, at 17:11, Bob Earp wrote:

> 
> Many thanks for the replies on this.Mark/Jim - I've played around with 
> quotes/no quotes, changing the address elements to include ftp.ashford.ca, 
> httP://ashford.ca and combinations thereof, but I still get the error message 
> "error invalid host address".  I'm using Rev Enterprise v4.0.0 build 950 
> BTW.If it helps, I do get stuff returned without and error if I use put url 
> "http://test:myt...@ashford.ca"; into fld "results"Dave - It wasn't the LIST 
> ftp command I was after, I just used that as an example of an ftp command 
> that (I assumed) the libURLftpCommand would do as it seems to say that in the 
> dictionary.  

Using PWD as a sample command, this works here:

   put libURLftpCommand("PWD","ashford.ca","t...@ashford.ca","myTest") into fld 
"results"

It returns:

  257 "/" is your current location


Dave_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to