StarDog's scripts ioZS, newday |
08-09-2003, 02:14 PM
|
#1
|
Junior Member
Join Date: Aug 2003
Posts: 12
|
something wrong with ioZs :(
Hi,
i've been trying to setup ioftpd with iozs,ioa and dzsbot.. but i'm having one very annoying problem...
with iozs, when i upload a file, any file, it just deletes itself and returns no error... weird thing is if you upload it to the root dir it accepts it and processes the sfv/rar file...
im using:
ioftpd 4.9.4u
ioA 0.7.4
ioZS 1.06
mouton's imdbinfo 2
and dzsbot 0.0.8.3
on a windows XP sp1 box
i have set the SystemRoot environment variable aswell for the imdbinfo, which works fine
now my only problem is with iozs deleting uploaded files
if someone could help me i would appreciate it
thanks in advance,
w3rd
|
|
|
08-11-2003, 03:02 AM
|
#2
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
Try removing some of the scripts to see which cause the problem,
this is first I have heard of this so it's most likely a misconfiguration.
A little troubleshooting won't hurt.
Paste the contents of your etc/ioftpd.env file as well.
Peace
|
|
|
08-11-2003, 03:20 PM
|
#3
|
Member
FlashFXP Registered User ioFTPD Foundation User
Join Date: Aug 2002
Posts: 71
|
One way to recreate this is by missing the msvcr71.dll that iozs need.
You can easy check by executing iozs from the explorer and see if you get any errors.
I just renamed my msvcr71.dll to msvcr71.dlll and all files that i upload gets deleted.
Might not be the case but thats the only think i know that causes that problem.
|
|
|
08-12-2003, 04:45 AM
|
#4
|
Junior Member
Join Date: Aug 2003
Posts: 12
|
thanks for the help but i figured it out..
seems ioftpd has a problem with non-full directory paths..
like before i had it "..\scripts\iozs.exe Upload"
then i changed it to "D:\ioftpd\scripts\iozs.exe\Upload"
and it all worked good
w3rd
|
|
|
08-12-2003, 10:42 AM
|
#5
|
Senior Member
ioFTPD Scripter
Join Date: Oct 2002
Posts: 703
|
I use those relative paths all over my ioFTPD.ini - has always worked fine.
|
|
|
02-03-2004, 10:36 AM
|
#6
|
Junior Member
ioFTPD Registered User
Join Date: Mar 2003
Posts: 11
|
actually i got full paths in each iozs line and still have the same problem.
file is upped, using ioFTPD-beta5-6-3r and iozs 1.08 + ioA 1.0.8, and vanishes after it's done.
Strange thing is that ioZS acts as if it's there, even when deleting the sfv after and reupping it, or rescan... says 100% complete.
I don't have the faintest idea what's goin on
[Events]
OnUploadComplete = EXEC c:\ioftpd\scripts\ioZS\ioZS.exe Upload
[FTP_Post-Command_Events]
dele = EXEC c:\ioftpd\scripts\ioZS\ioZS.exe Delete
|
|
|
04-01-2004, 04:56 PM
|
#7
|
Junior Member
Join Date: Dec 2003
Posts: 11
|
Sorry to bump this old thread but i got the same problem...
i get this error msg:
"Faulting application ioZS.exe, version 0.0.0.0, faulting module msvcr71.dll, version 7.10.3052.4, fault address 0x000017fb."
Running win2k3 server...
|
|
|
04-27-2004, 12:58 PM
|
#8
|
Junior Member
ioFTPD Foundation User
Join Date: Jan 2004
Posts: 3
|
Re: something wrong with ioZs :(
Quote:
Originally posted by w3rd
Hi,
i've been trying to setup ioftpd with iozs,ioa and dzsbot.. but i'm having one very annoying problem...
with iozs, when i upload a file, any file, it just deletes itself and returns no error... weird thing is if you upload it to the root dir it accepts it and processes the sfv/rar file...
im using:
ioftpd 4.9.4u
ioA 0.7.4
ioZS 1.06
mouton's imdbinfo 2
and dzsbot 0.0.8.3
on a windows XP sp1 box
i have set the SystemRoot environment variable aswell for the imdbinfo, which works fine
now my only problem is with iozs deleting uploaded files
if someone could help me i would appreciate it
thanks in advance,
w3rd
|
I was having the same problem, in fact, i was using non-full paths in my VFS file, ioFTPD seem to accept it with no problem but ioZS not...
|
|
|
12-27-2004, 09:38 AM
|
#9
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
Im still havin this problem also with the new ioZS
Code:
[L] 150 Opening ASCII mode data connection for psf-d7e2.sfv.
[L] 226- .---------==[ ioZS v2.06 ]-=-[ by StarDog, (c)2004 ]==------------.
[L] 226- | 0-Byte File: Deleted! |
[L] 226- '--------------------------------======---------------------------'
[L] 226 Transfer complete.
Transferred: psf-d7e2.sfv 24 bytes in 0,06 seconds (0,4 KB/s)
[L] TYPE I
[L] 200 Type set to I.
[L] PASV
[L] 227 Entering Passive Mode (127,0,0,1,7,149)
[L] Opening data connection IP: 127.0.0.1 PORT: 1941
[L] STOR psf-d7e2.rar
[L] 150 Opening BINARY mode data connection for psf-d7e2.rar.
[L] 226- .---------==[ ioZS v2.06 ]-=-[ by StarDog, (c)2004 ]==------------.
[L] 226- | 0-Byte File: Deleted! |
[L] 226- '--------------------------------======---------------------------'
[L] 226 Transfer complete.
Transferred: psf-d7e2.rar 11,32 MB in 0,86 seconds (13.475,3 KB/s)
But in the root dir i don't have this problem
|
|
|
12-28-2004, 02:22 PM
|
#10
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by Lettiz
Im still havin this problem also with the new ioZS
But in the root dir i don't have this problem
|
Are your physical paths too long? If the complete path is longer than MAX_PATH it might bomb trying to get the filesize...
|
|
|
12-28-2004, 04:09 PM
|
#11
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
well my path name in default.vfs and admin.vfs
"../site" / is that so that should be a problem
|
|
|
12-28-2004, 04:19 PM
|
#12
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
Well there's your problem, you can't use relative paths in the .vfs file. Where on earth would you get that idea? There are countless examples in the documentation and forums and they all have absolute paths.
http://www.ioftpd.com/documentation/03-vfs.php
|
|
|
Thread Tools |
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:53 AM.
|