Shari,

I think you are misunderstanding the meaning of "post". POST sends a request in POST-format to a url, e.g. a CGI app.
I think what you are looking for is an FTP upload?


put userList into url "ftp://www.someurl.com/list.txt";

OR

If you had a CGI that adds a name, you could do something like:

get url "http://www.someurl.com/list.cgi?name="&urlEncode(newUserName)

post userList to url "http://www.someurl/list.txt";

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

Reply via email to