• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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