Find the answer to your Linux question:
Results 1 to 2 of 2
Hi folks, I´m having problems with Ubuntu 9.10, specifically with file vsftpd.conf I´m trying to erase "#" for write_enable, but when I print vsftpd.conf it´s still there.... # Uncomment this ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    1

    FTP issue

    Hi folks,

    I´m having problems with Ubuntu 9.10, specifically with file vsftpd.conf

    I´m trying to erase "#" for write_enable, but when I print vsftpd.conf it´s still there....

    # Uncomment this to enable any form of FTP write command.
    #write_enable=YES

    I suspect this comment is responsible for error "550 permission denied" which I get when I try to upload a file from the ubuntu PC to another machine using a FTP client.

    I´m newbie with ubuntu, I would really appreciate your help !

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by samuel85 View Post
    I´m having problems with Ubuntu 9.10, specifically with file vsftpd.conf

    I´m trying to erase "#" for write_enable, but when I print vsftpd.conf it´s still there....

    # Uncomment this to enable any form of FTP write command.
    #write_enable=YES
    Hello and welcome to the forums!

    You'll likely need root privileges to edit that file. You can go to a terminal and then use a simple text editor such as nano along with the sudo command to edit and save the file:

    Code:
    sudo nano /path/to/file
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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