https://github.com/greg0/goftpmap
Simple app to list all files from FTP
https://github.com/greg0/goftpmap
Last synced: 10 months ago
JSON representation
Simple app to list all files from FTP
- Host: GitHub
- URL: https://github.com/greg0/goftpmap
- Owner: Greg0
- Created: 2020-11-25T14:30:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:36:03.000Z (over 5 years ago)
- Last Synced: 2025-03-27T09:45:41.199Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
go run map.go -h localhost:21 -u Anonymous -p admin123 -r /home/root -o output.csv
```