YAML examples for FTP Server
FTP target with authentication and tags
yaml- target: myHost type: FTP name: name host: myHost port: "22" auth: username: buddy password: $password path: /path tags: - tag1
Minimal
yaml- target: amyHost type: FTP name: name host: amyHost port: "22" auth: username: buddy password: $password
Secure
yaml- target: ftpsHost type: FTP secure: true name: name host: ftpsHost port: "22" auth: username: buddy password: $password