URL Keyword writing to server

Jan Schenkel janschenkel at yahoo.com
Fri Jan 24 10:41:01 EST 2003


--- sjoel <sjoel at computing.dundee.ac.uk> wrote:
> Hi, 
> 
>  
> 
> I am having a problem using URL keyword to write to
> a particular server,
> even though I can use URL keyword to read from it. 
> 
>  
> 
> I am using the following to access and write to the
> server:
> 
>  
> 
> put field "Results" into URL
> "http://quest.computing.dundee.ac.uk/frr/test.txt
> <http://quest.computing.dundee.ac.uk/frr/test.txt> "
> 
>  
> 
> Please can someone explain why this doesn't work,
> and what alternatives I
> can try?
> 
>  
> 
> Regards,
> 
> Sian Joel
> 

Hi there down under ;-)

Even though you can read files via the 'http'
protocol, you will have to upload files to your
website via the 'ftp' protocol ; so try something like
this:

  put field "Results" into URL
"ftp://username:password@quest.computing.dundee.ac.uk/frr/test.txt"

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the use-livecode mailing list