Added Options and Path safety

This commit is contained in:
Pablu23
2023-12-11 12:04:20 +01:00
parent 6f60fe37db
commit e19a9ba4f5
5 changed files with 119 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ server:
go run cmd/uftp/main.go server
test:
go run cmd/uftp/main.go client testFiles/testFile 0.0.0.0
go run cmd/uftp/main.go client testFile 0.0.0.0
win:
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe cmd/uftp/main.go
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe cmd/uftp/main.go