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 ...
- 10-09-2009 #1Just 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
- 10-09-2009 #2
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
toCode:Local_Upload_Enable=YES"
Code:Local_Upload_Enable="YES"


Reply With Quote