logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   ftp   _/_   ftp  

Browse Edit Visualize Statistics Download Help
 
FTP, File Transfer Protocol
communicates-via
- FTP Client [ communicator ]
- FTP Server [ communicator ]
is-part-of
- FTP Protocol Command [ part ]
- FTP Reply [ part ]
application-protocol
- FTP, File Transfer Protocol
Types:
Comment:
protocol for obtaining and uploading files over the Internet (bi-directional file transfer)
Comment:
uses separate connections for data transfer and control commands
invocation
open a connection: ftp
drawback
password and data in clear -- very hard to get through firewall securely
Comment:
runs on top of TCP/IP; default server port 21 (for sending commands) and 20 (data transfer)