3com 8807 Reference Guide

Page of 1099
994
C
HAPTER
 59: FTP&TFTP C
ONFIGURATION
 C
OMMANDS
Use the undo debugging command to disable the debugging for FTP Client 
commands.
By default, the debugging for FTP Client commands is disabled.
Example
# Enable the debugging for FTP Client commands.
<SW8800> ftp
 
[ftp] debugging 
delete
Syntax
delete remotefile
View
FTP Client view
Parameter
remotefile: File name.
Description
Use the delete command to cancel the specified file.
Example
# Delete the file temp.c
<SW8800>ftp
 
[ftp] delete temp.c 
dir
Syntax
dir [ filename ] [ localfile ]
View
FTP Client view
Parameter
filename: File name to be queried.
localfile: Saves local file name of the query result.
Description
Use the dir command to query a specified file.
If no parameter of this command is specified, then all the files in the directory will 
be displayed.
Example
# Query the file temp.c and saves the results in the file temp1.
<SW8800> ftp
 
[ftp] dir temp.c temp1