I have previously implemented an application that connects to a FTP server and downloads/uploads files. This time i need to create the same kind of application but i have a problem. I don't know how to use the PPK(private key) file to connect to the server.
Application specs:
Connect to Server using SFTP and PPK(no idea how to do this.).
Download files from the server and write them locally (this part i know how to do).
If u need more information u can just write them in the comments.
thanks in advanced.