PDA

View Full Version : [Fixed] Problem connecting FTP


Big
11-28-2004, 07:49 AM
hello, ihave a little problem with iobanana :-)

i want to run the windrop, everything is ok until this message :


[13:46] ☻ioBanana 9 by Mouton & Harm☻ attempting to connect to FTP...
C:\>


i looked into ioBanana.tcl :

################################################## #############################
# FTP ACCESS #
################################################## #############################
set ioBvar(ip) "***.***.***.***"
set ioBvar(port) "***"
set ioBvar(login) "login_of_my_sitebot" ;# That user needs the necessary flags to do it's job... "1" is ok.
set ioBvar(pass) "pass_of_my_sitebot"


everything is right, this user got flag '1' but it "crashes" :s

where is the mistake ? (ioBanana v20)

Harm
11-28-2004, 11:43 AM
Have you tried a newer version of windrop ? I'm currently using 1.6.17.

Big
11-28-2004, 11:48 AM
ok, i'm going to check this out

Big
11-28-2004, 11:59 AM
well i tried windrop 1.6.16 and it passes !

thx ;)