Does anyone know any tricks to move over a 4.5 gb file from local pc to virtual server?? I am working on the last hairs of my head, and I would like to keep them.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Dec 19 '11 at 5:50
|
a) Map the virtual server as a network drive (like: \\192.168.0.1\C$) in Windows Explorer, and do a standard copy. b) I usually manage my virtual hosts via Remote Desktop, if you're using the recent remote desktop client, you can Ctrl+C -> Ctrl+V any files and easily copy from one location to another. (Warning, it may lock your desktop with a sticky copy dialog). |
|||
|
|
|
c) some of them also supports drag'n'drop. d) samba e) ftp server f) http server in case the machine and virtual server are in other subnets use port forwarding |
|||
|
|