Croway commented on PR #18356:
URL: https://github.com/apache/camel/pull/18356#issuecomment-2967013219

   ```
   $ camel infra run sftp --json
   {
     "directoryName" : "myTestDirectory",
     "getFtpRootDir" : 
"file:///Users/fmariani/Repositories/croway/camel/target/ftp/camel-test-infra-test-directory/res/home",
     "getPort" : 2222,
     "host" : "localhost",
     "hostname" : "localhost",
     "password" : "admin",
     "port" : 2222,
     "username" : "admin"
   }
   ```
   
   ```
   - route:
       id: route-1271
       from:
         uri: timer:yaml
         parameters:
           period: "1000"
         steps:
           - setBody:
               simple: Hello Camel from ${routeId}
           - to:
               id: to-1276
               uri: ftp
               parameters:
                 directoryName: myTestDirectory
                 host: localhost
                 password: admin
                 port: 2221
                 username: admin
   - route:
       id: route-2332
       autoStartup: true
       from:
         id: from-3038
         uri: ftp
         parameters:
           directoryName: myTestDirectory
           host: localhost
           password: admin
           port: 2221
           username: admin
         steps:
           - log:
               id: log-2189
               message: ${body}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to