data source ftp update

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

Usage

data source ftp update --n ConnectionName --h Host --o Port --u Username --p Password
Required Argument Description
Yes --n ConnectionName Specifies the name for the connection you want to modify. To view a list of connections, use the data source ftp list command.
Yes --h Host Specifies the host name or IP address of the FTP server.
No --o Port Specifies the network port to use for communication with the FTP server.
No --u Username The username to use to connect to the FTP server, if required.
No --p Password The password to use to connect to the FTP server, if required.

Example

This example modifies an FTP connection named NorthernRegionCustomers. It changes the host to MyFTPServer2.

data source ftp update --n NorthernRegionCustomers --h MyFTPServer2