spec:
definition:
title: "FTP Source"
description: |-
Receive data from an FTP Server.
required:
- connectionHost
- connectionPort
- username
- password
- directoryName
type: object
properties:
connectionHost:
title: Connection Host
description: Hostname of the FTP server
type: string
connectionPort:
title: Connection Port
description: Port of the FTP server
type: string
default: 21
username:
title: Username
description: The username to access the FTP server
type: string
password:
title: Password
description: The password to access the FTP server
type: string
format: password
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
directoryName:
title: Directory Name
description: The starting directory
type: string
passiveMode:
title: Passive Mode
description: Sets passive mode connection
type: boolean
default: false
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
recursive:
title: Recursive
description: If a directory, will look for files in all the sub-directories as well.
type: boolean
default: false
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
idempotent:
title: Idempotency
description: Skip already processed files.
type: boolean
default: true
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
spec:
definition:
title: "FTP Source"
description: |-
Receive data from an FTP Server.
required:
- connectionHost
- connectionPort
- username
- password
- directoryName
type: object
properties:
connectionHost:
title: Connection Host
description: Hostname of the FTP server
type: string
connectionPort:
title: Connection Port
description: Port of the FTP server
type: string
default: 21
username:
title: Username
description: The username to access the FTP server
type: string
password:
title: Password
description: The password to access the FTP server
type: string
format: password
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
directoryName:
title: Directory Name
description: The starting directory
type: string
passiveMode:
title: Passive Mode
description: Sets passive mode connection
type: boolean
default: false
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
recursive:
title: Recursive
description: If a directory, will look for files in all the sub-directories as well.
type: boolean
default: false
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
idempotent:
title: Idempotency
description: Skip already processed files.
type: boolean
default: true
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow