To add on to Jake’s answer, you could specify a location—instead of just .
—to copy to by adding the path at the end of the URL as:
scp /path/to/file username@servername/ip:/destination/folder/
To add on to Jake’s answer, you could specify a location—instead of just .
—to copy to by adding the path at the end of the URL as:
scp /path/to/file username@servername/ip:/destination/folder/
import os, re path = "/proc/self/cgroup" def is_docker (): if not os.path.isfile(path): return False with open (pa...
No comments:
Post a Comment