sendcommand(8)
command sending utility for Citadel
SYNOPSIS
sendcommand [remotehost [remoteport]] Citadelcommand
DESCRIPTION
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.
DEFAULTS
By default userlist connects to a citadel server located at 127.0.0.1
port 504
EXAMPLES
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)
HISTORY
1987 - Now the Uncensored Communications Group