Find the answer to your Linux question:
Results 1 to 2 of 2
Hi Experts, I'm having a problem when I try to access my FTP server (Suse Linux 9.4 ). One message is popping up when i go for ftp and the ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    1

    FTP error: 500 OOPS

    Hi Experts,


    I'm having a problem when I try to access my FTP server (Suse Linux 9.4 ). One message is popping up when i go for ftp and the connection doesnt start.

    The error message:

    "500 OOPS: Unrecognized variable in config file: Local_Upload_Enable=YES" -- what does it mean?And when I configured my vsftpd file where the configured lines went!! I cant see those anymore after removing the # sign.

    Can anybody help ?

    Regards
    Tarikul

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi and welcome to the forum.

    That message means that there is a syntax error in one of the entries in your configuration file. It even shows you exactly where the error is. To fix it, change
    Code:
    Local_Upload_Enable=YES"
    to
    Code:
    Local_Upload_Enable="YES"

Posting Permissions

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