Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata file #217

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .connector-store/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "File",
"owner": "WSO2",
"category": "Developer Tools",
"documentationUrl": "https://apim.docs.wso2.com/en/latest/reference/connectors/file-connector/file-connector-overview/",
"description": "The File connector allows you to connect to Local and remote (using protocols FTP, FTPS, SFTP) file systems and perform file related operations. The file connector uses the Apache Commons VFS I/O functionalities to execute operations. (Note: You need to have U2 updated versions after 25 th JUL 2023 up to MI-1.2.0 to MI-4.2.0)\n\n",
"status": "Active",
"labels": [
"file"
],
"releases": [
{
"tagName": "v4.0.20",
"products": [
"EI 7.1.0",
"EI 6.6.0",
"MI 4.0.0",
"MI 4.1.0",
"MI 4.2.0"
],
"isHidden": false
}
]
}