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

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.

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` |