QNET-HTTP is a JavaScript module (exec/qnet-http.js
) that may be used for QWK networking via HTTP or HTTPS, as an alternative to the QNET-FTP module.
Set SCFG->Networks->QWK->Hubs->Hub-ID->Call-out Command Line:
?qnet-http %s <hub-hostname> <your-password>
for example, for Vertrauen/DOVE-Net:
?qnet-http %s dove.synchro.net <your-password>
Add -s
before the %s
to use HTTPS instead of HTTP. For example:
?qnet-http -s %s dove.synchro.net <your-password>