| << back to sysax.com Product page |
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
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>
|