Pinned Loading
-
PowerShell scripts and functions
PowerShell scripts and functions 1function New-Password ($Length=60) {
2$characters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
3$random = 1..$Length | ForEach-Object { Get-Random -Maximum $characters.Length }
4$characters[$random] -join ''
5}
-
Docker-CrushFTP
Docker-CrushFTP Public archiveDocker image for CrushFTP server. Installs dependencies, including Java with unlimited JCE.
Shell 12
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.