Discussion:
Calculate disk usage on remote server
(too old to reply)
sfx1955
2009-03-29 08:08:18 UTC
Permalink
Is there a way to use CF to return the disk usage on a remotely hosted server?
Adam Cameron
2009-03-29 10:40:31 UTC
Permalink
Post by sfx1955
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
Loading...