cterasdk.edge.rsync module¶
-
class
cterasdk.edge.rsync.RSync(gateway)¶ Bases:
cterasdk.edge.base_command.BaseCommandGateway RSync configuration
-
disable()¶ Disable FTP
-
enable()¶ Enable FTP
-
get_configuration()¶ Get the current RSync configuration
Return cterasdk.common.object.Object:
-
is_disabled()¶ Check if the Rsync server is disabled
-
modify(port=None, max_connections=None)¶ Modify the RSync Configuration. Parameters that are not passed will not be affected
Parameters: - port (int,optional) – RSync Port
- max_connections (int,optional) – Maximum Connections
-