I am looking for some help with creating an ftps connection, not sftp - in c#
I am looking to download a file, and upload a file, using ftps and c#
However all my google searches tells me, to download external libraries and stuff - dosnt C# have something build in to to this?
Any example code very much appriciated:)