Skip to content

Commit

Permalink
Build - Update WinSCP Core to 5.13.3. Bug fixes for #76, #78, and #79.…
Browse files Browse the repository at this point in the history
… Added new cmdlet Copy-WinSCPItem. Simplified path validation in Move-WinSCPItem.
  • Loading branch information
dotps1 committed Jun 21, 2018
1 parent 4ab17d8 commit dc78654
Show file tree
Hide file tree
Showing 44 changed files with 627 additions and 113 deletions.
5 changes: 3 additions & 2 deletions Help/ConvertTo-WinSCPEscapedString.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/ConvertTo-WinSCPEscapedString
schema: 2.0.0
Expand Down Expand Up @@ -70,7 +70,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
160 changes: 160 additions & 0 deletions Help/Copy-WinSCPItem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
---
external help file: WinSCP-help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Copy-WinSCPItem
schema: 2.0.0
---

# Copy-WinSCPItem

## SYNOPSIS
{{Fill in the Synopsis}}

## SYNTAX

```
Copy-WinSCPItem -WinSCPSession <Session> [-Path] <String[]> [-Destination <String>] [-Force] [-PassThru]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
{{Fill in the Description}}

## EXAMPLES

### Example 1
```powershell
PS C:\> {{ Add example code here }}
```

{{ Add example description here }}

## PARAMETERS

### -Confirm
Prompts you for confirmation before running the cmdlet.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Destination
{{Fill Destination Description}}
```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Force
{{Fill Force Description}}
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -PassThru
{{Fill PassThru Description}}
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Path
{{Fill Path Description}}
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```
### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -WinSCPSession
{{Fill WinSCPSession Description}}
```yaml
Type: Session
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
### WinSCP.Session
System.String[]
## OUTPUTS
### System.Void
## NOTES
## RELATED LINKS
[https://github.com/dotps1/WinSCP/wiki/Copy-WinSCPItem](https://github.com/dotps1/WinSCP/wiki/Copy-WinSCPItem)
5 changes: 3 additions & 2 deletions Help/Get-WinSCPChildItem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Get-WinSCPChildItem
schema: 2.0.0
Expand Down Expand Up @@ -186,7 +186,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Get-WinSCPHostKeyFingerprint.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Get-WinSCPServerPublicKeyFingerprint
schema: 2.0.0
Expand Down Expand Up @@ -94,7 +94,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Get-WinSCPItem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Get-WinSCPItem
schema: 2.0.0
Expand Down Expand Up @@ -105,7 +105,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Get-WinSCPItemChecksum.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Get-WinSCPItemChecksum
schema: 2.0.0
Expand Down Expand Up @@ -78,7 +78,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Get-WinSCPSession.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Get-WinSCPSession
schema: 2.0.0
Expand Down Expand Up @@ -48,7 +48,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Invoke-WinSCPCommand.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Invoke-WinSCPCommand
schema: 2.0.0
Expand Down Expand Up @@ -61,7 +61,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/Move-WinSCPItem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/Move-WinSCPItem
schema: 2.0.0
Expand Down Expand Up @@ -160,7 +160,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/New-WinSCPItem.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/New-WinSCPItem
schema: 2.0.0
Expand Down Expand Up @@ -199,7 +199,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/New-WinSCPItemPermission.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/New-WinSCPItemPermission
schema: 2.0.0
Expand Down Expand Up @@ -328,7 +328,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
5 changes: 3 additions & 2 deletions Help/New-WinSCPSession.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: WinSCP-help.xml
external help file: WinSCP-Help.xml
Module Name: WinSCP
online version: https://github.com/dotps1/WinSCP/wiki/New-WinSCPSession
schema: 2.0.0
Expand Down Expand Up @@ -194,7 +194,8 @@ Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
Expand Down
Loading

0 comments on commit dc78654

Please sign in to comment.