logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   ftp   _/_   ftp-user-command  

Index Browse Edit Visualize Statistics Download Help
 
ftp-user-command
transforms-commands
- FTP Protocol Command [ outgoing ]
- FTP Client [ transformer ]
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