Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_auth
Function · 0.85
mkdir
Method · 0.80
endswith
Method · 0.80
digest
Method · 0.80
open
Function · 0.50
has_key
Method · 0.45
keys
Method · 0.45
connect
Method · 0.45
lower
Method · 0.45
join
Method · 0.45
read
Method · 0.45
open
Method · 0.45
Tested by
no test coverage detected