piecannon/servers.example.json

9 lines
172 B
JSON
Raw Normal View History

2020-10-30 05:22:58 -05:00
[{
2020-12-13 06:26:04 -06:00
"type": "ftp",
2020-10-30 05:22:58 -05:00
"host": "example.com",
"username": "username",
"password": "password",
"path": "www/stuff",
"url": "https://example.com/stuff"
}]