Subdomein cannot upload more than 5 MB

Arto

Registered User
Hallo,

I have created 1 user with unlimeted disk usage en traffic
If i login with ftp i can upload files, no problem.
But i have created 1 ftp user and subdomein.
If i login with subdomein on ftp i can only upload file 5 MB and not more.
Can you help me please?

I have suse linux 9.3 with confixx premium edition and vsftp
 
Do you get any kind of error message, which proves your statement, that 5 mb is the limit? I don't know whether Confixx or your ftp daemon (which one is it actually?) interferes with your desire to upload what ever file you want.

First of all, check your ftpd logfiles concerning an specific error message. Afterwards find your ftpd config files, and see if you can find any kind of switch/setting concerning upload limits.
 
if i upload with confixx webftp i have the same problem and with ftp client the same problem.
I get a error with my ftp programma that is :

[R] STOR AVSEQ.avi
[R] 150 Ok to send data.
[R] 451 Failure writing to local file.
[R] Transfer Failed!



This is my vsftpd.conf file :

Code:
#### CONFIXX VSFTPD KONFIGURATIONSDATEI ####
#### erstellt am  ###

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022

xferlog_enable=YES
xferlog_file=/var/log/xferlog
xferlog_std_format=YES

ascii_upload_enable=YES
ascii_download_enable=YES
ls_recurse_enable=YES

connect_from_port_20=YES

chroot_local_user=YES

userlist_enable=NO
userlist_file=/etc/chrootUsers
userlist_deny=NO

pam_service_name=vsftpd


### ENDE ####

This is the error log file :

Code:
Tue Aug  8 00:23:31 2006 1 81.68.88.117 179 /html/index.html a _ i r web1 ftp 0 * c
Tue Aug  8 00:25:55 2006 1 81.68.88.117 386 /html/efsaneboard/.htaccess b _ i r web1 ftp 0 * c
Tue Aug  8 00:25:55 2006 1 81.68.88.117 0 /html/efsaneboard/Efsaneboard.Turkulerdiyari.De.txt a _ i r web1 ftp 0 * c
Tue Aug  8 00:25:56 2006 1 81.68.88.117 4953 /html/efsaneboard/index.html a _ i r web1 ftp 0 * c
Tue Aug  8 00:25:56 2006 1 81.68.88.117 5271 /html/efsaneboard/linkciler.html a _ i r web1 ftp 0 * c
Tue Aug  8 00:44:18 2006 67 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 00:53:33 2006 501 81.68.88.117 38051840 /html/efsane/AVSEQ.avi b _ i r web1 ftp 0 * c
Tue Aug  8 00:54:55 2006 70 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 01:00:08 2006 68 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 01:00:16 2006 7 81.68.88.117 606208 /AVSEQ.avi b _ i r web1f1 ftp 0 * c
Tue Aug  8 01:14:38 2006 67 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 01:29:57 2006 66 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 01:36:20 2006 67 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 01:38:03 2006 67 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 02:15:50 2006 64 81.68.88.117 4915391 /html/Test/Test.rar b _ i r web1 ftp 0 * c
Tue Aug  8 02:23:32 2006 69 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 02:24:41 2006 69 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i
Tue Aug  8 13:28:24 2006 66 81.68.88.117 5227956 /AVSEQ.avi b _ i r web1f1 ftp 0 * i

web1 is the user thas has no problems but web1f1 is the subdomein user that user has errors.
Please help me, how can i resolve this problem?
 
Last edited by a moderator:
Back
Top