Skip to main content
March 29, 2009
Question

Calculate disk usage on remote server

  • March 29, 2009
  • 1 reply
  • 334 views
Is there a way to use CF to return the disk usage on a remotely hosted server?
    This topic has been closed for replies.

    1 reply

    Inspiring
    March 29, 2009
    > Is there a way to use CF to return the disk usage on a remotely hosted server?

    Have a look @ the methods java.io.File provides:
    http://java.sun.com/javase/6/docs/api/java/io/File.html

    --
    Adam