{ "version": "6.5.5", "description": "Copy files between a local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV or S3 file transfer protocols.", "homepage": "https://winscp.net", "license": "GPL-3.0-or-later", "url": "https://downloads.sourceforge.net/project/winscp/WinSCP/6.5.5/WinSCP-6.5.5-Portable.zip", "hash": "bc385c797112e6e13b398731b9ec981c27821a65db1cb43e03b4e24fa4671052", "pre_install": [ "if (!(Test-Path \"$persist_dir\\winscp.ini\")) {", " @(", " '[Configuration\\Interface]'", " \"RandomSeedFile=$persist_dir\\winscp.rnd\"", " ) | Add-Content -Path \"$dir\\winscp.ini\" -Encoding ASCII -Force", "}" ], "bin": [ "WinSCP.exe", [ "WinSCP.com", "WinSCP-cli" ] ], "shortcuts": [ [ "WinSCP.exe", "WinSCP" ] ], "persist": [ "winscp.ini", "Translations" ], "checkver": { "url": "https://winscp.net/eng/downloads.php", "regex": "WinSCP-([\\d.]+)-Portable\\.zip" }, "autoupdate": { "url": "https://downloads.sourceforge.net/project/winscp/WinSCP/$version/WinSCP-$version-Portable.zip", "hash": { "url": "https://winscp.net/download/WinSCP-$version-ReadMe.txt", "regex": "(?sm)$basename.*?SHA-256: $sha256" } } }