www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Anonymous am 28. September 2004, 15:56:39



Titel: Problem mit #-Dateien
Beitrag von: Anonymous am 28. September 2004, 15:56:39
Hallo,
ist es nicht möglich Dateien mit "#" am Anfang (z.B. #channel.log) zu benutzen? Bekommen bei "STOR #channel.log" immer nen "Command not understood" :/


Titel: Problem mit #-Dateien
Beitrag von: Anonymous am 28. September 2004, 16:02:38
Nachtrag:
Mein alter Webhoster benutzt auch ProFTPd und dort kann ich Logs im Format #blah.log uploaden. Also muss es doch irgendwie ne Einstellungsmöglichkeit dafür geben - wär super wenn mir da einer helfen könnte. :)


Titel: Problem mit #-Dateien
Beitrag von: Wörsty am 28. September 2004, 16:12:32
Bei mir geht es. :?!
Code:
dispatching PRE_CMD command 'TYPE I' to mod_exec
dispatching PRE_CMD command 'TYPE I' to mod_tls
dispatching PRE_CMD command 'TYPE I' to mod_core
dispatching PRE_CMD command 'TYPE I' to mod_core
dispatching CMD command 'TYPE I' to mod_xfer
dispatching POST_CMD command 'TYPE I' to mod_exec
dispatching POST_CMD command 'TYPE I' to mod_sql
dispatching LOG_CMD command 'TYPE I' to mod_sql
dispatching LOG_CMD command 'TYPE I' to mod_log
dispatching PRE_CMD command 'PASV' to mod_exec
dispatching PRE_CMD command 'PASV' to mod_tls
dispatching PRE_CMD command 'PASV' to mod_core
dispatching PRE_CMD command 'PASV' to mod_core
dispatching CMD command 'PASV' to mod_core
in dir_check_full(): path = '/21/uploads', fullpath = '/***/vhosts/ftp/21/uploads'.
AllowOverride denies all .ftpaccess files
Entering Passive Mode (****,195,96).
dispatching POST_CMD command 'PASV' to mod_exec
dispatching POST_CMD command 'PASV' to mod_sql
dispatching LOG_CMD command 'PASV' to mod_sql
dispatching LOG_CMD command 'PASV' to mod_log
dispatching PRE_CMD command 'STOR #channel.log' to mod_exec
dispatching PRE_CMD command 'STOR #channel.log' to mod_tls
dispatching PRE_CMD command 'STOR #channel.log' to mod_core
dispatching PRE_CMD command 'STOR #channel.log' to mod_core
dispatching PRE_CMD command 'STOR #channel.log' to mod_xfer
in dir_check_full(): path = '/21/uploads/#channel.log', fullpath = '/***/vhosts/ftp/21/uploads/#channel.log'.
AllowOverride denies all .ftpaccess files
in dir_check_full(): setting umask to 0111 (was 0000)
dispatching CMD command 'STOR #channel.log' to mod_xfer
passive data connection opened - local  : ****:50016
passive data connection opened - remote : ****:3197
dispatching POST_CMD command 'STOR #channel.log' to mod_exec
dispatching POST_CMD command 'STOR #channel.log' to mod_sql
dispatching POST_CMD command 'STOR #channel.log' to mod_sql
dispatching LOG_CMD command 'STOR #channel.log' to mod_sql
dispatching LOG_CMD command 'STOR #channel.log' to mod_log
dispatching LOG_CMD command 'STOR #channel.log' to mod_xfer
Transfer completed: 401408 bytes in 0.04 seconds

Stimmt dein PathDenyFilter?


Titel: Problem mit #-Dateien
Beitrag von: Anonymous am 28. September 2004, 16:17:59
Wär nett wenn du mich einweisen könntest wie ich das überprüfen kann. :) Hab da nämlich noch nicht so den Plan von. :( (Mach das im Moment über Webmin)

STOR #channel.log
500 'STOR #channel.log' not understood
Transfer Failed!


Titel: Problem mit #-Dateien
Beitrag von: Wörsty am 28. September 2004, 16:33:21
Ich ahne da was...

Schreib mal
PUT #channel.log
Dann klappts bestimmt :wink:

PUT = STOR
GET = RETR

Oder MPUT und MGET für mehrere Dateien
z.b. MPUT *.log


Titel: Problem mit #-Dateien
Beitrag von: Anonymous am 28. September 2004, 16:55:23
Wenn ich das als RAW mit FlashFXP eingebe geht garnichts mehr. :(


Titel: Problem mit #-Dateien
Beitrag von: Anonymous am 28. September 2004, 17:16:26
Bei MPUT *.log kommt für jedes Logfile:

STOR #logfile.log not understood. :/


Titel: Problem mit #-Dateien
Beitrag von: Wörsty am 28. September 2004, 22:22:44
Hä? Beschreib mal bitte genau, was (Eingaben) du womit (Programm) machst.