I'm able to log in to my EC2 instance with Vinagre but can't figure out how to copy files from my (Ubuntu 12.04) machine to that (Windows Server 2008) slice.
Some googling yielded this which recommends rdesktop -u Administrator -r disk:linux=. ec2-23-22-57-87.compute-1.amazon.com however that causes the following error.
Autoselected keyboard map en-us
ERROR: getaddrinfo: Name or service not known
Looking here people suggest shutting off avahi daemon (doesn't work) or this superuser question Why does remote desktop not work for me by computer name, and only by IP? which doesn't work for me either.
How do I copy files from Ubuntu to Windows with RDP?