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)


  • No labels