# go-ftp-tool **Repository Path**: nism/go-ftp-tool ## Basic Information - **Project Name**: go-ftp-tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-21 - **Last Updated**: 2026-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` go env -w GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" -o fly-ftp.exe main.go ``` ``` GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o fly-ftp main.go ``` ``` GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o fly-ftp main.go ```