diegocr / netcat

NetCat for Windows
GNU General Public License v2.0
800 stars 242 forks source link

How do I interactively type \r\n terminated query in netcat? #9

Open menghuanpy opened 3 years ago

menghuanpy commented 3 years ago

I am using netcat (in win10) to FTP, but it always fails. The reason is netcat send '\n' for each command, but the server expects a '\r\n' ended command. Is there a command line option to do this?