problem to configure ftp on udoobuntu

Discussion in 'Linux Ubuntu' started by modjo, Nov 14, 2014.

  1. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    Hi all, i'm trying to configure a ftp server on my udoo (under udoobuntu) but i have somes problems. i installed gadmin-proftpd, configure it with a anonymous and personal account but when i'm trying to connect it with filezilla (or a file manager) i obatain this errors :

    Code:
    Status:	Connecting to 192.168.1.30:21...
    Status:	Connection established, waiting for welcome message...
    Response:	220 camFtp
    Command:	USER anonymous
    Response:	331 Anonymous login ok, send your complete email address as your password
    Command:	PASS **************
    Response:	230 Anonymous access granted, restrictions apply
    Command:	OPTS UTF8 ON
    Response:	200 UTF8 set to on
    Status:	Connected
    Status:	Retrieving directory listing...
    Command:	PWD
    Response:	257 "/" is the current directory
    Command:	TYPE I
    Response:	200 Type set to I
    Command:	PASV
    Response:	227 Entering Passive Mode (192,168,1,30,223,183).
    Command:	MLSD
    Error:	Connection closed by server
    Error:	Failed to retrieve directory listing
    
    I already tried to configure filezilla in active or passive mode ... but nothing works !

    Before that i already test this configuration on another PC (uder ubuntu 14) and it works fine, do you have an idea about this problem ?
     
  2. mmeinert

    mmeinert Member

    Joined:
    Jun 17, 2014
    Messages:
    61
    Likes Received:
    1
    Does PASSIV ports in /etc/proftpd/proftpd.conf are presents ? (I have PassivePorts 49152 65534)
     
  3. modjo

    modjo Active Member

    Joined:
    Sep 29, 2014
    Messages:
    417
    Likes Received:
    127
    yes, i have the same port on my file ! Do you use proftp with success on your card ? Perhap's you don't use gadmin to configure it ? For information, for the moment i just test ftp on local network, they just have a switch between my pc and udoo. Filezilla works on udoo to upload an another server (my pc for exemple) by impossible to configure in the other side (pc to udoo).
     
  4. mmeinert

    mmeinert Member

    Joined:
    Jun 17, 2014
    Messages:
    61
    Likes Received:
    1
    I didn't tried ftp server with udoobuntu, sorry...
    Actually, I use pure-ftpd when I need to configure a ftpd, maybe give it a try.
     

Share This Page