+ Responder ao Tópico



  1. #1
    Educpd
    Visitante

    Padrão VSFTPD !!! UPLOAD !!!

    Olá galera estou usando o Fedora com VSFTPD, configurei tudo até consigo logar e listar o diretorio, mas nao consigo criar nada dentro dele e nem apagar.
    Ja verifiquei as permissões dei chmod 777 p/ testar , deixei o grupo identifico com acesso e nada.

    Alguem poderia dar um Help !!!??

    Valeu
    Edu

  2. #2

    Padrão Re: VSFTPD !!! UPLOAD !!!

    Dá uma olhada pra descobrir se no seu vsftpd.conf você possui a seuinte linha:

    Código :
    write_enable=YES


    Abraços!

  3. #3
    Educpd
    Visitante

    Padrão Re: VSFTPD !!! UPLOAD !!!

    Amigo, ja estava ativado essa opção e mesmo assim nao funciona, até conectei com o usuario via ssh e pelo ssh ele consegue criar e deletar no diretorio so via ftp que não !!!
    o q será???
    abaixo meu vsftpd.conf:


    write_enable=YES
    #
    # Uncomment this to allow local users to log in.
    #local_root=/var/ftp
    local_enable=YES
    #
    # Uncomment this to enable any form of FTP write command.
    write_enable=YES
    #
    # Default umask for local users is 077. You may wish to change this to 022,
    # if your users expect that (022 is used by most other ftpd's)
    local_umask=022
    #
    # Uncomment this to allow the anonymous FTP user to upload files. This only
    # has an effect if the above global write enable is activated. Also, you will
    # obviously need to create a directory writable by the FTP user.
    #anon_upload_enable=YES
    #
    # Uncomment this if you want the anonymous FTP user to be able to create
    # new directories.
    #anon_mkdir_write_enable=YES
    #
    # Activate directory messages - messages given to remote users when they
    # go into a certain directory.
    dirmessage_enable=YES
    #
    # Activate logging of uploads/downloads.
    xferlog_enable=YES
    #
    # Make sure PORT transfer connections originate from port 20 (ftp-data).
    connect_from_port_20=YES
    #
    # If you want, you can arrange for uploaded anonymous files to be owned by
    # a different user. Note! Using "root" for uploaded files is not
    # recommended!
    #chown_uploads=YES
    #chown_username=whoever
    #
    # You may override where the log file goes if you like. The default is shown
    # below.
    #xferlog_file=/var/log/vsftpd.log
    #
    chroot_local_user=YES
    chroot_list_enable=YES
    # (default follows)
    chroot_list_file=/etc/vsftpd/ftpusers
    #
    # 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
    #ftpd_banner=FTP SERVER EMPRESA
    pam_service_name=vsftpd
    #userlist_enable=YES
    #enable for standalone mode
    listen=YES
    write_enable=YES
    tcp_wrappers=YES