RemoteFile Parameter (Send-FTP Cmdlet)
The remote file to save to.
Syntax
Send-FTP -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
Default Value
""