66
226 Transfer complete.
FTP: 1366 byte(s) sent in 0.064 second(s), 21.00Kbyte(s)/sec.
# Upload source file
a.cfg
on the standby MPU (in slot 1) to the remote FTP server and save it as
ftpclienta.cfg
.
[ftp] put slot1#flash:/a.cfg ftpclienta.cfg
227 Entering Passive Mode (192,168,1,46,4,52).
125 ASCII mode data connection already open, transfer starting for /ftpclienta.cfg.
226 Transfer complete.
FTP: 1226 byte(s) sent in 0.065 second(s), 18.00Kbyte(s)/sec.
2.
In IRF mode
# Upload source file
a.cfg
on a standby MPU of the IRF fabric (the ID of the IRF member switch where the
standby MPU resides is 2, and the slot number of the standby MPU is 1) to the remote FTP server and save
it as
ftpclienta.cfg
.
[ftp] put chassis2#slot1#flash:/a.cfg ftpclienta.cfg
227 Entering Passive Mode (192,168,1,46,4,52).
125 ASCII mode data connection already open, transfer starting for /ftpclienta.cfg.
226 Transfer complete.
FTP: 1226 byte(s) sent in 0.065 second(s), 18.00Kbyte(s)/sec.
pwd
Syntax
pwd
View
FTP client view
Default level
3: Manage level
Parameters
None
Description
Use the
pwd
command to display the working directory on the remote FTP server.
Examples
# Display the working directory on the remote FTP server.
[ftp] cd servertemp
[ftp] pwd
257 "/servertemp" is current directory.
The output shows that the
servertemp
folder under the root directory of the remote FTP server is being
accessed by the user.
quit
Syntax
quit