|
|
Description:
|
wtSeriFtpLoginString OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"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."
|
|
|
|