第128章 SMB
Since Camel 4.3
consumer のみがサポートされている
Server Message Block (SMB) コンポーネントは、Microsoft Windows や Samba などが提供する SMB ファイル共有にネイティブに接続する方法を提供します。
128.1. 依存関係
Red Hat build of Camel Spring Boot で camel-smb
を使用する場合は、自動設定をサポートするために次の Maven 依存関係を pom.xml
に追加します。
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-smb-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-smb-starter</artifactId>
</dependency>