Question CP Command for windows to linux

theyikes

Honorable
Aug 21, 2018
119
4
10,595
Hi, can anyone give me the proper telnet CP command, i need to transfer a file from my windows C: \ drive to the /tmp folder on my linux box.
I've googled the living daylights out of it but I had no luck.
 
Use FTP instead.

Telnet is more for remote sessions and not necessarily intended for file transfers per se.

Using Telnet for file transfers is doable but you need other commands to be included or otherwise part of the file transfer process.

What, if any, constraints are being imposed forcing the use of Telnet?