Versions Compared

Key

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

The RENAME command is used to rename a file on the SFTP server.

Syntax:

Command

Keyword

Value

Developer notes

RENAME

FROM

value

Required. File path.

TO

value

Required. File path.

Example

    RENAME FROM(/folder/file.csv) TO(/folder/file2.csv)

...