SENDCOMMAND(8) | Citadel.org | SENDCOMMAND(8) |
sendcommand - command sending utility for Citadel
sendcommand [remotehost [remoteport]] Citadelcommand
Sendcommand connects to the given citserver, identifies itself as an internal programm [/doku.php/documentation:appproto:connection#ipgm.identify.as.an.internal.program] , and sends the Citadel Protocol Command you specified.
By default userlist connects to a citadel server located at 127.0.0.1 port 504
A call to sendcommand could look like that: .nf sendcommand IGAB
sendcommand: started (pid=3021) running in citadel Attaching to server...
Sample Citadel server ready. Authenticated as an internal program. IGAB 200
Directory has been rebuilt. sendcommand: processing ended.
200 Directory has been rebuilt.
Youcanalsouseittoexport/importyourdatabase:.nf
sendcommand ARTV export > /tmp/my_database.dump
sendcommand ARTV import < /tmp/my_database.dump
need to restore it to a Citserver of the same version)
1987 - Now the Uncensored Communications Group
2008-3-28 | sendcommand |