data source ftp add

The data source ftp add command creates a connection between Spectrum™ Technology Platform and an FTP server.

Usage

data source ftp add --n ConnectionName --h Host --o Port --u Username --p Password
RequiredArgumentDescription
Yes--n ConnectionNameSpecifies the name for the connection. The name can be anything you choose.
Yes--h HostSpecifies the host name or IP address of the FTP server.
No--o PortSpecifies the network port to use for communication with the FTP server.
No--u UsernameThe username to use to connect to the FTP server, if required.
No--p PasswordThe password to use to connect to the FTP server, if required.

Example

This example creates a connection to the FTP server named MyFTPServer.

data source ftp add --n NorthernRegionCustomers --h MyFTPServer --u ExampleUsername --p Example123