Hi,
also ich teste gerade ioFTPD funktioniert auch alles soweit ganz gut nur habe ich irgendwo einen Fehler und finde ihn nicht
Wenn ich frage wiveiel Space auf der Pladde noch vorhanden ist sagt er mir sieses:
[FREE] + [Gamez: 3.97/10.08 GB] [MP3z: 3.97/10.08 GB]
[FREE] + [VCD: 3.97/10.08 GB] [SVCD: 3.97/10.08 GB]
[FREE] + [APPZ: 3.97/10.08 GB] [DVDR: 3.97/10.08 GB]
[FREE] + [Speedtest: 3.97/10.08 GB] [Requests: 3.97/10.08 GB]
[FREE] + [XXX: 3.97/10.08 GB] [DIVX: 3.97/10.08 GB]
[FREE] + [Console: 3.97/10.08 GB] [Serien: 3.97/10.08 GB]
[FREE] + TOTAL: 47.59/120.95 GB
3,97 GB sind auf der Platte noch insgesamt frei, wieso rechnet er das zusammen, wo muss ich das ändern?
Ich benutze
[VERSION] + ioFTPD - dZSbot 1.15 - Eggdrop 1.6.15+SSL - ioA 1.2.0
iofree.ini
Code:
[GENERAL]
# Total of Drives
DRIVES=1
# Letter of Drives to Display Free Space
DRIVES[1]=c
# Where to Create Dir (Dont Forget \ at last)
PATH_NAME=c:\Test\ioFTPD\site\
dszbot.tcl
Code:
# SETUP HERE YOUR SECTIONS
set sections "Gamez MP3z VCD SVCD APPZ DVDR Speedtest Requests XXX DIVX Console Serien"
# !!! THE LOGICAL DRIVE LETTER SHOULD BE WRITED IN UPPER CASE !!!
# !!! Exempld: C: or D: or d: ...but without \ at the end !!!
# !!! OTHER ARGS SHOULD RESPECT $sections variable ABOVE !!!
set device(0) "c: Gamez"
set device(1) "c: MP3z"
set device(2) "c: VCD"
set device(3) "c: SVCD"
set device(4) "c: APPZ"
set device(5) "c: DVDR"
set device(6) "c: Speedtest"
set device(7) "c: Requests"
set device(8) "c: XXX"
set device(9) "c: DIVX"
set device(10) "c: Console"
set device(11) "c: Serien"
set device(TOTAL) 12
set device(COLUMN) 2
Ich hoffe Ihr könnt mir sagen woran es liegt :-)