Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

writing to the web

89 views
Skip to first unread message

Mark Tarver

unread,
Apr 29, 2019, 2:34:41 PM4/29/19
to
'package require http' is a feature you can use to read data off the web.
Is there a command to write data to the web e.g. using ftp where you have
the passwords etc.

Mark

Rich

unread,
Apr 29, 2019, 2:49:01 PM4/29/19
to

Gerald Lester

unread,
May 2, 2019, 6:32:17 PM5/2/19
to
You can also "write to the web" using the http package -- as well as
several other packages in TclLib (eg. ftp, smtp, etc). See
https://core.tcl.tk/tcllib/doc/trunk/embedded/md/toc.md for details.

That being said, you need to know the protocol that the server you are
talking to wants. If it wants SOAP, then maybe the TclWS package is
what you want.


--
+----------------------------------------------------------------------+
| Gerald W. Lester, President, KNG Consulting LLC |
| Email: Gerald...@kng-consulting.net |
+----------------------------------------------------------------------+

Georgios Petasis

unread,
May 10, 2019, 11:32:30 AM5/10/19
to
And if you want an http server,
https://tcl.apache.org/rivet/
https://github.com/apache/tcl-rivet

George
0 new messages