4.295 ent-ftp-serv
Use this command to write an entry into the FTP Server table for an FTP Server.
Note:
The FTP Server table entry for the Oracle Communications EAGLE FTP Table Base Retrieval (FTRA) is entered through input from FTRA. Though the entry can be made with this command at the EAGLE, the information entered at the EAGLE will be overwritten by the information sent by FTRA.Parameters
- app (mandatory)
- Application. This parameter specifies the FTP Client application that interfaces with the FTP server.
- login (mandatory)
- FTP Server Username (A prompt for entering a password appears on a separate line.)
Example
ent-ftp-serv:app=meas:ipaddr=1.255.0.102:login=ftpmeas1:path="~meas":prio=1
ent-ftp-serv:app=user:ipaddr=1.255.0.102:login=tekperson1:path=”~\data”:prio=1
ent-ftp-serv:app=dist:ipaddr=192.168.53.195:
login=pvftp:prio=1:path="/remote/labftp1/pvftp/dallen2ftp"
ent-ftp-serv:app=db:ipaddr=192.168.53.195:
login=pvftp:prio=1:path="/remote/labftp1/pvftp/aholden"
ent-ftp-serv:ipaddr=10.248.13.9:app=meas:login=root:path="/root":prio=5:security=on
ent-ftp-serv:ipaddr=10.248.13.9:app=sflog:login=root:path="/root":prio=1:security=on
Dependencies
A separate prompt appears for you to enter the FTP server password that will be used with the FTP Server Username (login). You must enter a password that is at least 1 and not more than 15 characters long. If you enter an invalid password (you press the Return key without entering a password, or you enter more than 15 characters), you must enter the entire command again to cause the password prompt to appear again. The password that you enter is not displayed as you enter it.
An entry for the specified application ID at the specified priority cannot already exist.
An entry for the specified application ID at the specified IP address cannot already exist.
The app parameter must specify an application that uses the FTP Support feature.
The ipaddr parameter must specify a valid IP address for the FTP server.
The path parameter value must be in a valid FTP path format.
The prio parameter specifies a priority for use of an FTP server by an application when the application has more than one FTP server defined in the table. Each FTP server defined for use by the application must have a priority from 1 to 10 assigned. The available FTP server with the highest priority (smallest number) will be used first by the application.
The FTP Server table can contain entries for a maximum of 10 FTP servers: however, the number of FTP servers supported by an application may be less than 10. Entries that are made for an application cannot be made for more than the maximum number of FTP servers supported by the application.
- The Measurements Platform application (app=meas) supports 3 FTP servers.
- The FTP-based Table Retrieve Application (FTRA) (app=user) supports 2 FTP servers.
- The Database (app=db) and Software Distribution (app=dist) applications each support 1 FTP server.
- The SS7 Firewall Logging application (app=sflog) supports 2 FTP servers.
The security parameter must be set with value ON when the SS7 Firewall Logging application (app=sflog) is configured.
Notes
The same FTP server can be defined more than once, but the specified application must be different for each entry.
The FTP connection will be secure when the security parameter is ON. The secure FTP connection (SFTP) uses port 22, which must be opened in the customer's network.
Output
ent-ftp-serv:app=meas:ipaddr=1.255.0.102:login=ftpmeas1:path="~meas":prio=1
rlghncxa03w 04-02-20 09:07:58 EST EAGLE 31.3.0
Enter Password:*****
FTP SERV table is (1 of 10) 10% full
ENT-FTP-SERV: MASP A - COMPLTD
;
ent-ftp-serv:app=user:ipaddr=1.255.0.102:login=tekperson1:path=”~data”:prio=1
rlghncxa03w 04-02-20 09:07:58 EST EAGLE 31.3.0
Enter Password:*****
FTP SERV table is (2 of 10) 20% full
ENT-FTP-SERV: MASP A - COMPLTD
;
The following command provisions the FTP Server entry with 'security=on' to use a secure SFTP server.
ent-ftp-serv:ipaddr=10.248.13.100:app=user:login=root:path="/root":prio=4:security=on.
tekelecstp 12-09-19 14:49:17 EST 45.0.0-64.42.0
ent-ftp-serv:ipaddr=10.248.13.100:app=user:login=root:path="/root":prio=4:security=on
Command entered at terminal #4.
Enter Password:***
FTP SERV table is (3 of 10) 30% full
ENT-FTP-SERV: MASP A- COMPLTD
;
ent-ftp-serv:ipaddr=10.248.13.9:app=sflog:prio=1:login=root:path=data:security=on
tekelecstp 15-05-27 15:36:05 EST Eagle 46.3.0
ent-ftp-serv:ipaddr=10.248.13.9:app=sflog:prio=1:login=root:path=data:security=on
Command entered at terminal #4.
Enter Password :******
FTP SERV table is (3 of 10) 30% full
ENT-FTP-SERV: MASP A - COMPLTD
;
Related Topics