ispCP - Board - Support - VHCS fork

Full Version: Ftp problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
From 3 days ftp makes big problem look this logs from ftp client:
[14.11.2007 г. 23:10:01] CWD /htdocs
[14.11.2007 г. 23:10:01] 250 CWD command successful
STATUS:> [14.11.2007 г. 23:10:01] PWD skipped. Current folder: "/htdocs".
COMMAND:> [14.11.2007 г. 23:10:01] RMD torrents
[14.11.2007 г. 23:10:01] 550 torrents: Directory not empty
ERROR:> [14.11.2007 г. 23:10:01] Requested action not taken (e.g., file or directory not found, no access).

It strange because the folder is still there... Proftp problem big...
you do use fastcgi, don't you?

I only knew this problems for mod_php things, because the files the webapp creates don't belong to the ftp user... But with fastcgi this should not be....

Have you done an ls -laR and checked for files that don't belong to the user your connecting with?
Are there any Logentry´s in the ProfFTPD Logs ?
If not we need to Debug it.

Greez BeNe
There are no bugs in /var/log/proftpd/ and i use fastcgi
what about the ls -laR?
This shell command return VERY big answer.. if u want it i can copy here or...
Maybe only the important part... where the permissions are not ok... :-)

or make azip and put it here as a attachment...

/J

PS: you run the command not from / - you should run it in /var/www/virtual/<domain>/htdocs...
make ls -laR | grep -v "vu2xxx"
this should filter out the files with the right permissions...
replace the xxx with the right number :-)
Really? You must be joking Wink
Pages: 1 2 3 4 5 6
Reference URL's