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 PasswordRequired | Argument | Description |
---|---|---|
Yes | --n ConnectionName | Specifies the name for the connection. The name can be anything you choose. |
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 user name 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 creates a connection to the FTP server named MyFTPServer.
data source ftp add --n NorthernRegionCustomers --h MyFTPServer --u ExampleUsername --p Example123