official / ssh:download
Downloads a folder or file from a remote server
To run this Prog command, type this

README for ssh:download

Description

This Prog command downloads, using scp, a folder or a file from a remote server to your local computer. The download will place the folder or file in your current working directory.

Requirements

It is assumed that you can already ssh to your server with a username and IP address.

Usage

proggy run official/ssh:download

This Prog will ask you for:

  • The source folder or file on the remote server
  • Username and server IP address (eg. root@your-ip-address)

You can use the --save-defaults option to get Proggy to persist your server settings, for example. This is useful if you are downloading multiple and do not want to retype the username and server IP address.

Example:

proggy run official/ssh:download --save-defaults