logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   ftp   _/_   ftp-protocol-reply  

Index Browse Edit Visualize Statistics Download Help
 
ftp-protocol-reply
is-subclass-of
- server-reply [ superclass ]
is-part-of
- FTP Protocol Command [ part ]
- FTP, File Transfer Protocol [ whole ]
example
500 -> Syntax error
example
425 -> can't open data connection
example
125 -> Data connection already open: transfer starting
example
200 -> Command ok
example
221 -> Goodbye
example
226 -> Transfer complete
Comment:
the server sends a 3-digit code (in ASCII) + optional message over the data connection to the client
example
331 -> Username ok, password required