features:install camel-ftp my-ftp-host.url = ftp://username:password@hostname/path import org.apache.camel.builder.RouteBuilder; public class FTPFileTransferRoute extends RouteBuilder { public void configure() throws Exception { from("ftp://my-ftp-host") .to("file:/path/to/save/files"); } } osgi:install -s mvn:com.example/ftp-example/1.0-SNAPSHOT


上一篇:
下一篇:
切换中文