Skip to main content

Welcome to Geoff Hayward's Weblog

Commenting on Java, JavaFX, Java EE, Joomla, and IoT.

You can download files with PowerShell using Start-Bitstransfer.

$credential = Get-Credential
Start-BitsTransfer -Source http://deployments.example.com:8888/release/amazing-application-1.0.0.exe -Destination .\amazing-application-1.0.0.exe  -Credential $credential -Authentication basic

You can leave out authentication if the web server does not require credentials.

I hope this helps



Read

If you do not wish to enable TelNet just to test ports on a remote machine then PowerShell has a solution. PowerShell comes with Test-NetConnection, which gives detailed information about a connection.

Example of using Test-NetConnection

Test-NetConnection www.geoffhayward.eu -Port 443 -InformationLevel "Detailed" 

I hope this helps.


Tags: PowerShell

Read

Mailing List

Responsive Media

With the ResponsiveMedia plugin for Joomla it is easy to add 3rd party content from YouTube, Vimeo, and Instagram right in to any Joomla! article.

ResponsiveMedia