From ff52db0e22cfad8abcfe24ca86d9affbb58d1178 Mon Sep 17 00:00:00 2001 From: gavin20080327 Date: Fri, 17 Mar 2023 01:26:49 +0800 Subject: [PATCH] Update PscpClient.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 漏掉一个地方,在另一个传文件的ToArgs中也需要加一下。 --- SuperPutty/Scp/PscpClient.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SuperPutty/Scp/PscpClient.cs b/SuperPutty/Scp/PscpClient.cs index 61c59e1..f0f0c30 100644 --- a/SuperPutty/Scp/PscpClient.cs +++ b/SuperPutty/Scp/PscpClient.cs @@ -244,6 +244,10 @@ private static string ToArgs(SessionData session, string password, List