
1-21
125 ASCII mode data connection already open, transfer starting for temp.c.
226 Transfer complete.
FTP: 15 byte(s) sent in 7.549 second(s) 1.00byte(s)/sec.
pwd
Syntax
pwd
View
FTP client view
Parameters
None
Description
Use the
pwd
command to display the working directory on an FTP server.
Related commands:
cd
,
cdup
,
dir
,
ls
.
Examples
# Display the working directory on the FTP server.
[ftp] pwd
257 "flash:/temp" is current directory.
quit
Syntax
quit
View
FTP client view
Parameters
None
Description
Use the
quit
command to terminate FTP control connection and FTP data connection and return to user
view.
This command has the same effect as that of the
bye
command.
Examples
# Terminate the FTP control connection and FTP data connection and return to user view.
[ftp] quit
221 Server closing.
<Sysname>