Page History
The GET command is used to copy a remote SFTP server file to a local file.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
GET | FROM | value | Required. Remote File path. |
TO | value | Required. Local File path. |
Example
GET FROM(/folder/file.csv) TO(/folder/file.csv)
...