RemoteHost Parameter (Connect-FTP Cmdlet)
Specifies the hostname or IP address of the FTP server.
Syntax
Connect-FTP -RemoteHost string
Data Type
cstr
Default Value
""
Remarks
This property, together with the RemotePort property, identifies the FTP server that the cmdlet connects to.
You can provide either a fully qualified domain name such as ftp.example.com or an IP address such as 192.0.2.10.
This is a required parameter.