<rpc>
<file-copy>
<source>source</source> <!-- mandatory -->
<destination>destination</destination> <!-- mandatory -->
<source-address>source-address</source-address>
</file-copy>
</rpc>>>> from jnpr.junos import Device
>>> from jnpr.junos.utils.fs import FS
>>> dev = Device('red-vsrx')
>>
>>> dev.open()
Device(red-vsrx)
>>>
>>>
>>> dev.bind(fs=FS)
>>> dev.fs.cp('base.conf','foo.conf')
True
"fpc1:/var/tmp/foo.conf", for example. I haven't tried this on a virtual-chassis system specifically. So if you do, please let me know if it works OK.
Thank you!
Hope this helps.