You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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