syntax revamp
This commit is contained in:
@@ -15,7 +15,7 @@ The SCP plugin mirrors the FTP walkthrough, but on top of SSH:
|
||||
- plain `@N` on a folder drills into that directory
|
||||
- plain `@N` on a file runs `download-file -plugin scp -instance <name> -url ...`
|
||||
- `@N | add-file -instance ...` downloads first, then ingests the local temp file
|
||||
- `add-file -plugin scp -instance <name> -path ...` uploads a local file to the configured remote path
|
||||
- `add-file <local-file> -plugin scp -instance <name>` uploads a local file to the configured remote path
|
||||
|
||||
## Example config
|
||||
|
||||
@@ -102,7 +102,7 @@ Why this works:
|
||||
## Upload flow
|
||||
|
||||
```powershell
|
||||
add-file -plugin scp -instance archive -path C:\Media\report.pdf
|
||||
add-file C:\Media\report.pdf -plugin scp -instance archive
|
||||
```
|
||||
|
||||
## Implementation notes
|
||||
@@ -120,5 +120,5 @@ search-file -plugin scp -instance work "path:/srv/files depth:2 *.zip"
|
||||
@1
|
||||
@1 | download-file -path C:\Downloads
|
||||
@1 | add-file -instance tutorial
|
||||
add-file -plugin scp -instance archive -path C:\Media\report.pdf
|
||||
add-file C:\Media\report.pdf -plugin scp -instance archive
|
||||
```
|
||||
Reference in New Issue
Block a user