i want to share files between 2 computers
Publicado por romel (1 intervención) el 15/10/2018 06:42:37
i make a simple program for make files but i have2 problems. how i can share or move a file from my pc to another if boht are concected on same network, and if mi code is correct
1
2
3
String v3 = JOptionPane.showInputDialog(null, "donde estara la carpeta?");//ipv4
String carpetas = "\\"+v3+"";// what adress put?
File crea_carpeta = new File(carpetas);
Valora esta pregunta
0