-
Notifications
You must be signed in to change notification settings - Fork 30
New WinSCPTransferResumeSupport
Configures automatic resume/transfer to temporary filename.
New-WinSCPTransferResumeSupport [-Confirm] [-State <TransferResumeSupportState>] [-Threshold <Int32>] [-WhatIf]
[<CommonParameters>]
Configures automatic resume/transfer to temporary filename.
PS C:\> New-WinSCPTransferResumeSupport
State Threshold
----- ---------
Default
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Sets what files will be transferred with resume support/to temporary filename. Use TransferResumeSupportState.Default for built-in default (currently all files above 100 KB), TransferResumeSupportState.On for all files, TransferResumeSupportState.Off for no file (turn off) or TransferResumeSupportState.Smart.
Type: TransferResumeSupportState
Parameter Sets: (All)
Aliases:
Accepted values: Default, On, Off, Smart
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Threshold (in KB) for TransferResumeSupportState.Smart mode. Setting the Threshold automatically sets the State to the TransferResumeSupportState.Smart.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.