From Windows to/from attu:¶
Here are some options for moving files stored on a Windows machine
- Use Winscp OR Filezilla OR whatever your favorite graphical scp/sftp client
- If you are running cygwin use scp or sftp
- Note to use scp on cygwin you will need to install the openssh package, which does not get installed by default: http://www.question-defense.com/2010/01/07/how-to-install-scp-and-ssh-on-windows-7-using-cygwin
From Mac to/from attu:¶
scp or sftp at terminal
From Virtual machine to/from attu:¶
Use scp or sftp at terminal
A fancy option, set up a mounted directory on your machine:
mkdir csehomedir
sshfs username@attu.cs.washington.edu:/homes/iws/username csehomedir/
From Virtual machine to local machine (Mac or Windows):¶
You can drag and drop from the vm to desktop. You may also be able to copy and paste using right click or control-c, control-v.
From attu from a URL¶
wget
- to get a file from a url
For more info look at the slides linked on the homework page.