153
Subject to error and alteration
Mode FTP client
Com-Server Serial device
<-----
egon<lf>happy<lf>TYPE A<lf>APPE /usr/egon/cong<lf><Ctrl C>
----->
OK<Ctrl C>
<-----
[binary data]
----->
221 Goodbye<Ctrl C>
Example 4:
User egon having the password happy would like to view
the file /usr/private and transfer the data in ASCII. The
file does not exist however. The protocol would look as
follows:
Com-Server Serial device
<-----
egon<lf>happy<lf>TYPE A<lf>RETR /usr/private<lf><Ctrl C>
----->
550 usr/private: No such le or directory<Ctrl C><Ctrl C>
----->
221 Goodbye<Ctrl C>