我有一个文件复制在一台电脑,我需要从其他电脑访问该文件.
我不确定,哪个协议或哪个技术用于此?
请给我任何提示.
我不确定,哪个协议或哪个技术用于此?
请给我任何提示.
更新:
File f = new File("//192.168.1.157/home/renjith/picture.jpg");// 192.168.1.157 is the ip of the computer,where I have the picture file Image image = ImageIO.read(f);
但它是一个例外:
javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1275)
我也共享了renjith文件夹.