• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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