Skip to content

This repo contains screenshots of completed tasks in the commandline challenge.

Notifications You must be signed in to change notification settings

Gus-Victrix/command_line_for_the_win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command line for the win.
Language:Bash

Objectives met:

  • Done the CMD ChALLENGE
  • Taken screenshots as proof.
  • Used sftp to to move the screenshots to server based virtual machine.

Procedure I used to upload the screenshots to the sandbox.

  1. First, I opened a SFTP socket connection with the remote server via the command:
$ sftp <user>@<hostname>
  1. Then, I input the password as requested by the interactive SFTP shell.

  2. I followed this step by switching to the desired remote directory:

sftp> cd desired_directory
  1. Then I switched my local directory to the appropriate one:
sftp> lcd appropriate_dir
  1. Next, I transfered the directory containing the screen shots to the server:
sftp> put -r screen_shot_dir
  1. Finally, I checked for the success by listing the contents of the remote working directory.
sftp> ls
  1. This confirmed my success and so I exited the SFTP interactive shell:
sftp> exit

About

This repo contains screenshots of completed tasks in the commandline challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published