Neal Thomas

Results 1 comments of Neal Thomas
trafficstars

Don't forget to **disconnect and dispose** the Sftpclient: ``` using System.Collections.Concurrent; using Renci.SshNet; namespace SftpUpload; internal static class SftpDestinationConfig { public static string Host => "192.168.1.127"; public static int Port...