https://github.com/nhalstead/ftp_quota
Project to get the total storage quota set on the FTP account.
https://github.com/nhalstead/ftp_quota
Last synced: 9 months ago
JSON representation
Project to get the total storage quota set on the FTP account.
- Host: GitHub
- URL: https://github.com/nhalstead/ftp_quota
- Owner: nhalstead
- Created: 2019-09-08T05:11:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T05:34:09.000Z (almost 7 years ago)
- Last Synced: 2025-05-29T09:56:11.901Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTP Quota
This program will connect to the given FTP server and respond with the total allocated storage space.
| Param | Type | Default Value |
|---|---|---|
| host | `string` | `127.0.0.1:21` |
| username | `string` | `anonymous` |
| password | `string` | `anonymous` |
| timeout | `Duration` | `10s` |