Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
proftpd, erstes file IMMER! failed!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Makido
Tux's lil' helper
Tux's lil' helper


Joined: 01 Mar 2003
Posts: 98
Location: Berlin / Germany

PostPosted: Sat Sep 30, 2006 2:33 pm    Post subject: proftpd, erstes file IMMER! failed! Reply with quote

Hi,

ich habe seit den letzten zwei proftp-Updates folgendes problem:

Die erste Datei die auf per FTP auf den Server kommt ist Grundsätzlich "failed" und andere die bei uns den ftp-Server nutzen hatten auch schon berichtet das garkeine Datei rüber geht.

Desweiteren habe ich auch Resume aktiviert, der ftp-client meint trotzdem fest das es nicht an ist!

Hat jemand dasselbse Problem und eine Lösung?

Code:

ServerName                      "ftp-server"
ServerType                      standalone
DefaultServer                   on
Port                            21

Umask                           022

MaxInstances                    30

# Set the user and group under which the server will run.
User                            nobody
Group                           nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~

AllowOverwrite          on
AllowRetrieveRestart    on
AllowStoreRestart       on

# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
  DenyAll
</Limit>

# Syscp

SQLAuthTypes Crypt Plaintext
SQLAuthenticate users* groups*
SQLConnectInfo datenbank@localhost passwort ;)
SQLUserInfo ftp_users username password uid gid homedir shell
SQLGroupInfo ftp_groups groupname gid members
SQLUserWhereClause "login_enabled = 'y'"

SQLLog PASS login
SQLNamedQuery login UPDATE "last_login=now(), login_count=login_count+1 WHERE username='%u'" ftp_users

SQLLog RETR download
SQLNamedQuery download UPDATE "down_count=down_count+1, down_bytes=down_bytes+%b WHERE username='%u'" ftp_users

SQLLog STOR upload
SQLNamedQuery upload UPDATE "up_count=up_count+1, up_bytes=up_bytes+%b WHERE username='%u'" ftp_users


Und der ftp-client meint beim Verbinden:

Code:

SYST
215 UNIX Type: L8
REST 100
501 REST: Resuming transfers not allowed in ASCII mode
This site may not allow file resuming
PWD


Gruß,

Maik
_________________
Intel Q9550, 4096 MB DDRII-Ram, ATI Radeon HD3870, 1x750GB Samsung HD 7200 U/pm
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum