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
RequiredArgumentDescription
Yes--n ConnectionNameSpecifies the name for the connection you want to modify. To view a list of connections, use the data source ftp list command.
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 modifies an FTP connection named NorthernRegionCustomers. It changes the host to MyFTPServer2.

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