Results 1 to 3 of 3

Thread: Problem mit vsftpd login von IE und Mozilla

  1. #1
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374

    Problem mit vsftpd login von IE und Mozilla

    Hallo zusammen,

    folgendes Problem stellt sich mir nach der Installation und konfiguration meines vsftpd-ftp-servers.

    Beim einloggen per Internet Explorer oder auch Firefox kommt kein Popupfenster zur Logindatenabfrage.
    Versuche ich per FTP-Software (WSFTP) auf den Server zuzugreifen klappt alles ohne Probleme.
    Auch wenn ich über die Adresszeile des Browsers den user mitsende z.b.

    PHP Code:
    ftp://user@meinftpserver.de 
    klappt es.

    Die user sind wohl richtig angelegt, leider erhalte ich jedoch beim Dirketzugriff über meine Browser immer den folgenden Fehler:

    PHP Code:
    220 Welcome to.....
    530 Permission denied 
    Also es kann eigentlich nur an den Einstellungen des Servers liegen da ich bei anderen ftp-servern diese Probleme nicht habe.....

    Vielleicht hat jemand eine Idee oder die gleichen Erfahrungen.

    Hier noch meine config-files:

    PHP Code:
    # Enable this and the server will recognise asynchronous ABOR requests. Not
    # recommended for security (the code is non-trivial). Not enabling it,
    # however, may confuse older FTP clients.
    #async_abor_enable=YES
    #
    # By default the server will pretend to allow ASCII mode but in fact ignore
    # the request. Turn on the below options to have the server actually do ASCII
    # mangling on files when in ASCII mode.
    # Beware that turning on ascii_download_enable enables malicious remote parties
    # to consume your I/O resources, by issuing the command "SIZE /big/file" in
    # ASCII mode.
    # These ASCII options are split into upload and download because you may wish
    # to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),
    # without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be
    # on the client anyway..
    #ascii_upload_enable=YES
    #ascii_download_enable=YES
    #
    # You may fully customise the login banner string:
    ftpd_banner=Welcome to the Wl500gP-Linux-Home-Server
    #
    # You may specify a file of disallowed anonymous e-mail addresses. Apparently
    # useful for combatting certain DoS attacks.
    #deny_email_enable=YES
    # (default follows)
    #banned_email_file=/opt/etc/vsftpd.banned_emails
    #
    # You may specify an explicit list of local users to chroot() to their home
    # directory. If chroot_local_user is YES, then this list becomes a list of
    # users to NOT chroot().
    #chroot_list_enable=YES
    # (default follows)
    #chroot_list_file=/opt/etc/vsftpd.chroot_list
    #
    # You may activate the "-R" option to the builtin ls. This is disabled by
    # default to avoid remote users being able to cause excessive I/O on large
    # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
    # the presence of the "-R" option, so there is a strong case for enabling it.
    ls_recurse_enable=YES

    # Own Settings
    userlist_deny=NO
    userlist_enable
    =YES
    chroot_local_user
    =YES
    dirlist_enable
    =YES 
    PHP Code:
    # description: The vsftpd FTP server serves FTP connections.
    # it uses normal, unencrypted usernames and passwords for auth
    service ftp
    {
    disable no
    socket_type 
    stream
    user 
    admin
    server 
    = /opt/sbin/vsftpd
    server_args 
    = /opt/etc/vsftpd.conf
    wait 
    no
    nice 
    10
    only_from 
    0.0.0.0/0

    Danke schonmal
    Grüsse
    Oliver
    Last edited by carterb; 03-02-2008 at 17:46.

  2. #2
    Join Date
    Jul 2007
    Location
    Germany, Bonn
    Posts
    374
    Hallo nochmal,

    keiner ne Idee zu meinem Problem

    Grüsse
    Oliver

  3. #3
    Join Date
    Nov 2005
    Location
    Germany
    Posts
    423

    SFTP stat FTP nur erlauben geth das?

    Hi,

    ich möchte einen sicheren FTP Server aufsetzten auf meinern WL-HDD.

    Wie weit bist du mit deinen Erkentnissen gekommen?

    Hier mein Thread dazu: SFTP stat FTP nur erlauben geth das? http://wl500g.info/showthread.php?p=82642

    Gruß WLAN-Fan.

Similar Threads

  1. Problem with login when installed Router?
    By Bobo in forum WL-500gP Q&A
    Replies: 2
    Last Post: 13-09-2007, 17:40
  2. vsftpd login still slow
    By Gerdi in forum WL-500gP Q&A
    Replies: 0
    Last Post: 23-06-2007, 12:49
  3. FTP Datentransfer mit WL550gE (Problem mit dem PASSIVE Modus)
    By _mike in forum German Discussion - Deutsch (DE)
    Replies: 0
    Last Post: 07-03-2007, 12:40
  4. Login problem HELP ME PLEASE
    By holla in forum WL-500gP Q&A
    Replies: 1
    Last Post: 24-01-2007, 19:30

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •