SCP

Transfer files from/to the agent

SCP

Transfer files from the client to the agent

tealc scp /PATH/TO/SOURCE/FILE [AGENT_NAME]:/PATH/TO/TARGET/FILE

Transfer files from the agent to the client

tealc scp [AGENT_NAME]:/PATH/TO/TARGET/FILE /PATH/TO/SOURCE/FILE

RSYNC

tealc rsync -arvP [AGENT_NAME]:C:/Path1 [AGENT_NAME]:C:/Windows/PATH2  .

RCLONE

rclone can be used to mount a folder from the agent to the local machine.

tealc rclone [AGENT_NAME]:/remote/path /local/path