====== QNET-HTTP ======
QNET-HTTP is a JavaScript module (''[[dir:exec]]/qnet-http.js'') that may be used for QWK networking via HTTP or HTTPS, as an alternative to the [[module:QNET-FTP]] module.

===== Install =====
Set [[util: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>

===== See Also =====

  * [[network:DOVE-Net]]
  * [[:|Modules]]
  * [[qnet-ftp]]

{{tag>qwk network qnet http}}
