29

Is there a way to see the size of a directory and all it´s content with the Filezilla client?

In my case I want to see the size of a complete WordPress installation (themes, plugins, uploads, backups & etc ... ) but do not see how I can find the complete size.

3 Answers3

32

Is there a way to see the size of a directory and its content with the Filezilla client?

Recursive totals are not implemented for casual usage.

Directory totals are below each filelist. Number of items and total size for that directory is shown. To get correct results do not have any filename filters enabled.

In case you mean recursive totals, that will not be implemented for casual usage. Due to the way FTP works the overhead is significant and puts a large load on the server (in addition to taking a lot of time). That being said, you can use the remote search feature. Just do not enter any search criteria except for the directory.

Source Check Folder Size & Contents Count?


Workaround (very inefficient)

  • Click on the folder(s) whose size you want to calculate
  • Click on "Add files to queue"

This will scan all folders and files and add them to the queue.

Then look at the queue pane and below it (on the status bar) you should see a message indicating the queue size.

Source How to calculate size of directory on FTP?, answer by janusman

DavidPostill
  • 162,382
7

If willing to use WinSCP (free GUI on Microsoft Windows):

enter image description here

enter image description here

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
0

If you have cPanel, just go to Disk Usage. It automatically calculates the sizes for you. The directory tree displays the size next to each directory/folder. Simply expand the tree to view any directory.