<< back to sysax.com Product page

4.2. Rename Command

The rename Renames remote files. It contains the parameters are 'filename and newfilename'. The filename specifies the file you want to rename and the newfilename specifies the new filename.

The Syntax is

Exhibit 4.7. Syntax of "rename" command

  
 rename filename newfilename  


The example is

Exhibit 4.8. Example of "rename" command

    
 sysaxftp> rename 2007sep20.txt star_unit

 RNFR /2007sep20.txt
 350 Requested file action pending further information
 RNTO /star_unit
 250 Renamed to "/star_unit"

 sysaxftp>