How to access files(display,move) on other computers connected over LAN using java?

I’m currently working on load balancing project. I need access to the file on another computer connected to mine over LAN so that I could balance the disk space of that computer. Is there any way possible to do this using java? like how i can display all the files stored in the other computer in something like a tree?? using java.