Cygwin
Cygwin
Installing Cygwin
- Download cygwin from https://cygwin.com/install.html and run the installer
- Choose install from the internet
- Choose the installation directory and the install type
- Choose a temporary directory to download files to
- Select the connection type (system proxy settings is usually fine)
- Select a download site (the first choice is usually fine)
- Search for the package "openssh" and expand the Net category
- Click on the circular arrow icon to mark the package for installation
- Repeat steps 7 & 8 for the package "rsync"
- Press next to finish the installation
Using Cygwin
- To use ssh, open cygwin and type "ssh username@server.domain". Note that you may be prompted to confirm ECDSA key fingerprint if you haven't connected to the server, simply type yes to continue connecting.
- To use rsync, open cygwin and type "rsync -avr --progress file-to-copy username@server.domain:~/path/to/copyto"
- You can then verify the file was copied by ssh'ing to the server
Tags
None
Subscribers
None
- Last Author
- ericolson
- Last Edited
- Mar 20 2018, 4:03 PM