PDA

View Full Version : Request output


PaRaNoiD_JaCK
01-06-2006, 08:39 AM
This isnt a major bug really. The problem i have is the following:


[L] 250- 250- -------------------------------------------------------------------------
[L] 250- ID# | Owner | Request
[L] 250- -------------------------------------------------------------------------
[L] 250- 004 | PaRaNoiD_JaCK | Release.name-group ( 2w 25m)
[L] 250- -------------------------------------------------------------------------


I get two 250- ftp codes on the header ouput

.ioFTPD.message in requests dir is the following:


%[execute(TCL ..\scripts\nxTools\nxRequest.tcl)(LIST)(250-)]


Text files for nxtools are all free of ftp codes before the output.

Requests.Header:


-------------------------------------------------------------------------
ID# | Owner | Request
-------------------------------------------------------------------------


The problem only occurs on requests and not with latest new files.

:)

neoxed
01-06-2006, 09:03 PM
Hmm that's odd, it worked here. I'm still using ioFTPD beta-5.8.5r here, which version are you using?

CWD /REQS
250- -------------------------------------------------------------------------
250- ID# | Owner | Request
250- -------------------------------------------------------------------------
250-| There are currently no requests. |
250-'------------------------------------------------------------------------'
250- '-----( Type 'SITE REQUEST <title>' to make a request. )-----'
250 CWD command successful.

PaRaNoiD_JaCK
01-07-2006, 08:03 AM
The same version. i`m going to have a better look to see if theres anything i`ve done that could cause this. :)

Edit: Found the problem. There was a space at the start of the ioftpd.message

%[execute(TCL ..\scripts\nxTools\nxRequest.tcl)(LIST)(250-)]
Changed it to

%[execute(TCL ..\scripts\nxTools\nxRequest.tcl)(LIST)(250-)]
:o