Map Development Area (MDA)
Location:
_/_
internet
_/_
ftp
_/_
ftp-user-command
| ftp-user-command |
|
|
Types:
|
-
Comment:
-
user communicates through an interface (command-line driven or GUI) with the FTP client
-
example
-
dir or ls: lists the files in the current directory on the remote computer
-
example
-
get, mget: copy one or more files from the remote computer
-
example
-
cd: change directory on remote computer -- lcd: change the directory on local computer
-
example
-
ascii or binary: switches between modes depending on whether to retrieve text or non-text files
-
example
-
put, mput: store one or more local files on the remote machine
|
|
|