wtSeriFtpLoginString
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.8.1.4
Object
column mandatory
r/w
OctetString
Command sequence for the FTP login in 'Automatic FTP-Client' mode.
FTP client commands:
TYPE A or I Activation of ASCII or binary mode
STOR File Saves all serially received data to a file
APPE File Appends all serially received data to the end of a file
RETR File Outputs file to the serial port
DELE File Deletes file
LIST Directory Lists the directory contents on the serial port
RESET Initiates a software reset of the Com-Server. This
command may only be used when there is no active
connection to the FTP server.
Command sequence format:
1. login<lf>
password<lf>
TYPE I or TYPE A<lf>
STOR, RETR, APPE or LIST remote file/dir<lf>
ProtocolChar<lf>
3. login<lf> 2. RESET<lf>
password<lf> ProtocolChar<lf>
DELE remote file/dir <lf>
ProtocolChar<lf>
The character 'ProtocolChar' is configured in the variable wtSeriFtpProtocolChar.
Ex.: egon<lf>happy<lf>TYPE A<lf>RETR /etc/hosts<lf><Ctrl C>
For additional explanations, please see the chapter 'FTP client mode' in the
corresponding manual for the Com-Server.
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.8.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- wtSeriFtpClientEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriFtpLoginString'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriFtpLoginString.<wtSeriInterfaceNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Com-Server-Intern-MIB::wtSeriFtpLoginString'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.