josephgonzales01 / mule4-smb-connector

1 stars 0 forks source link

SMB Custom Connector for Mule 4

Custom Connector for Reading, Writing, Updating, Deleting and moving of files via Microsoft SMB Protocol

Contents

Requirements

Installation

1. Clone and Build this project

mvn clean install -Dmaven.test.skip=true

2. Add this dependency to your application pom.xml

<dependency>
   <groupId>com.wsl.connectors</groupId>
   <artifactId>smbConnector</artifactId>
   <version>0.9.2</version>
   <classifier>mule-plugin</classifier>
</dependency>

Screenshots

Global config

smb_global_config

Write

smb write

Read

smb_read

Move and copy

smb_move_copy

Delete

smb_delete

Support

Please log here https://github.com/josephgonzales01/mule4-smb-connector/issues for support.