<html> 

Here you choose the protocol by which you want to connect to the server,
the server's name (or IP address) and athentication data like user 
and password.

<p>In most cases <strong>FTP</strong> is used. <strong>SSH</strong> 
is possible as well, but will only work correctly if the server
(not the client) is running Linux/Unix or similar. With SSH you have
the choice between password and public key authentication. In the latter
case you must enter the path to your private key file. Note that the
key file must be in OpenSSH format. Keys in ssh.com format have to be
converted first:

</html> 

