Uploading to a web site is usually done using FTP. Rev can certainly do that as it has a full suite of FTP commands. Filter the TD with "ftp" and see what you get. The "libURLftpUpload" or "libURLftpUploadFile" commands should do what you need, but check the examples for "libURLftpUpload" to see how to add your username and password to the URL.

Cheers,
Sarah
[EMAIL PROTECTED]
http://www.troz.net/Rev/

On Wednesday, June 18, 2003, at 11:57 am, Jim Hurley wrote:

I have experimented with using RunRev to edit a web site (one to which I have the password.)

Using the following:

set the text of field 1 to url "http://home.myServer.net/jhurley/";

I get the HTML text of the web site as follows:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
 <HEAD>
  <TITLE>Index of /jhurley</TITLE>
 </HEAD>
 <BODY>
etc.

Is it possible for me to tweak this html text and then upload it back to the site from within RunRev?

Thanks,

Jim


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to