PDA

View Full Version : [Fixed] Resume permissions


Mouton
11-12-2003, 12:02 PM
http://www.ioftpd.com/go/826

Using that notation in the Upload permissions works, but it doesn't work with the Resume permissions. Tried both APPE and REST resume techniques.

I also tried a more standard permission setting:
Resume = /temp/* !*

Doesn't seem to work either.

5.2.15r

Anyone can confirm ?

Harm
11-12-2003, 12:14 PM
Confirmed.

That's what I have in ioFTPD.ini:

Resume = * !*

And that's what I can do (with a non-master account):

[R] REST 65536
[R] 350 Restarting at 65536. Send STORE or RETRIEVE to initiate transfer.
[R] STOR Test.rar
[R] 150 Opening BINARY mode data connection for Test.rar.

Using 5.2.15r as well.

Unique
11-12-2003, 12:17 PM
mutilator asked that today and its indeed bugged.

If setting to * !* for example user1 cant resume user2 files but he can still resume his own file..

darkone
11-12-2003, 01:27 PM
Yep.. I actually noticed this yesterday when rewriting upload/download routines to new form (support directory caching)