Delete a file to a FTPS server.
yaml
type: "io.kestra.plugin.fs.ftps.Delete"
yaml
id: fs_ftps_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.fs.ftps.Delete
host: localhost
port: 990
username: foo
password: pass
uri: "/upload/dir1/file.txt"
Dynamic YES
Hostname of the remote server
Dynamic YES
The file to delete
Dynamic YES
Default P
Possible Values
CSEP
Sets the data channel protection level (PROT).
Dynamic YES
Default false
Dynamic YES
Dynamic YES
Default EXPLICIT
Possible Values
IMPLICITEXPLICIT
Sets FTPS mode, either "implicit" or "explicit".
Dynamic YES
Default true
Dynamic YES
Password on the remote server
Dynamic YES
Default 990
Port of the remote server
Dynamic YES
FTP proxy host
Dynamic YES
FTP proxy port
Dynamic YES
Possible Values
DIRECTHTTPSOCKS
FTP proxy type
Dynamic YES
Default true
Dynamic YES
Default true
Dynamic YES
Username on the remote server
Default false
If the files was really deleted
Format uri
The deleted uri