fix
This commit is contained in:
parent
4010f687ba
commit
42e7d1b007
@ -58,7 +58,7 @@ public class ServerPanelController implements Initializable {
|
|||||||
try {
|
try {
|
||||||
this.server.getConnector().sendFile(file);
|
this.server.getConnector().sendFile(file);
|
||||||
} finally {
|
} finally {
|
||||||
this.refreshList(e);
|
// this.refreshList(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ public class ServerConnector {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//TODO: Finish getting file
|
|
||||||
long lengthOFFile = Long.parseLong(l.trim());
|
long lengthOFFile = Long.parseLong(l.trim());
|
||||||
|
|
||||||
FileOutputStream fileOutputStream = new FileOutputStream(file);
|
FileOutputStream fileOutputStream = new FileOutputStream(file);
|
||||||
|
Loading…
Reference in New Issue
Block a user