--- sjoel <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]/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 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
