Ftp problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Ftp problem (/thread-1784.html) |
Ftp problem - scoutsniper - 11-14-2007 07:13 AM 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... RE: Ftp problem - rbtux - 11-14-2007 07:44 AM 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? RE: Ftp problem - BeNe - 11-14-2007 05:19 PM Are there any Logentry´s in the ProfFTPD Logs ? If not we need to Debug it. Greez BeNe RE: Ftp problem - scoutsniper - 11-14-2007 08:35 PM There are no bugs in /var/log/proftpd/ and i use fastcgi RE: Ftp problem - rbtux - 11-14-2007 08:37 PM what about the ls -laR? RE: Ftp problem - scoutsniper - 11-14-2007 08:48 PM This shell command return VERY big answer.. if u want it i can copy here or... RE: Ftp problem - joximu - 11-14-2007 08:52 PM 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... RE: Ftp problem - rbtux - 11-14-2007 09:54 PM make ls -laR | grep -v "vu2xxx" this should filter out the files with the right permissions... RE: Ftp problem - joximu - 11-14-2007 10:11 PM replace the xxx with the right number :-) RE: Ftp problem - rbtux - 11-14-2007 10:13 PM Really? You must be joking |