Sabrin
asked on
proftpd
hello,
can someone please tell me why when I try to connect to my ftp server
its take so much time and retries to be able and connect successfully?
can someone please tell me why when I try to connect to my ftp server
its take so much time and retries to be able and connect successfully?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
i only have ssh access
ASKER
like this??
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
#log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
#log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
ASKER
vi /etc/xinetd.conf
then
service xinetd restart
then
service xinetd restart
ASKER