This commit is contained in:
Mateusz Kowalczyk 2020-01-03 23:49:27 +01:00
parent 4010f687ba
commit 42e7d1b007
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class ServerPanelController implements Initializable {
try {
this.server.getConnector().sendFile(file);
} finally {
this.refreshList(e);
// this.refreshList(e);
}
}

View File

@ -104,7 +104,7 @@ public class ServerConnector {
break;
}
}
//TODO: Finish getting file
long lengthOFFile = Long.parseLong(l.trim());
FileOutputStream fileOutputStream = new FileOutputStream(file);