Thread: ioTRANSCRED
View Single Post
Old 03-20-2005, 04:30 PM  
LostSoul
Junior Member
 
Join Date: Mar 2005
Posts: 2
Default

Maybe I found a solution. The problem is that Transcred.exe can't find the .ini file.
You can see this easily at the command prompt... This command, launched from the Transcred dir, works:

Transcred.exe user pass ftp1 ftp2 2000

while this command, launched from the root dir, DOESN'T work:

c:\ioFTPD\scripts\Transcred\Transcred.exe user pass ftp1 ftp2 2000

So I created a batch file named "Transcred.bat" in the same dir of the exe and ini files with these lines:

@ECHO OFF
c:
CD \ioFTPD\scripts\Transcred\
Transcred.exe %1 %2 %3 %4 %5


and modified this line in cred.tcl:

set exe "C:/ioFTPD/scripts/Transcred/Transcred.bat"

Now everything works perfectly!
LostSoul is offline   Reply With Quote