mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-13 14:37:19 +02:00
Update the comment based help
This commit is contained in:
@ -2,7 +2,15 @@
|
||||
.SYNOPSIS
|
||||
Uploads a local file to a FTP server
|
||||
.DESCRIPTION
|
||||
upload-file.ps1 [<File>] [<URL>] [<Username>] [<Password>]
|
||||
This script uploads a local file to a FTP server.
|
||||
.PARAMETER File
|
||||
Specifies the path to the local file
|
||||
.PARAMETER URL
|
||||
Specifies the FTP server URL
|
||||
.PARAMETER Username
|
||||
Specifies the user name
|
||||
.PARAMETER Password
|
||||
Specifies the password
|
||||
.EXAMPLE
|
||||
PS> .\upload-file.ps1
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user