can login to pure-ftp from one computer but not from the other

Discussion in 'Installation/Configuration' started by Ovidiu, Sep 13, 2010.

  1. Ovidiu

    Ovidiu Active Member

    running debian lenny with ispcfg3 set up according to the perfect debian server set up.

    one of my users is complaining he can't log in via FTP. we both tried with the same settings and same client, filezilla and there is almost no difference between the log file, except he gets denied I am allowed.

    why would it work from one PC and not from another one???

    see for yourself:

    client login:

    Code:
    Status: Auflösen der IP-Adresse für ftp.kissaki.de
    Status: Verbinde mit 85.214.146.68:21...
    Status: Verbindung hergestellt, warte auf Willkommensnachricht...
    Antwort: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Antwort: 220-You are user number 1 of 50 allowed.
    Antwort: 220-Local time is now 11:18. Server port: 21.
    Antwort: 220-This is a private system - No anonymous login
    Antwort: 220-IPv6 connections are also welcome on this server.
    Antwort: 220 You will be disconnected after 15 minutes of inactivity.
    Befehl: USER ossimuaddib1611
    Antwort: 331 User ossimuaddib1611 OK. Password required
    Befehl: PASS **********
    Antwort: 230-User ossimuaddib1611 has group access to:  client8  sshusers
    Antwort: 230 OK. Current restricted directory is /
    Befehl: SYST
    Antwort: 215 UNIX Type: L8
    Befehl: FEAT
    Antwort: 211-Extensions supported:
    Antwort: EPRT
    Antwort: IDLE
    Antwort: MDTM
    Antwort: SIZE
    Antwort: REST STREAM
    Antwort: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
    Antwort: MLSD
    Antwort: ESTP
    Antwort: PASV
    Antwort: EPSV
    Antwort: SPSV
    Antwort: ESTA
    Antwort: AUTH TLS
    Antwort: PBSZ
    Antwort: PROT
    Antwort: 211 End.
    Status: Verbunden
    Status: Empfange Verzeichnisinhalt...
    Befehl: PWD
    Antwort: 257 "/" is your current location
    Befehl: TYPE I
    Antwort: 200 TYPE is now 8-bit binary
    Befehl: PASV
    Antwort: 227 Entering Passive Mode (85,214,146,68,153,226)
    Befehl: MLSD
    Antwort: 550 Access is denied.
    Fehler: Verzeichnisinhalt konnte nicht empfangen werden
    my login:

    Code:
    Status:    Auflösen der IP-Adresse für ftp.kissaki.de
    Status:    Verbinde mit 85.214.146.68:21...
    Status:    Verbindung hergestellt, warte auf Willkommensnachricht...
    Antwort:    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Antwort:    220-You are user number 1 of 50 allowed.
    Antwort:    220-Local time is now 11:56. Server port: 21.
    Antwort:    220-This is a private system - No anonymous login
    Antwort:    220-IPv6 connections are also welcome on this server.
    Antwort:    220 You will be disconnected after 15 minutes of inactivity.
    Befehl:    USER ossimuaddib1611
    Antwort:    331 User ossimuaddib1611 OK. Password required
    Befehl:    PASS **********
    Antwort:    230-User ossimuaddib1611 has group access to:  client8  sshusers
    Antwort:    230 OK. Current restricted directory is /
    Befehl:    SYST
    Antwort:    215 UNIX Type: L8
    Befehl:    FEAT
    Antwort:    211-Extensions supported:
    Antwort:     EPRT
    Antwort:     IDLE
    Antwort:     MDTM
    Antwort:     SIZE
    Antwort:     REST STREAM
    Antwort:     MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
    Antwort:     MLSD
    Antwort:     ESTP
    Antwort:     PASV
    Antwort:     EPSV
    Antwort:     SPSV
    Antwort:     ESTA
    Antwort:     AUTH TLS
    Antwort:     PBSZ
    Antwort:     PROT
    Antwort:    211 End.
    Status:    Verbunden
    Status:    Empfange Verzeichnisinhalt...
    Befehl:    PWD
    Antwort:    257 "/" is your current location
    Befehl:    TYPE I
    Antwort:    200 TYPE is now 8-bit binary
    Befehl:    PASV
    Antwort:    227 Entering Passive Mode (85,214,146,68,113,77)
    Befehl:    MLSD
    Antwort:    150 Accepted data connection
    Antwort:    226-ASCII
    Antwort:    226-Options: -l 
    Antwort:    226 5 matches total
    Status:    Anzeigen des Verzeichnisinhalts abgeschlossen
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I guess it's a firewall issue. Did you try both active and passive FTP mode in the FTP client?
     
  3. Ovidiu

    Ovidiu Active Member

    Both work from my side. suggested to the client to change that, waiting for feedback. pretty grumpy and sluggish client :-( told me he has aroudn 40 clients in his FTp list and all work except mine...
    I refrained from telling him I have 40 clients happily using FTp :) but just barely...
     

Share This Page