You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the SCpClient.Upload(DirectoryInfo, string) overload to upload the content of a directory to an SSH server, an extra directory level is created for the last part of the remote path.
For example:
when the remote path is /home/sshnet/test, then the local files (and subdirectories) will be copied /home/sshnet/test/test instead of /home/sshnet/test.
The text was updated successfully, but these errors were encountered:
When using the
SCpClient.Upload(DirectoryInfo, string)
overload to upload the content of a directory to an SSH server, an extra directory level is created for the last part of the remote path.For example:
when the remote path is /home/sshnet/test, then the local files (and subdirectories) will be copied /home/sshnet/test/test instead of /home/sshnet/test.
The text was updated successfully, but these errors were encountered: