Download a directory from the Linux Server
scp -r <user_name>@<host_ip_address>:<PATH_OF_DIRECTORY_TO_DOWNLOAD> <PATH_ON_LOCAL_DESKTOP>
Enter Linux Server Password:
Download a file from the Linux Server
scp <user_name>@<host_ip_address>:<PATH_OF_FILE_TO_DOWNLOAD> <PATH_ON_LOCAL_DESKTOP>
Enter Linux Server Password: