[HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP!
#10

Quote:
Originally Posted by Linx [Stunt Revolution
]
um try this

in your proftpd conf file replace
Code:
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
 DenyAll
</Limit>
with
Code:
# Bar use of SITE CHMOD by default
#<Limit SITE_CHMOD>
# DenyAll
#</Limit>
then restart your proftpd server
Code:
killall proftpd
Code:
proftpd
and ty brett ^^
Code:
SITE CHMOD 777 viewtopic.php
550 CHMOD 777 viewtopic.php: Operation not permitted
If you need - this is my proftp.conf:
Code:
#This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName           "Time2Play!"
ServerType           standalone
DefaultServer          on

# Port 21 is the standard FTP port.
Port              21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask              022

MaxClients 10
MaxClientsPerHost 10
MaxClientsPerUser 10
MaxHostsPerUser 10

# Display a message after a successful login
AccessGrantMsg "TimeToPlay FTP"


# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances          30

# Set the user and group under which the server will run.
User              root
Group              root

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

# Normally, we want files to be overwriteable.
AllowOverwrite     on

# Bar use of SITE CHMOD by default
#<Limit SITE_CHMOD>
# DenyAll
#</Limit>
Please help someone, I really need this :/

P.S. CentOS release 5.3 (Final)
Reply


Messages In This Thread
[HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by iLinx - 03.10.2009, 17:40
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Jbosh123 - 10.10.2009, 08:09
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by [mad]MLK - 10.10.2009, 16:09
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Tigerbeast11 - 10.10.2009, 16:17
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Dreftas - 10.10.2009, 23:21
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by iLinx - 11.10.2009, 02:32
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Dreftas - 11.10.2009, 10:20
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by brett7 - 11.10.2009, 11:04
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by iLinx - 11.10.2009, 15:56
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Dreftas - 11.10.2009, 17:37
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Dreftas - 12.10.2009, 17:10
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Pghpunkid - 12.10.2009, 17:24
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by [mad]MLK - 13.10.2009, 23:47
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Pghpunkid - 16.10.2009, 02:25
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Westie - 16.10.2009, 09:41
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Aur0nX390 - 23.10.2009, 19:16
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by eXchainZ-FoReVeR - 24.10.2009, 14:04
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by RoBo - 24.10.2009, 21:09
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Aur0nX390 - 25.10.2009, 14:33
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by iLinx - 04.11.2009, 13:54
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Cool_Boy27 - 12.11.2010, 09:34
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Jousha_Friller - 12.11.2010, 15:31
Re: [HOW-TO] Set up your VPS/Dedicated Linux server for SA-MP with FTP! - by Scenario - 12.11.2010, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)