FTP works quite well transferring files to and from my virtual vax.  But, when I want to populate the web site on the vax with a couple of gigabytes, it takes a while - a long while.<br><br>I found that making use of the tape drive is a lot faster..<br><br>This is windows specific.<br>In my ini file, I attach a file to TS (VAX.TAP in my case).<br><br>Startup the VAX.<br><br>In windows, run a program to copy the desired files to the tape.  I use one of my own -<br><br>http://68.150.151.106/simh/maketape.zip  (not always up)<br><br>The gui is a little clumsy in places - if anyone wants to use it email me and I'll scribble up some instructions.<br><br>anyway -<br><br>here is the overall approach<br><br>Load VMS.TAP with the files being transferred<br>on vms<br>mount msa0:vms vms<br>copy msa0:*.* *.*  (for example)<br>dismount/NOUNLOAD msa0:<br><br>you are now free to use VMS.TAP again on the host system - loading more files for example and then repeat the above process<br><br>If you don't use the nounload option, then you have to bounce back to the SCP console to attach VMS.TAP to TS again...<br><br>Villy<br>