An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

```sh
go run map.go -h localhost:21 -u Anonymous -p admin123 -r /home/root -o output.csv
```