Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Closed Thread
 
Thread Tools Rate Thread Display Modes
Old 06-20-2007, 12:53 AM   #91
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

i think OnUploadComplete u get "path+file" "CRC" "virtualpath+file" as first 3 arguments (at least in 585)
jeza is offline  
Old 06-20-2007, 02:04 AM   #92
tuff
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 277
Default

its still the same in 6.1.X, obviously if there was a problem none of the zipscripts would work etc
__________________
#iotools #ioftpd (both on efnet)
tuff is offline  
Old 06-20-2007, 04:42 AM   #93
peep
Senior Member
FlashFXP Scripter
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 132
Default

Actually I'm looking at the list of outputs from 'set' and not the %1-%3 (I should've removed those lines from the batch file, was just for some other testing purposes).

Output:
[R] 226-SECTION=
[R] 226-STATSSECTION=2

ioftpd.ini (section-part):
TV = 0 2 /TV/*

This is what I'm curious about, why the SECTION is reported as blank (ignore the %1-%3 lines)

Tuff: It was already like this in the 5.8.X versions. What I want to know is what the argument for the section is, because like you say, there must be one that reports it for eg. the zipscripts but the output of 'set' gives a blank %SECTION%

Last edited by peep; 06-20-2007 at 04:46 AM. Reason: Added a reply to Tuff
peep is offline  
Old 06-21-2007, 01:04 AM   #94
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

most zipscripts checks the section name against VIRTUALPATH
example:
sections in config -> VIRTUALPATH
"/mp3/ /games/" -> /mp3/0101/blalba-iND

maybe is SECTIONNAME what u are looking for (just guesing).
jeza is offline  
Old 06-21-2007, 06:56 AM   #95
peep
Senior Member
FlashFXP Scripter
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 132
Default

Nope, gives nothing. And if you create a .bat file with the content:
Code:
@echo off
set
put "OnUploadComplete = %EXEC X:\xxx\batchfile.bat" in your ioftpd.ini, upload just any file and then look at the output in the ftp-client status-window, you will notice that everything is returned except the value of SECTION.
peep is offline  
Old 06-21-2007, 12:18 PM   #96
jeza
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

add this to your ioftod.env
SECTIONNAME=%[$section]
jeza is offline  
Old 06-29-2007, 08:37 PM   #97
jenga
Junior Member
 
Join Date: Jun 2007
Posts: 2
Default

I just installed the v6.1.4 ioGui and everything works great but the zipscript

I'm using php_psio and it seems to have that problem with the OnUploadComplete command.

My ioftpd.ini looks like this:
[FTP_Pre-Command_Events]
OnUploadComplete = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\zipscript-c.php
OnUploadError = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\zipscript-c.php
dele = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\postdel.php

and i've changed all the paths in php_psio from d: to c:
...the site rescan command works great, but it's not autoscanning the files.

Is there any fix for this?

Thanks
jenga is offline  
Old 06-30-2007, 11:08 AM   #98
whocarez2k5
Senior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 147
Default

Hi, after longtime not using io (well wanted a few weeks back with problems only) and seeing 6.1.4 i again installed io but was wondering if there is any around script that communicates with eggdrop/windrop?

I normaly used ioBanana and ioA because of the eggdrop function but for what i see now ioB and ioA arent working proper with io 1.6.14 and nx Tools doesn't provide the eggdrop function , atleast it isn't in the readme

Any 1 here that has io 1.6.14 working with eggdrop/windrop?
whocarez2k5 is offline  
Old 06-30-2007, 11:29 AM   #99
peep
Senior Member
FlashFXP Scripter
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 132
Default

I haven't noticed any problems in particular using ioBanana and ioA with the latest io-version.
peep is offline  
Old 06-30-2007, 02:48 PM   #100
jenga201
Junior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Aug 2005
Posts: 9
Default

yeah, all the scripts i installed...dzsbot/ioa work fine

It's just some zipscripts that don't work anymore :S
jenga201 is offline  
Old 07-01-2007, 05:45 AM   #101
ArtX
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Jan 2004
Posts: 301
Default

Yil - dont know if this has been reported sorry if it already has - its only a slight error i feel in ioftpd 6.1.4 - but its an error that has been there since last ioftpd 5.x rls and i reported it back then if i remember, error is that gives the wrong error info in ioftpd - for wrong ip (or no ip) anyway

eg
[R] 331 Password required for Carpo.
[R] PASS (hidden)
[R] 530 Login failed: Invalid password.
[R] Connection failed

now from that you would think the obvious and i forgot the pass right? wrong!

its because i forgot to add the right ip for the intranet into my account in ioftpd

07-01-2007 11:37:12 Host '*@THE-MAJOR' did not match any of user 'Carpo' allowed hosts.
07-01-2007 11:38:20 Host '*@10.10.1.2' did not match any of user 'Carpo' allowed hosts.

after adding these two entries to my account i can log in ok again

a pidly error i know but it can be a bit miss leading - as i said before it used to throw this error up for near every error (no matter what the reall error was) in 5.8.6+ aswell
ArtX is offline  
Old 07-01-2007, 06:18 AM   #102
whocarez2k5
Senior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 147
Default

Quote:
Originally Posted by peep View Post
I haven't noticed any problems in particular using ioBanana and ioA with the latest io-version.
Well i'll give it a shot.

btw is it true that ioG functions don't work with 6.1.x like mkdir del dir etc?

*update*
Changed the location of ioFTPD to d: within a subdir and after changing all files and locations it's inpossible for me to get io and iogui started
15:32:59 wSock_Error() -> Connection is forcefully rejected (10061)
15:32:59 ----------- connection closed -----------

Double checked every setting but it just won't start any more

io 6.1.14 + nxtools + iosfv

the readme says
1) Extract the zip file to C:\ If you put it anywhere else you will need to
change the path of the link in the handy ioFTPD-Start shortcut if you want
to use it to start the server and ioGUI.

that shortcut isn't there but i guess i need to create 1 myself, but i don't see any problems on this part

the ioftpd.log says
07-01-2007 15:33:08 START: "PID=4812" "CmdLine="

Nothing usefull also

any help pls

Last edited by whocarez2k5; 07-01-2007 at 08:39 AM.
whocarez2k5 is offline  
Old 07-01-2007, 02:08 PM   #103
whocarez2k5
Senior Member
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 147
Default

I did a complete new clean setup (no scripts) checked every option 2 times to see difference with "broken" server, edited everything in wordpad, but when walking true the config i noticed a few minor things that are double imo
Under Permissions
Quote:
###################
### PERMISSIONS ###
###################
# Here's an example of a generally Read Only server with a /Incoming
# directory that allows regular users (the 3 flag) to upload just
# to directories under /Incoming. If you want people to be able to
# upload anywhere just change /Incoming/* to /*.
Upload = /Incoming/* 31VM
Resume = /Incoming/* 31VM
MakeDir = /Incoming/* 31VM
RemoveDir = /Incoming/* 1VM
RemoveOwnDir = /Incoming/* 31VM
Rename = /Incoming/* 1VM
RenameOwn = /Incoming/* 31VM
Overwrite = /Incoming/* 1VM
Delete = /Incoming/* 1VM
DeleteOwn = /Incoming/* 31VM

# This defines everything else as Read Only for regular users.
Upload = /* 31VM
Resume = /* 31VM
MakeDir = /* 31VM
RemoveOwnDir = /* 31VM
RemoveDir = /* 1VM
Rename = /* 1VM
RenameOwn = /* 31VM
Delete = /* 1VM
DeleteOwn = /* 31VM

# nobody can overwrite a file, they must delete it and resend
Overwrite = /* !*
NoStats = /* !*

# anybody can download anything...
Download = /* *
I dunno why this is but i guess some settings are double in the config and the part that is named as example need to be marked with # or am i wrong?

Second thing i found was a small ioGui config, Yil added ioGui to the new ioFTPD as it is now but the paths to the ioGuiExt are wrong.
In Yil's setup ioGui is in ../ioGUI and not in ../scripts
Code:
# ioGUI
ioGuiExt    = TCL ..\scripts\ioGuiExt.itcl
#ioGuiExt    = EXEC ..\scripts\ioGuiExt.exe
imo it needs to be
Code:
# ioGUI
ioGuiExt    = TCL ..\ioGUI\ioGuiExt.itcl
#ioGuiExt    = EXEC ..\ioGUI\ioGuiExt.exe
Hope it helps.

Server still isn't running from subdir (d:\subdir\ioFTPD\..) , help still appreciated

*update*
Dunno if it's allready there but maybe a good idea to add a clean.registry file to ioFTPD because i think there lies my problem. i checked registry on ioFTPD items and there are a bunch of reg settings in winXP. I dunno which 1 to remove to get a clean start for io to setup.
Because when i unpack io6.1.14 and don't make any changes at all and hit the ioFTPD-Start.exe i mostly get winsock errors and io also says password in correct?¿?¿ that is strange for me because the very first time i run io it worked like a charm but now it just won't, and when i open ioftpd.ini 1 time and only change port for example i can't connect at all and it keeps giving me the error in previous posts

Last edited by whocarez2k5; 07-01-2007 at 03:05 PM.
whocarez2k5 is offline  
Old 07-03-2007, 01:00 AM   #104
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by Carpo
Yil - dont know if this has been reported sorry if it already has - its only a slight error i feel in ioftpd 6.1.4 - but its an error that has been there since last ioftpd 5.x rls and i reported it back then if i remember, error is that gives the wrong error info in ioftpd - for wrong ip (or no ip) anyway

eg
[R] 331 Password required for Carpo.
[R] PASS (hidden)
[R] 530 Login failed: Invalid password.
[R] Connection failed

now from that you would think the obvious and i forgot the pass right? wrong!

its because i forgot to add the right ip for the intranet into my account in ioftpd

07-01-2007 11:37:12 Host '*@THE-MAJOR' did not match any of user 'Carpo' allowed hosts.
07-01-2007 11:38:20 Host '*@10.10.1.2' did not match any of user 'Carpo' allowed hosts.

after adding these two entries to my account i can log in ok again

a pidly error i know but it can be a bit miss leading - as i said before it used to throw this error up for near every error (no matter what the reall error was) in 5.8.6+ aswell
This is by design. I take it you haven't read the changelog at all for io 6.x It's designed this way for security reasons. Now l33t h4xXoRs have a hard time fishing for info on which usernames exist etc. And since the logs contain the correct info that only admins should have access to.. isn't that nice?

/ZR

Last edited by Zer0Racer; 07-03-2007 at 01:22 AM.
Zer0Racer is offline  
Old 07-03-2007, 01:17 AM   #105
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by whocarez2k5
I did a complete new clean setup (no scripts) checked every option 2 times to see difference with "broken" server, edited everything in wordpad, but when walking true the config i noticed a few minor things that are double imo
Under Permissions

I dunno why this is but i guess some settings are double in the config and the part that is named as example need to be marked with # or am i wrong?
To just say broken server is unfortunately not very helpful. There are alot of things that, when configged the wrong way, can make ioFTPD unable to start, or that will spit out error when you try to log in.

Those lines with permissions are not duplicates or anything like that because the first set of rules set permissions for /Incoming/* and then there are som general rules that apply to everything besides incoming dir. The first rules only apply IF there is a dir called incoming, of course.

Quote:
Originally Posted by whocarez2k5
[...]

*update*
Dunno if it's allready there but maybe a good idea to add a clean.registry file to ioFTPD because i think there lies my problem. i checked registry on ioFTPD items and there are a bunch of reg settings in winXP. I dunno which 1 to remove to get a clean start for io to setup.
Because when i unpack io6.1.14 and don't make any changes at all and hit the ioFTPD-Start.exe i mostly get winsock errors and io also says password in correct?¿?¿ that is strange for me because the very first time i run io it worked like a charm but now it just won't, and when i open ioftpd.ini 1 time and only change port for example i can't connect at all and it keeps giving me the error in previous posts
As far as I know ioFTPD itself doesn't set a single entry in the registry. If you find anything about ioFTPD there it's either windows own way of keeping track of which files you recently edited and ioGUI needs to keep track of a couple of things. ioGUI is not a part of ioFTPD itself. And ioGUI is not required in order to get ioFTPD to run.

And certain settings in ioFTPD, like changing service port, you actually have to restart ioFTPD before the new settings take effect. Most changes only reguire config rehash though.

/ZR
Zer0Racer is offline  
Closed Thread

Tags
download, fxp, news, release, support

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 On
HTML code is Off

Forum Jump


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

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