Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.
This value can be a relative or absolute path. If the path is relative, the current working directory is the remote FTP server's current directory.

TO

value

Required. Local File path.
This value can be a relative or absolute path. If the path is relative, the current working directory is the JSM instance directory.

Example

    GET FROM(/folder/file.csv) TO(/folder/file.csv)

...