FTP Rename File
Command description
Rename a file on the FTP server.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| FTP Connection Object | FtpConnection | Connection object created by the "Create FTP Connection" command |
| Remote File | str | Path of the remote file to rename, relative to the current working directory |
| New Name | str | New file name after remote file renaming |
Command Output Parameters
None.
Generation Notes
- Renaming files on the remote server will not download or move them locally.