84
Predefined user roles
network-admin
Usage guidelines
When FTP client debugging is enabled, executing this command disables FTP client debugging.
When FTP client debugging is disabled, executing this command enables FTP client debugging.
Examples
# Enable and then disable FTP client debugging.
ftp> debug
Debugging on (debug=1).
ftp> debug
Debugging off (debug=0).
delete
Use
delete
to permanently delete a file on the FTP server.
Syntax
delete
remotefile
Views
FTP client view
Predefined user roles
network-admin
Parameters
remotefile
: Specifies the name of a file on the FTP server.
Usage guidelines
You can perform this operation only after you log in to the FTP server.
To perform this operation, you must have delete permission on the FTP server.
Examples
# Delete file
b.txt
.
ftp> delete b.txt
250 File deleted from remote host.
dir
Use
dir
to display detailed information about the files and subdirectories in the current directory on the
FTP server.
Use
dir
remotefile
to display detailed information about a specific file or directory on the FTP server.
Use
dir
remotefile localfile
to save detailed information about a specific file or directory on the FTP server
to a local file.
Syntax
dir
[
remotefile
[
localfile
] ]