Add upload-file.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 10:23:14 +02:00
parent 992afad02c
commit 505c5e35f3
3 changed files with 50 additions and 0 deletions

View File

@ -158,6 +158,7 @@ turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)
txt2wav.ps1, converts text into a audio .WAV file
unmute-audio.ps1, unmutes audio
upload-file.ps1, uploads the local file to the given FTP server
voice-control.ps1, executes the PowerShell scripts by voice
weather.ps1, prints the current weather forecast
weather-alert.ps1, checks the current weather for critical values

1 Script Description
158 turn-volume-down.ps1 turns the audio volume down (-10% by default)
159 txt2wav.ps1 converts text into a audio .WAV file
160 unmute-audio.ps1 unmutes audio
161 upload-file.ps1 uploads the local file to the given FTP server
162 voice-control.ps1 executes the PowerShell scripts by voice
163 weather.ps1 prints the current weather forecast
164 weather-alert.ps1 checks the current weather for critical values