RemotePath Parameter (Connect-SFTP Cmdlet)
The current path in the SFTP server.
Syntax
Connect-SFTP -RemotePath string
Data Type
cstr
Default Value
""
Remarks
This property sets the current working directory on the SFTP server. It can also be used to change the working directory by setting it to an absolute directory path or a relative path with respect to the existing value of this property.