We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fd818 commit 39cf47fCopy full SHA for 39cf47f
1 file changed
src/Renci.SshNet/ScpClient.cs
@@ -123,11 +123,13 @@ public IRemotePathTransformation RemotePathTransformation
123
124
/// <summary>
125
/// Gets or sets a value indicating whether the "-d" flag should be passed to the scp process on the server
126
- /// when uploading files.
+ /// when uploading files. Defaults to <see langword="true"/>.
127
+ /// </summary>
128
+ /// <remarks>
129
/// The "-d" flag is an undocumented flag that ensures that the target is actually a directory. However,
130
/// some scp implementations (like Cisco) do not support this flag and will fail.
131
/// You can set this to <see langword="false"/> to work around this.
- /// </summary>
132
+ /// </remarks>
133
public bool UseDirectoryFlag { get; set; } = true;
134
135
private string EnsureIsDirectoryArg
0 commit comments