FTP Permission Automation
A small Java utility that turned a repetitive FTP setup task into a more consistent, structured, and testable permission-configuration workflow.
Context
Creating FTP folders and configuring access permissions required repeated manual command entry. This made routine setup slower and introduced avoidable risk from typos, inconsistent inputs, and incorrect permission assignments.
Approach
I built a Java utility that accepted basic setup information and converted it into a structured configuration process. The objective was to reduce repeated manual entry and make the setup steps easier to repeat and verify.
Validation
I used dummy accounts to check whether the resulting permissions matched the intended access rules. Although it was an early-career utility, it established a practical pattern that still informs my work: reduce manual risk, make the process repeatable, and verify the result.