View the size of a directory with filezilla

14

6

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.

Ingvi

Posted 2015-02-26T08:30:39.810

Reputation: 253

Answers

18

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

Posted 2015-02-26T08:30:39.810

Reputation: 118 938