I have a 4 GB text file, compressed to 1.4 GB zip file. I need to copy it over to a Windows secure server using RDP. I am able to copy small files but not this file. It takes 15 mins and then shows an error. Any tips?
You can try to copy it by using Drive Redirection. Here's a tutorial.
BTW, RDP cannot copy files larger than 2GB by using clipboard as said in Microsoft support
window rdp clipboard has limit of about 2GB if you want to copy paste more than 2 gb file then you can try any of these options.
File size doesn't matter - I copied folders through Remote Desktop connection with 30GB and more. While doing this I received "Unspecified error". The Problem is that you aren't allowed to use the clipboard again while you are copying. Doesn't matter if you use the clipboard for the same machine or from the remote machine. To summarize don't use Ctrl+C.
The madness is the error is delayed so you don't recognize quickly that those things relate.
If you are administrator, you can copy the files of any size over the network using Administrative Shares assuming that it is not purposefully disabled.
Enter the following url on your File Explorer and you will see all the files and folders on your C drive of that computer with read and write access:
\\computername\c$
- format usb drive as ntfs
- connect drive as local resource in remote desktop
NET USE X: \\TSCLIENT\F
robocopy c:\source x:\
net use X: /delete
What confused me was that after copying the file on the remote session, nothing seemed to happen when I tried to paste. What I figured out is that you can't attempt the paste until the file has finished being copied over, but you don't know when that is (which is a bit unintuitive to me). The solution I found was to download TCPview from Microsoft which you can use to monitor the process. It's a bit of a pain, but here is how I do it.
- On your local PC, open Windows Explorer in the folder where you want to paste the file.
- Open TCPview and sort by Recv Bytes
- On Remote Desktop, select your file and do right-click Copy. Now you have to wait, but you should see activity in TCPview as the file gets transferred.
- Once you see in TCPview that the RdClient.Windows.exe process has transferred a number of bytes corresponding to your file, then you can paste in Windows Explorer. It's not precise but it (usually) works.
In case this helps anyone else who lands here from a search engine, if you're getting Unspecified error whilst copying a file smaller than the limit detailed in the accepted answer, like a 500MB file:
Check that the file is not in use on the remote machine. For me I was trying to copy an Outlook .PST
file, but Outlook was open on the remote machine.
Closing the application locking the file on the remote machine allows the file to be copied to your local machine.
right-click zip-file >> Properties >> Advanced >> Encrypt contents
open your one-drive or googledrive (if the secure server allows you) and park the encrypted file on there.
(you might have to one-drive space by signing up to a months 365)
I guess it would might be possible to use google datastore or something cloudy.
© 2022 - 2025 — McMap. All rights reserved.