MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-576810.py

File recipe-576810.py

recipes/Python/576810_Copy_files_over_SSH_using/recipe-576810.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2
3## Copy files unattended over SSH using a glob pattern.
4## It tries first to connect using a private key from a private key file

Callers

nothing calls this directly

Calls 15

agent_authFunction · 0.85
mkdirMethod · 0.80
endswithMethod · 0.80
digestMethod · 0.80
openFunction · 0.50
has_keyMethod · 0.45
keysMethod · 0.45
connectMethod · 0.45
lowerMethod · 0.45
joinMethod · 0.45
readMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected