Script started on Fri Sep 13 09:06:02 2019 cascade:~> sftp mweeks2@snowball.cs.gsu.edu mweeks2@snowball.cs.gsu.edu's password: Connected to mweeks2@snowball.cs.gsu.edu. sftp> ls Example.txt allegro-5.2.5.0 programs submit sftp> lls Example* Example2.txt sftp> put Example2.txt Uploading Example2.txt to /home/mweeks2/Example2.txt Example2.txt 100% 32 1.7KB/s 00:00 sftp> ls Example.txt Example2.txt allegro-5.2.5.0 programs submit sftp> get Example.txt Fetching /home/mweeks2/Example.txt to Example.txt /home/mweeks2/Example.txt 100% 47 1.3KB/s 00:00 sftp> lls Example* Example.txt Example2.txt sftp> quit cascade:~> ssh mweeks2@snowball.cs.gsu.edu mweeks2@snowball.cs.gsu.edu's password: Last login: Wed Sep 11 11:07:33 2019 from 131.96.222.126 + - - - - - - - - - - - - - - - - - - + - - - GSU Computer Science - - Instructional Server - - - - SNOWBALL (snowball.cs.gsu.edu) - - - + - - - - - - - - - - - - - - - - - - + [mweeks2@gsuad.gsu.edu@snowball ~]$ ls allegro-5.2.5.0 Example.txt programs submit Example2.txt [mweeks2@gsuad.gsu.edu@snowball ~]$ cat Example2.txt This is another example file. [mweeks2@gsuad.gsu.edu@snowball ~]$ which gcc /usr/bin/gcc [mweeks2@gsuad.gsu.edu@snowball ~]$ exit logout Connection to snowball.cs.gsu.edu closed. cascade:~> exit exit Script done on Fri Sep 13 09:08:35 2019