===== Other - FAQ ===== ==== Retrieving tracking data via sFTP ==== Example using libssh2: Alternative using phpseclib: [[http://phpseclib.sourceforge.net|http://phpseclib.sourceforge.net]] ==== Public Key ==== Create the RFC 4716 version of the public key using ssh-keygen ssh-keygen -e -f ~/.ssh/id_dsa> ~/.ssh/id_dsa_com.pub Store the key on the server here: File: ~/.sftp/authorized_keys ==== Max. Connection to PDI sFTP servers ==== MaxClients 2000 MaxClientsPerHost 5 MaxClientsPerUser 15 MaxHostsPerUser 1000