< Back

Set-SFTPContent

Sat Jan 18, 2020 7:59 pm

NAME Set-SFTPContent



SYNOPSIS







SYNTAX

Set-SFTPContent [-SessionId] <Int32[]> [-Path] <String> [-Value] <Object> [-Encoding <String>] [-Append]

[<CommonParameters>]



Set-SFTPContent [-SFTPSession] <SftpSession[]> [-Path] <String> [-Value] <Object> [-Encoding <String>] [-Append]

[<CommonParameters>]





DESCRIPTION

{{Fill in the Description}}





PARAMETERS

-SessionId <Int32[]>

{{Fill SessionId Description}}



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-SFTPSession <SftpSession[]>

{{Fill SFTPSession Description}}



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Path <String>

{{Fill Path Description}}



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Value <Object>

{{Fill Value Description}}



Required? true

Position? 3

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Encoding <String>

{{Fill Encoding Description}}



Required? false

Position? named

Default value UTF8

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Append [<SwitchParameter>]

{{Fill Append Description}}



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Renci.SshNet.Sftp.SftpFile







NOTES









Example 1



PS C:\\> {{ Add example code here }}



{{ Add example description here }}



RELATED LINKS

Online Version: https://github.com/darkoperator/Posh-SS ... aster/docs