bytechefhq / bytechefhq/bytechef
[component] FTP
Open
backend
enhancement
workflow-component
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
## Summary
Introduce a new FTP component that provides actions for interacting with FTP/SFTP servers.
### Actions
- **Delete** - Delete files on the remote server
- **Download File** - Download files from the remote server
- **List** - List files and directories
- **Rename** - Rename files on the remote server
- **Upload File** - Upload files to the remote server
### Connection
- FTP/SFTP connection with host, port, username, password, and protocol selection
Reference commit: `21805707`
Contributor guide
Assessment
This issue has not been assessed yet.