wtSeriFtpAutoFtp
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.8.1.3
Object
column
mandatory
r/w
Enumeration
Set this switch to 2 to activate the automatic FTP client. This mode is recommended when the same command needs to be executed over and over. The FTP commands are stored in the Com-Server. The latter opens a connection to the FTP server when it receives data on the serial port. It sends the login and runs the configured file command. Then the connection is closed again. Configure the command in the following parameter wtSeriFtpLoginString. Set this switch to 1 to activate the FTP client with serial protocol. See section 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.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- wtSeriFtpClientEntry
- Table
- wtSeriFtpClientTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wtSeriAutoFtpOff |
2 | wtSeriAutoFtpOn |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| wtSeriFtpServerPort mandatory Port number which addresses the FTP server (Standard FTP-Port: 21). | column | Integer32 | .1.3.6.1.4.1.5040.1.1.1.3.8.1.1 |
| wtSeriFtpServerIp mandatory IP address of the computer on which the FTP server is active. | column | RFC1155-SMIIpAddress | .1.3.6.1.4.1.5040.1.1.1.3.8.1.2 |
| wtSeriFtpLoginString mandatory 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 recei… | column | OctetString | .1.3.6.1.4.1.5040.1.1.1.3.8.1.4 |
| wtSeriFtpInactTimeout mandatory Configure the commands STOR and APPE(nd) with a timeout in seconds for closing
the connection. If during this time no serial data are received, the FTP client
closes the connect… | column | Integer32 | .1.3.6.1.4.1.5040.1.1.1.3.8.1.5 |
| wtSeriFtpConnectTimeout mandatory Connection timeout in seconds. This value is only effective in
conjunction with an activated Inactivity Timeout. After the Inactivity
Timeout has expired, the Com-Server attempt… | column | Integer32 | .1.3.6.1.4.1.5040.1.1.1.3.8.1.6 |
| wtSeriFtpProtocolChar mandatory When the Com-Server receives the character configured here on its serial port,
the Com-Server port closes the connection to the FTP server.
This is also used as a final characte… | column | OctetString | .1.3.6.1.4.1.5040.1.1.1.3.8.1.7 |
| wtSeriFtpServerUrl mandatory URL of the computer on which your application (FTP server process) is active. The URL
can be used instead of an IP address and only in conjunction with a valid DNS server.
The URL… | column | OctetString | .1.3.6.1.4.1.5040.1.1.1.3.8.1.8 |