I know that I can upload and download files from/to a sFTP server using 'SftpClient' class of SSH.NET library but I am not sure how can this class be used for copying or moving a remote file on the sFTP server. I also did not find relevant material on internet. How can i copy or move a remote file from directory A to directory B, using SSH.NET library and C#.
↧