Old 03-07-2004, 03:34 AM   #16
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Just a thought, you may want to add "-nocomplain" to your ioIsotopeHelper (ioIsotope.itcl) directory listing function.

set result [glob $dir] Becomes: set result [glob -nocomplain $dir]

In case the directory doesn't contain any items. I noticed a few entries in my SystemError.log relating to it.

Great work so far.
neoxed is offline   Reply With Quote
Old 03-08-2004, 05:32 AM   #17
Mr_X
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 142
Default

Nice GUI but I got lots of bugs:

first I get:
"SI' is not a valid integer value
'Command not understood' is not a valid integer value

(because of the regional settings i think [I use another separator for decimal values]).

I connected to my ftp and then went into Users tab. I tried to click on another tab and get a window with for title ioIsotope:
Currently Busy. Please wait...

I have to restart ioIsotope to use it again

Same error when going into Stats

I connected to my ftp and then disconnected and try to reconnect. I got 2 windows error boxes:
Asynhronous socket error 10053
and
Windows socket error: Une connexion existante a dû être fermée par l'hôte distant (10054), on API 'send'
I got disconnected and I have to quit ioIsotope to make it working again.

When ftp port is not filled and I click on connect, I get
" is not a valid integer value

Last thing:
You tell in documentation that user must have flag 1 or M. I tested with a user that has flag 1. Doesn't work (not enough privilieges. Told in Status tab when it tried to read config). User must have M flag.

I tested several times to confirm bugs (I don't had them just once). I used this version: Install.pr.0151-public.rar
Mr_X is offline   Reply With Quote
Old 03-08-2004, 08:48 AM   #18
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

bug reports are ignored.
Mouton is offline   Reply With Quote
Old 03-09-2004, 05:50 AM   #19
Mr_X
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 142
Default

It was just to help you correcting bugs
Mr_X is offline   Reply With Quote
Old 03-09-2004, 10:31 AM   #20
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default Re: ioIsotope Preview - Foundation Licenses

Quote:
Originally posted by Mouton
BTW, don't bother reporting bugs, I'll fix most of them before I post the first beta, so you'll only waste your time.

Comments and suggestions are welcome atm though.
Mouton is offline   Reply With Quote
Old 03-15-2004, 06:53 AM   #21
Jofa
Junior Member
ioFTPD Foundation User
 
Join Date: Mar 2004
Posts: 5
Default

Quote:
Originally posted by Mouton
I doubt I'll ever support SSL.
Use a wrapper if you want SSL connections.
Can someone plz explain what a wrapper is ?
Jofa is offline   Reply With Quote
Old 03-15-2004, 07:02 AM   #22
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

WinSSLwrap is the most used SSL wrapper (actually, i don't know any other)
http://www.google.be/search?q=download+winsslwrap
ADDiCT is offline   Reply With Quote
Old 03-15-2004, 07:08 AM   #23
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

There's at least another one: stunnel.
Harm is offline   Reply With Quote
Old 03-15-2004, 08:00 AM   #24
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

there is also : TLSWrap v0.7 @ http://tlswrap.sunsite.dk/
bounty is offline   Reply With Quote
Old 03-23-2004, 03:23 PM   #25
cyphur
Junior Member
ioFTPD Foundation User
 
Join Date: Dec 2003
Posts: 8
Default

i am a registered user and for some odd reason i can't download ioisotope.....everytime i click on the file it brings me to the login menu......i login in and nothing...can someone plz help me
cyphur is offline   Reply With Quote
Old 03-23-2004, 04:05 PM   #26
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

If you're a registered user, update your board profile
Being a registered user isn't enough to be able to download ioIsotope, you have to be a foundation member too.
Harm is offline   Reply With Quote
Old 03-28-2004, 05:46 PM   #27
epimetheus13
Junior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 19
Thumbs up ioIsotope

Great script Mouton. I can't wait to see what it'll be like once u perfect it. Awesome work as usual.

Couple sugestions:
1. How about a button on the site activity tab to kill a certain user.
2. Some way around the idle timeout. I use a NOOP with a custom flag as a way around the idle timeout.

Just some thoughts, again great work.
epimetheus13 is offline   Reply With Quote
Old 04-27-2004, 01:35 PM   #28
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

Just posted 0.1.6.0 preview version for foundation users. Made a bunch of fixes etc. that I didn't care to log...
Mouton is offline   Reply With Quote
Old 04-27-2004, 03:23 PM   #29
BerMUdaW
Junior Member
ioFTPD Foundation User
 
Join Date: Apr 2004
Posts: 6
Wink 500 SITE ioIsotopeHelper: Command not understood.

Great work.. got it running after installing it different then the install.txt says.

After installing like the install.txt told to i got :

500 SITE ioIsotopeHelper: Command not understood.
ACTION MODE: 0


Had this before with some other script!

Easy to solve ... just don't do the following :

2. Add those to your ioftpd.ini:

[scripts]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl

do the following :

2. Add those to your ioftpd.ini:

[FTP_Custom_Commands]
ioIsotopeHelper = TCL ..\scripts\ioIsotope.itcl


After that it works fine ( for now )
BerMUdaW is offline   Reply With Quote
Old 04-27-2004, 05:42 PM   #30
epimetheus13
Junior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 19
Default 0.1.6.0

I'm getting access violations on the VFS and Site Sctivity tabs, let me know if you want the details. And yes I know u said no bug reports, so if you don't want details, then this is for other people's benefit.
epimetheus13 is offline   Reply With Quote
Reply

Tags
beta, foundation, ioisotope, post, preview

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FlashFXP won't connect through a proxy JamesQB General Discussion 1 11-26-2004 08:27 PM


All times are GMT -5. The time now is 07:07 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)