January 2018
Beginner to intermediate
454 pages
10h 8m
English
For now, we'll have an implementation of the TYPE command that does nothing. We'll come back to it in the following chapters. However, a bit of explanation will come in handy, I assume.
TYPE stands for the representation type. When you're transferring data over the data connection (which is different from the command connection, which is the only one we've been using until now), you can transfer data differently.
By default, the transfer type is ASCII (the main difference is that all "" have to be transformed into ""). We'll use the image one (where you send data as you have it) to make our lives easier.
Once again, we'll go back to this implementation in later chapters.
For now, let's just add a Type command ...
Read now
Unlock full access