Make it possible to retrieve a particular file (not implemented on client yet)

This commit is contained in:
2022-01-15 16:47:06 +10:30
parent d90eab464d
commit 7a1c344964
3 changed files with 64 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ func main() {
s := Server{port: *port}
s.Run()
} else {
log.Printf("Client running on %d\n", *port)
c := Client{port: *port, address: *addr, list: *isList, receive: *isReceive}
err := c.Connect()
if err != nil {