FTP Put Action

The FTP Put action plugin is available in the Hub (FTP Copy plugins).

Plugin version: 1.3.1

Copy files to an FTP server from specified destination.

A common use case is to upload file(s) from local filesystem or HDFS to a FTP server. File Regex filtering can be used to copy only the file(s) that are of interest.

Configuration

Property

Macro Enabled?

Description

Property

Macro Enabled?

Description

Host

 

Required. Specifies the host name of the FTP server. 

Port

Yes

Optional. Specifies the port on which FTP server is running.

Default is 21.

Username

Yes

Optional. Name of the user to log in to the FTP server.

Default is anonymous.

Password

Yes

Optional. Password to log in to FTP server.

Default is empty.

Source directory

Yes

Required. Directory on the FTP server that is to be copied. 

Destination directory

Yes

Required. Specifies the destination directory on FTP server. If the directory does not exist, it will be created. 

Regex to match files that needs to be copied

Yes

Optional. Regex to copy only the files that match. By default, all files will be copied.

Created in 2020 by Google Inc.