RemoteFile Parameter (Send-SFTP Cmdlet)

The remote file to save to.

Syntax

Send-SFTP -RemoteFile string

Remarks

RemoteFile is the name of the file on the server to which the LocalFile will be saved. It is either an absolute file path, or a relative path based on the servers current path.

To use the existing filename specified by LocalFile, set RemoteFile to an absolute or relative path ending with a "/". For instance:

send-ftp -server TestServer -user test -password test -remotefile MyFolder/MySubFolder/ -localfile c:\MyFile.txt
The above code will upload a file called "MyFile.txt" to "MyFolder/MySubFolder" on the server.

Default Value

""

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]