NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

RemoteFile Parameter (Get-SCP Cmdlet)

The name of the remote file to download.

Syntax

Get-SCP -RemoteFile string

Remarks

The RemoteFile is either an absolute file path, or a relative path based on the home path set by the server. This value must include a filemask or filename. For instance:

get-scp -server TestServer -user test -password test -remotefile MyFolder/File1.txt
The above code will download File1.txt in the MyFolder folder.

Default Value

""

Parameter Position

1

Parameter Alias

Download

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]