Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).
How do I rename a file on an FTP site using "raw" FTP commands?
In place of the command FTPRENAME "oldfilename.txt" "newfilename.txt" use the following commands:
FTPCMD "RNFR oldfilename.txt"
FTPCMD "RNTO newfilename.txt"
See also:
Robo-FTP script equivalents to Windows / Unix command line FTP commands
Article last updated: 2021-11-15
Tags: Robo-FTP, Raw FTP Commands