Java - i want to share files between 2 computers

 
Vista:

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
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder