3com 5500-ei pwr Guia De Referência

Página de 1314
 
1-10 
# Display the current directory. 
[ftp] pwd 
257 "flash:" is current directory. 
close 
Syntax 
close 
View 
FTP client view 
Parameters 
None 
Description 
Use the close command to terminate an FTP connection without quitting FTP client view. 
This command has the same effect as that of the disconnect command. 
Examples 
# Terminate the FTP connection without quitting FTP client view. 
[ftp] close 
221 Server closing. 
[ftp] 
delete 
Syntax 
delete remotefile 
View 
FTP client view 
Parameters 
remotefile: Name of the file to be deleted. 
Description 
Use the delete command to delete a specified remote file. 
Examples 
# Delete the file temp.c
[ftp] delete temp.c 
250 DELE command successful.