C# How to download files from FTP Server
- by user3696888
I'm trying to download a file (all kinds of files, exe dll txt etc.). And when I try to run it an error comes up on:
using (FileStream ws = new FileStream(destination, FileMode.Create))
This is the error message:
Access to the path 'C:\Riot Games\League of Legends\RADS\solutions
\lol_game_client_sln\releases\0.0.1.41\deploy'(which is my…