Skip to content

Commit

Permalink
Sync Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed May 18, 2022
1 parent 1b5bc24 commit d6a3024
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ spec:
description: |-
Send file to an FTP Server through Secure Copy Protocol
required:
- host
- port
- serverName
- serverPort
type: object
properties:
host:
serverName:
title: Hostname
description: Hostname of the FTP server
type: string
port:
serverPort:
title: Port
description: Port of the FTP server
type: string
Expand All @@ -66,7 +66,7 @@ spec:
uri: kamelet:source
steps:
- to:
uri: "scp:{{host}}:{{port}}"
uri: "scp:{{serverName}}:{{serverPort}}"
parameters:
username: "{{?username}}"
password: "{{?password}}"
Expand Down

0 comments on commit d6a3024

Please sign in to comment.