Skip to content

Commit 39cf47f

Browse files
authored
Apply suggestion from @Rob-Hague
1 parent f9fd818 commit 39cf47f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Renci.SshNet/ScpClient.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ public IRemotePathTransformation RemotePathTransformation
123123

124124
/// <summary>
125125
/// Gets or sets a value indicating whether the "-d" flag should be passed to the scp process on the server
126-
/// when uploading files.
126+
/// when uploading files. Defaults to <see langword="true"/>.
127+
/// </summary>
128+
/// <remarks>
127129
/// The "-d" flag is an undocumented flag that ensures that the target is actually a directory. However,
128130
/// some scp implementations (like Cisco) do not support this flag and will fail.
129131
/// You can set this to <see langword="false"/> to work around this.
130-
/// </summary>
132+
/// </remarks>
131133
public bool UseDirectoryFlag { get; set; } = true;
132134

133135
private string EnsureIsDirectoryArg

0 commit comments

Comments
 (0)