Connecting to the School of Computing Servers and Transferring Files

Similar documents
Install FileZilla Client. Connecting to an FTP server

Quick Start Guide. Hosting Your Domain

Instructions for Accessing the Advanced Computing Facility Supercomputing Cluster at the University of Kansas

Ad Hoc (Temporary) Accounts Instructions

HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation

FTP Accounts Contents

FileZilla for PC and Mac

Creating a Website with MS Publisher

RETRIEVING NMR DATA JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University

Using WinSCP to Transfer Data with Florida SHOTS

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access.

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

Contents. This document contains the following sections:

Access Instructions for United Stationers ECDB (ecommerce Database) 2.0

MATLAB on EC2 Instructions Guide

How. to: Connect Remotely. Updated by

Instructions for Setup and Connecting to Department of Education Secure FTP(SFTP) server January 23, 2013

Accessing the FTP Server - User Manual

sftp - secure file transfer program - how to transfer files to and from nrs-labs

MiraCosta College now offers two ways to access your student virtual desktop.

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Lab 1: Create a Personal Homepage

Upgrading Redwood Engine Software. Version 2.0.x to 3.1.0

HPCC - Hrothgar Getting Started User Guide

How to use

Using the Secure District File Retrieval System to Access 2008 AYP Accountability Reports

Installing the SSH Client v3.2.2 For Microsoft Windows

File Transfer with Secure FTP

Creating a Website with Publisher 2013

Access to HZB internal computers via SSH tunnel with PuTTY (Screenshots Windows 7)

HOW TO PUBLISH YOUR PERSONAL WEBSITE USING THE ANDREW FILE SYSTEM

Guide to the Configuration and Use of SFTP Clients for Uploading Digital Treatment Planning Data to IROC RI

Laboration 3 - Administration

Install and configure SSH server

HOW TO RETRIEVE FILES FROM THE TARGET ANALYTICS FTP SITE

SFTP Server User Login Instructions. Open Internet explorer and enter the following url:

CASHNet Secure File Transfer Instructions

Export & Backup Guide

OCS Virtual image. User guide. Version: Viking Edition

Overview. Remote access and file transfer. SSH clients by platform. Logging in remotely

ITP 101 Project 3 - Dreamweaver

Accessing Personal Web Folders Macon State College

How to Tunnel Remote Desktop Through SSH on a Windows Computer

How to Use Remote Desktop over a Secure Connection (SSH)

Welcome to the TransPerfect Translations Secure File Transfer Website What is Secure FTP?

How To Download Data From CDTS. Version 2.0

Secure File Transfer Protocol User Guide

Creating a Web Site with Publisher 2010

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1

Publishing a Website. That Nam Tran Ton

File Transfer Examples. Running commands on other computers and transferring files between computers

OpenVPN over SSH tunneling

VHA Innovations Program Future Technology Laboratory. Linux Workstation Remote Desktop Connection Manual

Introduction Connecting Via FTP Where do I upload my website? What to call your home page? Troubleshooting FTP...

Access your directories (home directory and shared directories) outside Tilburg University

Remote Desktop Web Access. Using Remote Desktop Web Access

Experimental Techniques 8

WinSCP Tutorial 01/28/09: Y. Liow

Getting Started with Fugu For the Macintosh Author Kevin Urasaki

Connecting to the Hospira FTP Server

How to use FTP Commander

UOG User Guide. Windows

User Guide Version 3.0

Remote Access to Unix Machines

IBI Group FTP: Usage Instructions

Accessing vlabs using the VMware Horizon View Client for OSX

Bootstrap guide for the File Station

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University

File Space / Web Space / Database Space - Self-Service Allocation August 2009

Introductory Note 711 & 811. Remote Access to Computer Science Linux Files Using Secure Shell Protocols

ICE Futures Europe. MFT Technical Guide for Position Reporting V1.2

UM Virtual Sites. March 11, 2010 by Lillian Chen, Research Specialist, University of Michigan Virtual Sites MFile...

USD WEB SERVICES UPLOADING DOCUMENTS TO PASSWORD-PROTECTED SECTIONS OF YOUR WEBSITE

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

Getting Started Guide for FTP

AnzioWin FTP Dialog. AnzioWin version 15.0 and later

User guide. Business

How to FTP (How to upload files on a web-server)

Extending Remote Desktop for Large Installations. Distributed Package Installs

How to connect to the University of Exeter VPN service

DSI File Server Client Documentation

Getting the most out of your new Aalto workstation An Aalto IT guide for personnel migrating to the new Aalto workstation environment

Guide to the Configuration and Use of SFTP Clients for Uploading Digital Treatment Planning Data to ITC

If you are planning to work from home or your laptop, there are several things you need to have access to:

How to upload large files to a JTAC Case

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008.

Using the CCNY Server Space with Secure Shell 3.0 for Windows Created by Doris Grasserbauer

SECURE FTP CONFIGURATION SETUP GUIDE

Xopero Backup Build your private cloud backup environment. Getting started

The last page of these notes has the commands for invoking Stata on Linux.

Using Virtual Machines

Getting Started with Web Hosting at TechServ

A SHORT INTRODUCTION TO CYBERDUCK WITH CLOUD OBJECT STORAGE. Version

CTERA Agent File Sync and Share for Mac

Global TAC Secure FTP Site Customer User Guide

GENERAL FILE TRANSFER GUIDELINES

WinSCP PuTTY as an alternative to F-Secure July 11, 2006

SSH and Basic Commands

Using SFTP to Transfer TEXAS GRANT Year End Reports

Secure File Transfer Protocol User Guide. Date Created: November 10, 2009 Date Updated: April 14, 2014 Version: 1.7

Transcription:

Connecting to the School of Computing Servers and Transferring Files Connecting This document will provide instructions on how to connect to the School of Computing s server. Connect Using a Mac or Linux Open a terminal: (Applications - > Utilities - > terminal) If you are: Off Campus you must first connect to either access1 or access2 Type ssh <username>@access1.cs.clemson.edu Access1 and access2 are temporary connections. You will need to ssh to one of the servers located in the McAdams 110 lab. You will use the command ssh <machine name>.cs.clemson.edu or ssh <username>@<machine name>.cs.clemson.edu As an example: ssh koala1.cs.clemson.edu or ssh yfeaste@koala1.cs.clemson.edu You will also be asked to retype your password. On Campus you can log directly into one of the servers located in the McAdams 110 lab. As an example: ssh <username>@<machinename>.cs.clemson.edu

Connection Using Windows You will need to use an SSH client, such as MS Secure Shell Client or Putty. You can download an SSH client from the following: http://www.clemson.edu/ccit/software_applications/software/web_downloads. html If you are: Off Campus you must first connect to either access1 or access2 The above is a screenshot of an SSH Secure Shell. To login, click on Quick Connect, you will get the following screen. Next, login using access1 or access2 as the Host Name and your User Name. Once you are logged in you will need to ssh to one of the McAdams 110 servers, using ssh <machine name>.cs.clemson.edu. As an

example: ssh koala1.cs.clemson.edu then enter your password again On Campus Use the same SSH client as above. You can log directly into one of the McAdams 110 servers bypassing the access1 or access2 gateway. McAdams 110 Server Names: The machines in the department that you have access to are listed above. The machines that you should use for all programming assignments are one of the 24 koala machines, one of the 27 joey machines, or one of the 22 imp machines.

Transferring Files MAC Sometime it is necessary to transfer files from the School of Computing servers to your local computer or visa versa. In order to accomplish this you will need to download a File Transfer Protocol (FTP) tool. There are several available FTP tools such as Fetch, FTP, and Filezilla. Download and install whichever flavor you wish. As an example, we will take a look at Fetch, shown below. Fetch can be downloaded from the following: http://www.clemson.edu/ccit/software_applications/software/web_downlo ads.html FETCH You will type in the hostname, your username, select SFTP, select encryption, and enter your password.

Navigate to your file. Highlight the file and click Get at the top of the page. It will download to the Downloads folder on your computer. The transfer application I like is Filezilla (google to get the file download). Filezilla is cross platform, but I tend to use it only on my MAC. (no particular reason) I use the FTP client provide as part of the SSH download from the university. First I will show you screen shows from Filezilla then the FTP client provide by the university. Filezilla The if you are off- campus the Host is access1.cs.clemson.edu or access2.cs.clemson.edu. On- campus you will use <machine_name>.cs.clemson.edu. Username is your Clemson username, your Clemson password and port will always be 22. Enter or click quick connect.

This is the screen you should get. Your files are on the left and the system files are on the right. You can transfer files from the system to you laptop or from your laptop to the system. To transfer the files, first navigate to the folder you want to transfer to and from, then click on the file and simply drag and drop.

Now we will quickly take a look at the FTP client provided by the university for Windows. Click on the Folder icon located in the top toolbar. You will get the following screen. Click on Quick connect and you will get the following: The Host Name is access1.cs.clemson.edu (for off- campus login) or <machine_name>.cs.clemson.edu (on- campus login) the port is always 22. Click connect and you will get the following screen.

As with the Filezilla, the left side represents the files on your system and the right represents the server. Navigate to the folder you want to work with on both systems, select the files to be transferred, then drag and drop.