frontend-server-console ftp-control
Simics Reference Manual  /  5 Classes  / 

ftp-alg

Description

FTP ALG.

Interfaces Implemented

conf_object, log_object, alg

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.

Attributes

forward_handler
Required attribute; read/write access; type: o
An instance of the port-forward-outgoing-server class. Must implement the port_forward interface.
incoming_handler
Required attribute; read/write access; type: o
Must implement the port_forward interface.
ftp_port
Optional attribute; read/write access; type: i
Port for FTP service (on target), default 21.

Provided By

ftp_alg
frontend-server-console ftp-control