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 04-02-2007, 04:10 AM   #31
noelek
Member
FlashFXP Beta Tester
 
Join Date: Aug 2004
Posts: 37
Default

Unhandled exception 3221225477 at address 0x7c911e58 (0x00000000)
0x00000000 0x6d6f636e
noelek is offline  
Old 04-02-2007, 05:14 AM   #32
Flow
Senior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Flow's Avatar
 
Join Date: Dec 2001
Posts: 306
Default

A friend of mine reported that he cant FXP when this is on. (ioFTPD to RaidenFTPD)
Require_Encrypted_Data = !-sitebot *

Anyone eles with a friend ?
Flow is offline  
Old 04-02-2007, 05:30 AM   #33
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by Flow
A friend of mine reported that he cant FXP when this is on. (ioFTPD to RaidenFTPD)
Require_Encrypted_Data = !-sitebot *

Anyone eles with a friend ?
I've successfully fxp:ed from io 6.0.0 to io 5.8.5r with flashfxp. Just have to make sure FEAT command is run at login and that "Secure site to site transfers" is enabled under SSL tab.

/ZR
Zer0Racer is offline  
Old 04-02-2007, 05:32 AM   #34
FTPServerTools
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Sep 2002
Posts: 543
Default

Any update in sourceforge coming??
FTPServerTools is offline  
Old 04-02-2007, 05:44 AM   #35
ubiquity
Junior Member
 
Join Date: Apr 2007
Posts: 2
Default

I can verify tuff's message about ascii / oem character set.
Everything that was perviously working is now garbage, also tried to put back the old tcl dll, but it didn't help.
ubiquity is offline  
Old 04-02-2007, 05:48 AM   #36
oldhouse
Member
 
Join Date: Sep 2005
Posts: 60
Default

2 things I noticed:

-Idle timeout doesn't work for me, using FTPRush I keep staying on site without ever disconnecting. My config looks like this:

Idle_TimeOut = 360 # no activity timeout -> auto logout
# These commands don't reset the idle counter
Idle_Ignore = NOOP CWD PWD

FTPclient log:
(12.34.08) [2] CWD .
(12.34.08) [2] 250 CWD command successful.
(12.34.08) [2] PWD
(12.34.08) [2] 257 "/" is current directory.
.
.
.
(12.46.15) [2] 257 "/" is current directory.
(12.46.45) [2] CWD .
(12.46.45) [2] 250 CWD command successful.
(12.46.45) [2] PWD
(12.46.45) [2] 257 "/" is current directory.

-I wasn't able to create new dirs with flag 3 account untill I set 777 as default dir permission.
My config looks like this:

Upload = /* 31VM
Resume = /* 31VM
MakeDir = /* 31VM

and I always got permission denied.
The weird thing is that I tried to manually chmod the dir using 1M user but I got permission denied...
oldhouse is offline  
Old 04-02-2007, 06:24 AM   #37
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by FTPServerTools
Any update in sourceforge coming??
I was also wondering. Playing around with php and ioftpd's http service (trying to follow darkone's ioFTPD PHP Extensions) I got this error:
Code:
Fatal error: Call to undefined function: io_group_list_seek()
After snooping around at Sourceforge I found that PhpExtension.h contains PHP_FUNCTION(io_group_list_seek); and PhpExtension.c contains the function, but it is not listed under function_entry PHP_Extension[]. But since I can't code I dunno if this is causing the fatal error.
Code:
 PHP_FE(io_group_list_init, NULL)
 PHP_FE(io_group_list_fetch, NULL)
 PHP_FE(io_group_list_close, NULL)
And I dunno if the source I've looked at is used in ioFTPD 6.0.x.


Btw, has anyone played around with php and io's http service? I could use more hints on how to use the extensions.

/ZR
Zer0Racer is offline  
Old 04-02-2007, 09:05 AM   #38
LordM
Senior Member
ioFTPD Foundation User
 
LordM's Avatar
 
Join Date: Jul 2005
Location: Germany
Posts: 138
Default

I get various unhandled exeptions.

Code:
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x00000002 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0xf3000000 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x83000000 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x00000208 
Unhandled exception 3221225477 at address 0x7c8327f9 (0x00000000) 0x00000000 0x00000000 
Unhandled exception 3221225477 at address 0x703254fa (0x00000000) 0x00000000 0x703254fa 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x8afffffe 
Unhandled exception 3221225477 at address 0x0043d2a6 (0x00000000) 0x00000000 0x00eb4ef8 
Unhandled exception 3221225477 at address 0x7c81f582 (0x00000000) 0x00000000 0x00dc7f50 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x6f206e61 
Unhandled exception 3221225477 at address 0x00408920 (0x00000000) 0x00000000 0x00000000 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x00000001 
Unhandled exception 3221225477 at address 0x7c8224b2 (0x00000000) 0x00000000 0x00000001
They occured in different actions on the ftp. For example dir creation.

Last one when trying to transfer an .jpg via fxp

Code:
[L] RETR a.very.cool.picture.jpg
[L] Connection lost: io6-2
__________________
I'm using:

ioFTPD 7.7.2
ioNiNJA BETA Stable v0.8.9.6

Last edited by LordM; 04-02-2007 at 09:19 AM.
LordM is offline  
Old 04-02-2007, 12:29 PM   #39
panzerfaust
Senior Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 112
Default

is it possible with just an upgrade if you have a fully functional ioFTPD atm and dont wanna mess too much with it? thank you in advance!

edit:
ok, got it to work with 6.0.1, but one question remains, and should probably be posted in the ioBanana forum, but it doesn't announce new dirs any more, what have I done wrong? it shows !bw etc so dunno what the problem might be, anyone able to help?

[running ioFTPD 6.0.1 + ioB2 (latest build) + ioA]

Last edited by panzerfaust; 04-02-2007 at 02:13 PM.
panzerfaust is offline  
Old 04-02-2007, 01:16 PM   #40
en3rmax
Junior Member
 
Join Date: Jul 2005
Posts: 27
Default

Hi there, i can't write files to my ftp do i need to set this

[VFS]
# The default is to give everyone just read access to all files and
# directories and set the default owner of files to the ioFTPD account.
#
# format: <filemode> <owner uid>:<owner gid>
#
Default_Directory_Attributes = 755 0:0
Default_File_Attributes = 644 0:0

ps, what is the best way to set it

thanks
en3rmax is offline  
Old 04-02-2007, 01:52 PM   #41
Mave
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jul 2005
Posts: 43
Default Little typo in latest ioFTPD.ini 6.0.1

Hey yil

Just noticed a little typo in the latest ioFTPD.ini 6.0.1

Under EVENTS

;OnTelentLogIn = should be ;OnTelnetLogIn =


Also another request.
Would it be possible to implement a Global Creds funktion like gl?

Now you need to create more sections to have seperate ratios with a result you need to site transfer the credits from section to section.
Would be nice to only have 1 creds section and be able to have different ratios on
dir sections so no need anymore to site transfer all the time.

Thanks

Mave
Mave is offline  
Old 04-02-2007, 02:30 PM   #42
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by panzerfaust
is it possible with just an upgrade if you have a fully functional ioFTPD atm and dont wanna mess too much with it? thank you in advance!
Short answer: Yes, pretty much.

But first I suggest you BACKUP your entire current ioFTPD directory/config before you start updating files.

To upgrade you need to compare the new ioFTPD.ini to your old one and make the necessary changes (settings, commands, permissions etc.) and compare the contents of /text/ftp (6.0.x) has a couple of new files. And the tcl stuff in /lib is updated.

When that's done you need to of course replace ioFTPD.exe. With that said I have to point out that it's no guarantee that all scripts will work. If you get crashes (see C:\ioFTPD.crash.log) it's probably a script. Try disabling all scripts and events and enable them one by one to find out which one is causing the crash. Could happen on site shutdown as Yil mentioned but it shouldn't be a problem.

Now, ioFTPD itself could also crash since there has only been a couple of new builds since Yil started to work on it. So please keep your eyes open to what happens and try to report any errors as thoroughly as possible (with relevant information).

Hope this helps
/ZR
Zer0Racer is offline  
Old 04-02-2007, 02:44 PM   #43
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally Posted by en3rmax
Hi there, i can't write files to my ftp do i need to set this

[VFS]
# The default is to give everyone just read access to all files and
# directories and set the default owner of files to the ioFTPD account.
#
# format: <filemode> <owner uid>:<owner gid>
#
Default_Directory_Attributes = 755 0:0
Default_File_Attributes = 644 0:0

ps, what is the best way to set it

thanks
Usually this question would be answered with "read docs and knowledge base" but for 6.0.x it could be the "new" VFS settings/examples in ioFTPD.ini. Don't know if you installed a clean new io 6.0.x or upgraded from 5.8.x. If it's a new install you could replace the settings under [VFS] and ### PERMISSONS ### (not the stuff you pasted) with this (from 5.8.5):
Code:
Upload    = * *
Resume    = * *
Download   = * *
MakeDir       = * *
RemoveOwnDir  = * *
RemoveDir     = * 1VM
Rename    = * 1VM
RenameOwn     = * *
Overwrite     = * 1VM
Delete    = * 1VM
DeleteOwn   = * *
NoStats       = * !*
And then you need to use site chmod 777 once on every directory you want to make available for uploads by regular users.

You could also simply create a dir in FTP-ROOT-DIR called Incoming to match the settings in ioFTPD.ini for 6.0.x. See documentation and kb for more info.
/ZR
Zer0Racer is offline  
Old 04-02-2007, 02:45 PM   #44
panzerfaust
Senior Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 112
Default

Yeah, i fixed it Zer0Racer, thanks tho.. But it seems that ioB2 is pretty much incompatible with new ioFTPD 6.0.1, so I have to wait for either ioB or io (probably ioB) to become compatible with each other...
panzerfaust is offline  
Old 04-02-2007, 02:52 PM   #45
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default

Hehe ok. Or just use something that works - like ioSFV *nudge nudge at tuff*

/ZR
Zer0Racer is offline  
Closed Thread

Tags
fxp, ioftpd, recursive, test, v6.0

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 08:11 AM.

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