sh 当你不能让人们允许scp。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 当你不能让人们允许scp。相关的知识,希望对你有一定的参考价值。
transfer_file () {
local file="$1"
local remote_dir="$2"
local remote_file="$3"
local -i exit_status=0
sftp -b - "$ssh_user@$ssh_host:$remote_dir" > /dev/null \
<<< "put $file $remote_file" || {
exit_status="$?"
printf "transfer_file: sftp failed putting file '%s'.\n" \
"$remote_file" >&2
return "$exit_status"
}
}
以上是关于sh 当你不能让人们允许scp。的主要内容,如果未能解决你的问题,请参考以下文章
SCP命令
scp用法
scp命令
scp命令
scp命令详解
scp命令详解