KnownHostsManagerWriteKnownHosts Method
Write the known hosts to file, together with their public keys, in the
standard known_hosts format.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void WriteKnownHosts(
string filename
)
Public Sub WriteKnownHosts (
filename As String
)
public:
void WriteKnownHosts(
String^ filename
)
member WriteKnownHosts :
filename : string -> unit
Parameters
- filename String
- path of the file to write the known hosts list to