Public Access
Initial build: engine, run scripts, WinSCP setup, example configs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo Downloading WinSCP...
|
||||
powershell.exe -ExecutionPolicy Bypass -Command ^
|
||||
"$url = 'https://winscp.net/download/WinSCP-6.3.6-Automation.zip'; $zip = '%TEMP%\winscp.zip'; $dest = '%~dp0WinSCP'; Invoke-WebRequest -Uri $url -OutFile $zip; Expand-Archive -Path $zip -DestinationPath $dest -Force; Write-Host 'WinSCP ready.' -ForegroundColor Green"
|
||||
pause
|
||||
Reference in New Issue
Block a user