부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. 원격 데스크톱(rdp) 환경에서 다중 또는 고용량 파일 복사 시 "Unspecified error" 오류 발생 RDP 연결 시 파일 복사를 수행하면 비교적 저용량의 파일/디렉터리 복사 시에는 무난하게 작업을 완료하지만, 일정한 용량에 다다르게 되면 복사 도중 다음과 같은 식의 오류가 발생합니다. Error Copying File or Folder Unspecified error [그림 출처: https://www.geekdecoder.com/unspecified-error-copy-paste-files-windows-server-rdp/] "Unspecified Error Copy and Paste Files in Windows Server with RDP" 글을 보면 현재 실행 중인 rdpclip.exe를 강제 종료 후 재실행하면 된다고 하는데 실제로 해보면 마찬가지의 오류가 발생합니다. 다행히 마이크로소프트의 기술 자료를 보면, Copying files larger than 2 GB over a Remote Desktop Services or Terminal Services session by using Clipboard Redirection (copy and paste) fails silently ; https://learn.microsoft.com/en-US/troubleshoot/windows-server/remote/copying-2-gb-file-by-clipboard-redirection-fails 우회 방법이 나옵니다. 글에서는 xcopy를 소개하고 있지만 robocopy를 써도 상관없는데 rdp 원격 경로를 "tsclient"로 지정하는 것이 관건입니다. [로컬에서 원격으로 복사] robocopy c:\temp \\tsclient\c\temp /S [원격에서 로컬로 복사] robocopy \\tsclient\c\temp c:\temp /S [이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] .NET Framework: 870. C# - 프로세스의 모든 핸들을 열람[이전 글] Linux: 26. .NET Core 응용 프로그램을 위한 메모리 덤프 방법 [최초 등록일: 12/13/2019] [최종 수정일: 3/9/2024] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... NoWriterDateCnt.TitleFile(s) 14005정성태8/21/2025398오류 유형: 982. sudo: unable to load /usr/libexec/sudo/sudoers.so: libssl.so.3: cannot open shared object file: No such file or directory14004정성태8/21/2025446오류 유형: 981. dotnet 실행 시 No usable version of the libssl was found14003정성태8/21/2025552닷넷: 2357. C# 14 - (9) 새로운 지시자 추가 (Ignored directives)14002정성태8/20/2025776오류 유형: 980. C# - appsettings.json 파일의 설정값이 적용 안 된다면?14001정성태8/19/20251298닷넷: 2356. .NET SDK 10 - 단일 소스 코드 파일을 빌드/실행하는 기능을 "dotnet" 명령어에 추가14000정성태8/18/20251098오류 유형: 979. ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory13999정성태8/15/20251404닷넷: 2355. C# 14 - (8) null 조건부 연산자 개선 - 대입문에도 사용 가능113998정성태8/14/20251245닷넷: 2354. C# 14 - (7) 확장 메서드에 정적 메서드와 속성 지원을 위한 전용 구문 추가113997정성태8/14/20251370Linux: 120. docker 컨테이너로 매핑된 볼륨에 컨테이너 측의 사용자 ID를 유지하면서 복사하는 방법13996정성태8/13/2025902오류 유형: 978. Unable to find the requested .Net Framework Data Provider.13995정성태8/13/2025922개발 환경 구성: 754. Visual C++ - 리눅스 빌드를 위한 Ubuntu 18 docker 컨테이너 설정13994정성태8/12/2025863오류 유형: 977. SQL Server - User, group, or role '...' already exists in the current database. (Microsoft SQL Server, Error: 15023)13993정성태8/11/20251311오류 유형: 976. Microsoft.ML.OnnxRuntimeGenAI 패키지 사용 시 "cublasLt64_12.dll" which is missing. (Error 126: "The specified module could not be found.") 오류13992정성태8/11/20251505닷넷: 2353. C# - Foundry Local을 이용한 gpt-oss-20b 모델 사용113991정성태8/9/20251390오류 유형: 975. winget - Foundry Local 패키지 업데이트가 안 되는 문제13990정성태8/8/20251025Windows: 283. Time zone 설정이 없는 Windows Server 202513989정성태8/8/20251507닷넷: 2352. C# - Windows S-mode 환경인지 체크하는 방법113988정성태8/8/20251652오류 유형: 974. 비주얼 스튜디오 업데이트 시 잠김 파일 경고 - Visual Studio Standard Collector Service 150 (VSStandardCollectorService150)13987정성태8/7/20251282닷넷: 2351. C# 14 - (6) event와 생성자에도 partial 메서드 적용113986정성태8/6/20251326닷넷: 2350. C# 14 - (5) 람다 매개 변수에 접근자가 있는 경우에도 타입 생략 가능113985정성태8/6/20251847오류 유형: 973. "wsl --install" 명령어 수행 시 "The server name or address could not be resolved"13984정성태8/6/20251513Windows: 282. 윈도우 운영체제에 추가된 ssh 서버(Win32-OpenSSH)13983정성태8/4/20251746오류 유형: 972. Microsoft.Data.SqlClient 6.1.0 버전부터 .NET 8 이상만 지원13982정성태8/2/20252019개발 환경 구성: 753. CentOS 7 컨테이너 내에서 openssh 서버 호스팅13981정성태8/1/20251705오류 유형: 971. CentOS 7에서 yum 사용 시 "Could not resolve host: mirrorlist.centos.org; Unknown error" [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...