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