예제 #1
0
 private void CleanUp()
 {
     if (SftpSession.Opened)
     {
         SftpSession.Close();
     }
     //free up unused resources
     SftpOptions = null;
 }