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.
feedback
|
migrated from stackoverflow.com Dec 19 '11 at 5:50
This question came from our site for professional and enthusiast programmers.
|
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). | |||
|
feedback
|
|
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 | |||
|
feedback
|