root account login is disabled by default.
You could enable it or try Samba file sharing
To enable:
- putty into machine
- obtain root account -> admin, Administrator, root, [rootpassword]
- enter this:
# perl -pi -e "s/PermitRootLogin no/PermitRootLogin yes/" /etc/ssh/sshd_config
- Restart ssh server
# service sshd restart
you're all set now to use root account and WinSCP to that folder.
For file sharing (seems faster for me):
putty into machine
- enter "admin" - pass Administrator
- enter "Configure" - pass Configure
- enter "sharing"
- enable server: "enable"
- enter: "create share vmpro /opt/vmpro/Wavs"
follow instruction
Now you have a windows share that you can access from the network.