SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

ScpClient can't create directories

Open MikeHurleySurescripts opened this issue 7 years ago • 12 comments

I'm playing with both SFTP and SCP modes of writing from .NET to a Linux box. The SftpClient supports creating a directory. I don't see similar functionality for SCP. If I pass a remote path to Upload where directories are missing the operation fails with a path not found error.

MikeHurleySurescripts avatar Dec 21 '17 20:12 MikeHurleySurescripts