Description
Adds FTP client support to Ruby applications through the standard net-ftp library. It is useful for legacy file transfers, automation, and integrations with systems that still expose FTP endpoints.
FTP does not protect credentials or data unless wrapped by a secure variant. Prefer safer protocols when possible, and avoid sending secrets over plain FTP.