I've wrote some code to manipulate files with Java File and commons FileUtils API. It works fine if the files in local but not work always right if the files in anther machine. Can I use those File APIs across networks?
Asked
Active
Viewed 245 times
0
-
a possible answer http://stackoverflow.com/a/12754020/813471 – Chan Mar 11 '14 at 17:25
-
A better bet would be to use JDK 7 and implement `FileSystem` over these remote filesystems. – fge Mar 11 '14 at 17:28