代码拉取完成,页面将自动刷新
同步操作将从 chuanjiao10/kasini3000 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#建议保存编码为:bom头 + utf8
param
(
[Alias("ipaddress")][String]$目的ip地址,
[Alias("port")][uint16]$端口,
[String]$LiteralPath,
[String]$Path,
[String]$Destination,
[Switch]$Recurse
)
if ( ($IsWindows -eq $True) -or ($PSVersionTable.psversion.major -lt 6) ) #win
{
& 'c:\ProgramData\kasini3000\0k_source.ps1'
}
if ($IsLinux -eq $True)
{
& '/etc/kasini3000/0k_source.ps1'
}
if ($env:LANG -eq 'zh_CN.UTF-8')
{
Write-Host -ForegroundColor green '卡死你3000 Copy files/folders From 被控机,简称kcf。kcf工作开始。'
}
else
{
Write-Host -ForegroundColor green ' "kaiiits Hotel" Copy files/folders From node begin. '
}
$script:在k_commit中 = $false
if ($global:当前被控机_ip -ne $null)
{
& 'k_copyfrom_ip.ps1' -被控机ip地址 $global:当前被控机_ip.ip -端口 $端口 -LiteralPath $LiteralPath -Path $Path -Destination $Destination -Recurse $Recurse
}
else
{
if ($global:当前被控机_uuid -ne $null)
{
& 'k_copyfrom_uuid.ps1' -被控机ip地址 $global:当前被控机_uuid.ip -端口 $端口 -LiteralPath $LiteralPath -Path $Path -Destination $Destination -Recurse $Recurse
}
else
{
if ($global:当前被控机_组 -ne $null)
{
& 'k_copyfrom_g.ps1' -被控机ip地址 $目的ip地址 -端口 $端口 -LiteralPath $LiteralPath -Path $Path -Destination $Destination -Recurse $Recurse
}
else
{
if ($global:当前被控机_os -ne $null)
{
& 'k_copyfrom_os.ps1' -被控机ip地址 $目的ip地址 -端口 $端口 -LiteralPath $LiteralPath -Path $Path -Destination $Destination -Recurse $Recurse
}
else
{
& 'k_copyfrom_all.ps1' -被控机ip地址 $目的ip地址 -端口 $端口 -LiteralPath $LiteralPath -Path $Path -Destination $Destination -Recurse $Recurse
}
}
}
}
if ($env:LANG -eq 'zh_CN.UTF-8')
{
Write-Host -ForegroundColor green '卡死你3000 Copy files/folders From 被控机,简称kcf。kcf工作结束。'
}
else
{
Write-Host -ForegroundColor green ' "kaiiits Hotel" Copy files/folders From node end. '
}
exit 0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。