View Single Post
Old 04-02-2007, 05:48 AM  
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