Plaintext = data before encryption (intended to be encrypted).
Cleartext = data that was never encrypted and is transmitted openly (HTTP, FTP, Telnet).
Transmitting sensitive data in cleartext is a critical vulnerability. Replace HTTP with HTTPS, FTP with SFTP, Telnet with SSH. Packet sniffers trivially capture cleartext credentials.