1 Introduction
This document describes how to push an XML model file to a remote file location with a File Transfer Protocol (FTP).
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
The following conditions must apply:
- The remote server Fully Qualified Domain Name (FQDN) or IP address, directory, and SFTP password are known.
- The schema ID is known.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To push an XML model file to a remote file location with an SFTP:
- Navigate to the Schema managed object to be exported, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SysM=1,Schema=2
- Export the XML model file using the Uniform Resource Identifier
(URI) and password input options, for example:
(Schema=2)>export --uri sftp://user@10.64.88.91/tmp/ --password userpwd
The system outputs File transfer successful after a successful export operation.

Contents