• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Finding Large File size Plesk 12.x Windows

Vishnugeny

New Pleskian
Hello,
What is the directory/folder location for Plesk accounts created ?

I need to find the large file size to reduce the Space's
 
Hi,

You can open Windows Command Prompt,

cd %plesk_dir%

Use the below command to find files with size 1 GB or more.

forfiles /S /M * /C "cmd /c if @fsize GEQ 1073741824 echo @path"

Thank you,
 
Back
Top