3com MSR 20-20 참조 매뉴얼

다운로드
페이지 2742
2386
C
HAPTER
 158: FTP C
LIENT
 C
ONFIGURATION
 C
OMMANDS
pwd
Syntax
pwd
View
FTP client view
Parameter
None
Description
Use the pwd command to display the working directory on the remote FTP server.
Example
# Display the working directory on the remote FTP server.
[ftp] pwd
257 "cf:/temp" is current directory. 
quit
Syntax
quit
View
FTP client view
Parameter
None
Description
Use the quit command to disconnect from the remote FTP server and exit to user 
view.
Example
# Disconnect from the remote FTP server and exit to user view.
[ftp] quit
221 Server closing.
<Sysname> 
remotehelp
Syntax
remotehelp [ protocol-command ]
View
FTP client view
Parameter
protocol-command: FTP command.
Description
Use the remotehelp command to display the help information of FTP-related 
commands supported by the remote FTP server.
If no parameter is specified, FTP-related commands supported by the remote FTP 
server are displayed.
Example
# Display FTP commands supported by the remote FTP server.