SCP
scp {src_account@ip}:{src_path} {dst_account@ip}:{dst_path}
# Option
# -i : cert for login
# -P : Port number
# -r : recursive, for directory
# -C : compress before transmit
# -l : limit transmit rate, in Kbit/sLast updated
Was this helpful?
scp {src_account@ip}:{src_path} {dst_account@ip}:{dst_path}
# Option
# -i : cert for login
# -P : Port number
# -r : recursive, for directory
# -C : compress before transmit
# -l : limit transmit rate, in Kbit/sLast updated
Was this helpful?
Was this helpful?