3 ܓi@s0ddlZddlZddlmZGdddeZdS)N)RemoteTransportc@sPeZdZdZdZddZddZeddZd d Z d d Z d dZ ddZ dS)LocalTransportz A 'transport' to represent a local node. No remote connection is actually made, and all commands set to be run by this transport are executed locally without any wrappers. Z local_nodecCsdS)NT)selfZpasswordrr/usr/lib/python3.6/local.py_connectszLocalTransport._connectcCsdS)NTr)rrrr _disconnectszLocalTransport._disconnectcCsdS)NTr)rrrr connected szLocalTransport.connectedcCs&|jd|d|tj||dS)NzMoving z to T) log_debugshutilcopy)rfnamedestrrr_retrieve_file$s zLocalTransport._retrieve_filecCs|S)Nr)rcmdrrr_format_cmd_for_exec)sz#LocalTransport._format_cmd_for_execcCsdS)NTr)rr rrrr_copy_file_to_remote,sz#LocalTransport._copy_file_to_remotec Cs>tjj|r*t|ddd }|jSQRX|jd|dS)Nrzutf-8)encodingzNo such file: )ospathexistsopenreadr )rr Zrfilerrr _read_file/s  zLocalTransport._read_fileN) __name__ __module__ __qualname____doc__namerrpropertyr rrrrrrrrrs r)rr Zsos.collector.transportsrrrrrr s