| << back to sysax.com Product page |
The rmdir Deletes a remote directory.This command is followed by the parameter 'directory'. The directory specifies the name of the remote directory to delete.
The Syntax is
The example is
Exhibit 4.6. Example of "rmdir" command
sysaxftp>rmdir
Directory name: W:\remote
CWD /w:/remote
250 Path changed to "/"
PWD
257 "/" is current path
TYPE A
200 Command okay
PASV
227 Entering Passive Mode (169,254,103,252,39,17)
LIST
150 File status okay; about to open data connection
226 Closing data connection
DELE 2007sep22.txt
250 Deleted "/2007sep22.txt"
DELE 2007sep24.txt
250 Deleted "/2007sep24.txt"
DELE 2007sep25.txt
250 Deleted "/2007sep25.txt"
DELE 2007sep26.txt
250 Deleted "/2007sep26.txt"
DELE NTUSER.DAT
250 Deleted "/NTUSER.DAT"
sysaxftp>
|