Skip to main content

Page size of file manager?

Comments

3 comments

  • mageshm
    @ goasiatravel, Yes, its not possible to view via browser. It seem's you don't have root access. So, ask your prvoider for further assistance.
    0
  • anton_latvia
    it's bad idea to do this through web browser. it's better to do it through shell. This will give you list of files, which are older than 30 days. find /path/to/big/folder -type f -mtime +30
    This will delete files, which are older than 30 days. find /path/to/big/folder -type f -mtime +30 -exec rm -f {} \;
    0
  • cPanelMichael
    Hello :) Yes, as mentioned, it's likely a better idea to delete these files via the command line (SSH) or through FTP. You may experience memory limitations when attempting to load that many files via File Manager. Thank you.
    0

Please sign in to leave a comment.