Skip to content

Commit

Permalink
Build - Updating WinSCP Core to 5.15.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotps1 committed Dec 10, 2019
1 parent b2efd90 commit 06862e9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Help/New-WinSCPSessionOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Accept wildcard characters: False
### -Protocol
Protocol to use for the session.
Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp and Protocol.Webdav.
Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp, Protocol.Webdav and Protocol.S3.
```yaml
Type: Protocol
Expand Down
Binary file modified WinSCP/bin/WinSCP.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions WinSCP/en-US/WinSCP-Help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ True 00:01:00 ftp.dotps1.github.io</dev:code>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
<maml:name>Protocol</maml:name>
<maml:Description>
<maml:para>Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp and Protocol.Webdav.</maml:para>
<maml:para>Protocol to use for the session. Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp, Protocol.Webdav and Protocol.S3.</maml:para>
</maml:Description>
<command:parameterValueGroup>
<command:parameterValue required="false" command:variableLength="false">Sftp</command:parameterValue>
Expand Down Expand Up @@ -3017,7 +3017,7 @@ True 00:01:00 ftp.dotps1.github.io</dev:code>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
<maml:name>Protocol</maml:name>
<maml:Description>
<maml:para>Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp and Protocol.Webdav.</maml:para>
<maml:para>Protocol to use for the session. Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp, Protocol.Webdav and Protocol.S3.</maml:para>
</maml:Description>
<command:parameterValue required="true" variableLength="false">Protocol</command:parameterValue>
<dev:type>
Expand Down
Binary file modified WinSCP/lib/WinSCPnet.dll
Binary file not shown.
10 changes: 0 additions & 10 deletions WinSCP_06e0af4e-779b-48f4-939f-c90b8ec950e6_HelpInfo.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# appveyor yml reference
# http://www.appveyor.com/docs/appveyor-yml

version: 5.15.5.{build}
version: 5.15.9.{build}
os: WMF 5
branches:
only:
Expand Down

1 comment on commit 06862e9

@jeffreymcclain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotps1 Just a heads up, you accidentally copy-pasted "Protocol to use for the session." twice, lol.

https://github.com/dotps1/WinSCP/wiki/New-WinSCPSessionOption#-protocol

"Protocol to use for the session. Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp, Protocol.Webdav and Protocol.S3."

Please sign in to comment.