complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
25
docs/features/FTP_SYSTEM.md
Normal file
25
docs/features/FTP_SYSTEM.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# FTP System
|
||||
|
||||
## Current State
|
||||
|
||||
GSP includes an FTP module and FTP-related provisioning fields.
|
||||
|
||||
Important references:
|
||||
|
||||
- `Panel/modules/ftp/module.php`
|
||||
- `Panel/modules/user_games/module.php`
|
||||
- `Panel/modules/server/module.php`
|
||||
|
||||
## Current Notes
|
||||
|
||||
- FTP remains useful for advanced users.
|
||||
- The embedded FTP UI is legacy-heavy and should be treated carefully.
|
||||
- FTP credentials need to be protected and easy to reset.
|
||||
|
||||
## Recommended Direction
|
||||
|
||||
- keep FTP as an advanced access method
|
||||
- document it clearly
|
||||
- avoid exposing control paths
|
||||
- audit the legacy embedded file manager code
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue