Skip to content

Commit 5fd466f

Browse files
aj-emerichMalaydewangan09
authored andcommitted
docs(fs-metadata): add metadata
1 parent ca6d6f4 commit 5fd466f

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.ftp
22
name: "ftp"
33
title: "FTP (File Transfer Protocol)"
4-
description: "This sub-group of plugins contains tasks for accessing files using the FTP protocol."
5-
body: ""
4+
description: "Tasks that list, transfer, move, delete, and watch files over FTP."
5+
body: "Provide FTP host/port, username/password (and passive/binary options) with remote and local paths to upload or download single or multiple files, move or delete them, and use the trigger to start flows when new files arrive."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.ftps
22
name: "ftps"
33
title: "FTPS (File Transfer Protocol Secure)"
4-
description: "This sub-group of plugins contains tasks for accessing files using the FTPS protocol."
5-
body: ""
4+
description: "Tasks that transfer and manage files over FTPS with TLS."
5+
body: "Configure FTPS host/port, credentials, and security mode (implicit or explicit) with certificate settings to list, upload, download, move, or delete files and trigger flows on new arrivals using the provided paths."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs
22
name: "fs"
33
title: "File system"
4-
description: "Perform file system tasks in Kestra data orchestration pipelines."
5-
body: ""
4+
description: "Tasks that manage files across local and remote file systems."
5+
body: "Use protocol-specific tasks (local, FTP/FTPS/SFTP, NFS, SMB, SSH, TCP/UDP) to list, upload, download, move, copy, delete, and watch files by providing host/port, credentials or keys, and source/target paths; triggers detect new or updated files."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.local
22
name: "local"
33
title: "Local"
4-
description: "This sub-group of plugins contains tasks for accessing files using the local file system."
5-
body: ""
4+
description: "Tasks that manipulate files on the local file system."
5+
body: "Use local path inputs to upload, download, list, copy, move, or delete files and enable the polling trigger to react to new or modified files in directories."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.nfs
22
name: "nfs"
33
title: "NFS"
4-
description: "This sub-group of plugins contains tasks for interacting with Network File System (NFS) mounts."
5-
body: ""
4+
description: "Tasks that read and write files on Network File System (NFS) mounts."
5+
body: "Mount your NFS path in the worker and supply source/target paths to list, upload, download, move, or delete files, letting flows exchange data with shared NFS volumes."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.sftp
22
name: "sftp"
33
title: "SFTP (SSH File Transfer Protocol)"
4-
description: "This sub-group of plugins contains tasks for accessing files using the SFTP protocol."
5-
body: ""
4+
description: "Tasks that manage files over SFTP with SSH authentication."
5+
body: "Provide host/port plus username and password or private key, then list, upload, download, move, or delete files and enable triggers for new remote files using remote/local paths and optional host key settings."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.smb
22
name: "smb"
33
title: "SMB (Server Message Block)"
4-
description: "This sub-group of plugins contains tasks for accessing files using the SMB protocol (Samba, for example)."
5-
body: ""
4+
description: "Tasks that exchange files over SMB/CIFS shares."
5+
body: "Set the SMB share URL, domain/user credentials, and remote/local paths to list, upload, download, move, or delete files; supports NTLM auth options so workflows can interact with Samba or Windows shares."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.ssh
22
name: "ssh"
33
title: "SSH (Secure Shell)"
4-
description: "This sub-group of plugins contains tasks for sending SSH commands."
5-
body: ""
4+
description: "Tasks that run commands over SSH and handle files on remote hosts."
5+
body: "Configure host/port with username and password or private key, and optional known-hosts handling, to execute commands or transfer files via SSH, capturing outputs and exit codes for orchestration."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.tcp
22
name: "tcp"
33
title: "TCP"
4-
description: "This sub-group of plugins provides tasks and triggers for interacting with TCP socket connections — including sending and receiving data over TCP."
5-
body: ""
4+
description: "Tasks that send and receive data over TCP sockets with optional triggers."
5+
body: "Specify host/port, payload, framing, and timeout settings to write or read raw TCP data, or start a TCP server trigger to capture inbound messages and launch workflows with the received content."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group: io.kestra.plugin.fs.udp
22
name: "udp"
3-
title: "DP"
4-
description: "This sub-group of plugins provides tasks and triggers for interacting with UDP socket connections — including sending and receiving data over UDP."
5-
body: ""
3+
title: "UDP"
4+
description: "Tasks that send and receive datagrams over UDP with optional triggers."
5+
body: "Set target host/port, payload, buffer size, and timeout options to send or listen for UDP packets, and use the trigger mode to start flows when datagrams are received."
66
videos: []
77
createdBy: "Kestra Core Team"
88
managedBy: "Kestra Core Team"

0 commit comments

Comments
 (0)