0

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:)

user2199192
  • 165
  • 1
  • 2
  • 10

1 Answers1

1

I know you didn't ask for external libraries, but this one makes it much easier. Otherwise you have to roll your own etc etc. I recommend system.net.ftpclient.

Zedster
  • 36
  • 3