PDA

View Full Version : [Fixed] vfs issues


mog-on
10-03-2003, 08:19 PM
Here is the debug log of the ftp's :


226-Current dir is Z:\TOOLS\ftp\old.io\test_banana\scripts
226-====================
226-# of arguments: 5
226-[0] = ..\scripts\ioBanana.exe
226-[1] = upload
226-[2] = Z:\TOOLS\ftp\old.io\test_banana\root\VCD\TEST\cm9k .c04
226-[3] = BFA7E1A1
226-[4] = /VCD/TEST/cm9k.c04
226-====================
226-Value found...
226-Z:\TOOLS\ftp\old.io\test_banana\text\ioBanana
226-Value found...
226-0
226-Value found...
226-/!ioftpd /pre /requests/___speedtests___
226-CRC Checked: File is OK!
226-Value found...
226-Z:\TOOLS\ftp\old.io\test_banana\text\ioBanana
226-Dir flushed.
226-Value found...
226-1
226-Value found...
226-Z:\TOOLS\ftp\old.io\test_banana\root\
226-Value found...
226-40
226-Value found...
226-[Race]-[%]
226-Value found...
226-/SVCD/ /VCD/ /REQUEST/
226-Race symlink created in '/VCD/'
226-Race symlink: Z:\TOOLS\ftp\old.io\test_banana\root\[Race]-[VCD-TEST]
226-Dir flushed: Z:\TOOLS\ftp\old.io\test_banana\root\[Race]-[VCD-TEST].
226-readINI: 'parent_incomplete','parent_incomplete_dirs','2_le vel_incomplete','textfiles'
226-Value found...
226-Z:\TOOLS\ftp\old.io\test_banana\text\ioBanana
226-Value found...
226-1
226-Value found...
226-/SVCD/ /VCD/ /REQUEST/
226-Value found...
226-cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec
226-Incomplete symlink processed for '/VCD/TEST/cm9k.c04'
226-Incomplete symlink: Z:/TOOLS/ftp/old.io/test_banana/root\VCD\[incomplete]-TEST
226-cd1 cd2 cd3 cd4 cd5 disc1 disc2 disc3 dvd1 dvd2 dvd3 vobsub vobsubs subtitle subtitles subs subpack codec
226-Incomplete symlink processed for '/VCD/TEST/cm9k.c04'
226-Incomplete symlink: Z:/TOOLS/ftp/old.io/test_banana/root\VCD\[incomplete]-TEST
226-Dir flushed.
226-Value found...
226-Z:\TOOLS\ftp\old.io\test_banana\text\ioBanana
226-Empty value found...
226-
226-putlog COMPLETE-B1: "OOLS\ftp\old.io\test_banana\root\[Race]-[VCD-TEST]/Z:/TOOLS/ftp/old.io/test_banana/root/VCD" "TEST" "16" "6" "2437" "0" "7" "ioFTPD" "ioftpd" "9966" "11560"

The problem is the putlog which is obviously misformed !

Any help welcome ...

Mouton
10-04-2003, 07:27 AM
your vfs is probably phony.

mog-on
10-04-2003, 08:20 AM
What fo you mean by "phony" ? english is not my native langage ...

Anyway, my vfs works perfectly with ioFTPD, i can access all the sections which are declared, and so can my users. Moreover, iobanana has only problems on "halway"&"complete", ioFTPD.log filling.

mog-on
10-04-2003, 01:47 PM
Originally posted by Mouton
your vfs is probably phony.

ok you were right, for iobanana, this .vfs is correct :

"Z:\TOOLS\ftp\old.io\test_banana\root\" /

and this one is not correct :

"Z:/TOOLS/ftp/old.io/test_banana/root" /

Both spelling should be correct and parsed correctly by iobanana ! ioFTPD is a tcl embeded environnement, path declaration character is "/" and not "\" which is a TCL control character (have to use \\)
Morevover i have noticed many parsing problems of iobana.ini, for example a space character added at the end of a path declaration ...


A little quote from your installation note :

Note 2: If there is a trailing / or \ in the sample config option, I suggest you use the same notation if you want a working script... Meaning: don't expect io_path=C:\ioFTPD\ to work correctly!

You can add some notes :D unless you debug & improve your parsing module.

Mouton
10-05-2003, 08:48 AM
You should keep up to date kid.
I don't update public ioBanana anymore. |Harm| does.
So I personnaly couldn't care less for any of your problems...

My version, which I continue to develop, works just fine for my use.

It's all I care about.

mog-on
10-05-2003, 11:32 AM
Born in 1972 ...

Keep coding, you really have to improve :D