
97
Examples
# Get the part of the
s.bin
file that is missing due to transmission interruption.
ftp> reget s.bin
rename
Use
rename
to rename a file.
Syntax
rename
[
oldfilename
[
newfilename
] ]
Views
FTP client view
Predefined user roles
network-admin
Parameters
oldfilename
: Specifies the original file name.
newfilename
: Specifies the new file name.
Usage guidelines
You can perform this operation only after you log in to the FTP server.
Examples
# Rename the file
a.txt
as
b.txt
.
•
Method 1:
ftp> rename
(from-name) a.txt
(to-name) b.txt
350 RNFR accepted - file exists, ready for destination
250 File successfully renamed or moved
•
Method 2:
ftp> rename a.txt
(to-name) b.txt
350 RNFR accepted - file exists, ready for destination
250 File successfully renamed or moved
•
Method 3:
ftp> rename a.txt b.txt
350 RNFR accepted - file exists, ready for destination
250 File successfully renamed or moved
reset
Use
reset
to clear the reply information received from the FTP server in the buffer.
Syntax
reset
Views
FTP client view