+ Responder ao Tópico

FTP



  1. #1
    Donnovan
    Visitante

    Padrão FTP

    BOM DIA............a TODOS

    EStou tentado habilitar o FTP, mas parei nesta configuração, eu nao sei se uso o init.d ou o xinit.d.......sera por isso q da este erro

    [root@serverdb init.d]# service proftpd stop
    Desligando proftpd: Suspending NOW
    [FALHOU]
    [root@serverdb init.d]# service proftpd start
    Iniciando proftpd: - Fatal: : relative pathname not allowed in non-anonymous blocks.
    Allowing sessions again [FALHOU]



    obrigado se me ajudarem

  2. #2

    Padrão FTP

    Cole aqui seu protftpd.conf , provavelmente eh algum erro de caminho, voce deve ter digitado algo errado ou o proftpd nao tem permissao para nada nessa pasta e ele prescisa ver ou gravar de la.

  3. #3
    Donnovan
    Visitante

    Padrão FTP

    Eu fui ver na instalação oq aparecia e veio isso a baixo

    [root@serverdb /root]# apt-get install anonftp proftpd
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Sorry, anonftp is already the newest version
    Sorry, proftpd is already the newest version
    You might want to run `apt-get -f install´ to correct these:
    Sorry, but the following packages have unmet dependencies:
    gtkhtml: Obsoletes: gtkhtml19 but 0.16.1-1cl is to be installed
    E: Unmet dependencies. Try ´apt-get -f install´ with no packages (or specify a solution).

  4. #4

    Padrão FTP

    Bom ...

    execute os seguintes passos

    # apt-get remove anonftp
    # apt-get update
    # apt-get -f install
    # apt-get upgrade


    Vamos ver se resolve todos os problemas. Mostre o seu proftpd.conf
    por vias das duvidas execute tbm

    # apt-get remove proftpd
    # apt-get install proftpd