jandrews377

Results 3 comments of jandrews377

I believe I am seeing a related issue. For me, its manifesting itself as open file handlers. Once I download a file, I cannot perform a local action (like a...

Ahh, this bug is proving illusive :\ ``` string remoteFile = "/test/myfile.pdf"; string localFile = "C:\\test\\myfile.pdf"; string localFile2 = "C:\\test\\final\\myfile.pdf"; using (var ftpClient = new FtpClient(configuration)) { var tempFile =...

Sorry jantielens, I have just shelved this for the time being. I am intending on getting back into it over the xmas break.