www.ProFTPD.de
13. März 2007, 20:36:21 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: permission denied... transfer failed  (Gelesen 571 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
cerial
Gast
« am: 18. August 2003, 13:30:53 »

habe ein problem:

meine conf:

ServerName                      "ProFTPD Default Installation"
ServerType                      standalone
DefaultServer                   on
Port                            21
Umask                           022
MaxInstances                    30
User                            nobody
Group                           nogroup
DefaultRoot ~
<Directory />
  AllowOverwrite                on
</Directory>

wenn ich eine datei hochlade, die noch nicht existiert, dann klappt es... lade ich die datei aber ein zweites mal hoch um die andere zu überschreiben, dann bekomme ich folgendes:

150 Opening ASCII mode data connection for file list
226 Transfer complete.
List Complete: 133 bytes in 0,63 (0,13 KBps)
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (80,130,89,38,35,60).
STOR Stats.dat
550 Stats.dat: Permission denied
Transfer Failed!
TYPE A

die datei selber bekommt beim 1. hochladen auch gar keine rechte vergeben (rechte: ----------)

was gehtn da ab und wie kann ichs ändern?

gruß
michael
Gespeichert
cerial
Gast
« Antwort #1 am: 18. August 2003, 13:35:49 »

habe den fehler schon gefunden...

hatte den uploadordner nicht mit chown dem ftpuser zugeordnet..

gruß
michael
Gespeichert
PenTroX
Gast
« Antwort #2 am: 15. Februar 2005, 18:26:36 »

moin

Ich hab son ähnliches problem

Ich hab ftp-verzeichnis aber kann auch soweit alles runter und hochladen.
Allerdings kann ich keine uploads resumen.
Wenn ich die datei halb hochgeladen hab, dann abbreche und mir sie mal anschaue, zeit mir mein FlashFXP als rechte der datei nur "----------"  an. Hab schon ewig im Forum gesucht und bin langsam auf dem Trichter, das da irgendwas mit den Unix rechten nicht stimmt. Als fehlermeldung, wenn ich resumen will, kommt
[R] 550 dateiname.endung: Permission denied

Wäre für hilfe echt dankbar.. is sonst ätzend weil das funknetzwerk öfter einfach mal kurz unterbricht, und schon darf man wieder von vorne anfangen Traurig




Mandrake-Linux 10.1 Community
Proftpd verison : 1.29


Config File:
Code:

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on

# Allow FTP resuming.
# Remember to set to off if you have an incoming ftp for upload.
AllowStoreRestart on

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30

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

AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
AllowForeignAddress on
HiddenStor off

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

# Normally, we want files to be overwriteable.

# Needed for NIS.

PersistentPasswd              off
#<Anonymous /mnt/hda6/store/ftpa>
#User ftp
#UserAlias anonymous ftp
#Group ftp
#</Anonymous>

# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
#
DefaultRoot /mnt/hda6/store/ftp

<Global>
<Directory /mnt/hda6/store/ftp>
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
HiddenStor off
HideNoAccess off
AllowAll
Umask 777 777
AllowOverwrite on
GroupOwner pentrox
UserOwner pentrox
</Directory>
DefaultChdir /mnt/hda6/store/ftp
DefaultRoot /mnt/hda6/store/ftp
CDPath /mnt/hda6/store/ftp
DeleteAbortedStores off
RootLogin off
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
AllowForeignAddress on
HiddenStor off
DirFakeGroup off ~
DirFakeUser off ~
ShowSymlinks on
DefaultTransferMode binary
</Global>a


is von Webmin erstellt, also nich wundern...

Nehme hilfe auch gern über ICQ an (106485361)

Wie gesagt, vermute das problem bei den UNIX rechten.
Kenne mich leider damit nich so aus - Wär nett, wenn mir jemand beschreiben könnte, was ich denn genau beachten muss, damit ich auf die halb hochgeladene file rechte hab. alle anderen datein kann ich wie ich will löschen, etc.

Vielen dank schonma..

MfG, Micha
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.05 Sekunden mit 13 Zugriffen.