-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Reverse file pushing, in the context of this project, is the process of pushing files from the remote machine to the local machine i.e. download files, instead of uploading.
- The documentation/spec of the push process must be updated to accommodate for this variant.
- Using a CLI flag,
--reverse, we can trigger this variant of the push process. - The configuration variable,
sourceDir, will need to be renamed tolocalDir, to ensure no ambiguity for the configuring user.