• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Active FTP Sessions (/var/proftpd.scoreboard: No such file or directory)

Status
Not open for further replies.

romand700

Regular Pleskian
Hi,
I have this problem in Active FTP Sessions.. When I click, I have this error:

ERROR: PleskUtilException

/var/proftpd.scoreboard: No such file or directory
(Perhaps you need to specify the ScoreboardFile with -f, or change
the compile-time default directory?)

First I enable passive FTP in etc/proftpd.conf

I add: PassivePorts 1354 1394

This error happened after update plesk 11.5.30 #30?


EDIT:::::
I modified in etc/proftpd.conf:

ScoreBoardFile /var/run/proftpd/scoreboard
to
ScoreBoardFile /var/proftpd.scoreboard

Now the file is generated in var/proftpd.scoreboard and work..



This change is good?

Thanks..
 
Last edited:
Absolutely nothing was done with ftp in MU#30. What is version of your OS?
 
Hello.. I resume this thread..

Now, after upgrade Plesk 11.5.30 #35, even though I have open sessions of FTP.. In (Active FTP Sessions) I no see Session..

Cattura.JPG

Now in my file proftpd.conf I have: ScoreboardFile /var/run/proftpd/proftpd.scoreboard

Any Idea?

Thanks..
 
Hi,

please execute the following command:

# cat /etc/psa/psa.conf | grep FTPD_SCOREBOARD

The Path shown there is where Plesk expects the Scoreboard File.

Two Options:
Either edit proftpd.conf or psa.conf.

I'd choose the first option :)

Regards,
Kristian
 
Hi,

please execute the following command:

# cat /etc/psa/psa.conf | grep FTPD_SCOREBOARD

The Path shown there is where Plesk expects the Scoreboard File.

Two Options:
Either edit proftpd.conf or psa.conf.

I'd choose the first option :)

Regards,
Kristian
Hi,
thanks.. Now work.. :)
 
Status
Not open for further replies.
Back
Top