Skip to content
Snippets Groups Projects
Commit 566b4c3a authored by rswindell's avatar rswindell
Browse files

Changed default QWKnet call-out command line to use qnet-ftp module.

parent a6696efc
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ outgoing network packets and must be accurate.
strcpy(cfg.qhub[i]->id,str);
strcpy(cfg.qhub[i]->pack,"%!pkzip %f %s");
strcpy(cfg.qhub[i]->unpack,"%!pkunzip -o %f %g %s");
strcpy(cfg.qhub[i]->call,"%!qnet");
strcpy(cfg.qhub[i]->call,"*qnet-ftp VERT vert.synchro.net YOURPASS");
cfg.qhub[i]->node=1;
cfg.qhub[i]->days=0xff; /* all days */
cfg.total_qhubs++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment