Big update for uploading with external protocols. May or may not work with SSH,tested with lrzsz
This commit is contained in:
@@ -23,12 +23,12 @@ QWK Name = MAGICKA
|
||||
QWK Max Messages = 5000
|
||||
ZIP Command = zip -j *a *f
|
||||
UNZIP Command = unzip -j -o *a -d *d
|
||||
Archivers = config/archivers.ini
|
||||
Broadcast Enable = false
|
||||
Broadcast Port = 2027
|
||||
Broadcast Address = 192.168.1.255
|
||||
|
||||
[paths]
|
||||
Config Path = /home/andrew/MagickaBBS/config
|
||||
WWW Path = /home/andrew/MagickaBBS/www
|
||||
String File = /home/andrew/MagickaBBS/magicka.strings
|
||||
PID File = /home/andrew/MagickaBBS/magicka.pid
|
||||
|
8
config_default/protocols.ini
Normal file
8
config_default/protocols.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[ZModem]
|
||||
Internal ZModem = true
|
||||
|
||||
[LRZSZ Zmodem]
|
||||
Upload Prompt = false
|
||||
Upload Command = rz -R
|
||||
Download Command = sz *f
|
||||
stdio = true
|
Reference in New Issue
Block a user