How do I interactively type \r\n terminated query in netcat?
menghuanpy opened this issue · 0 comments
menghuanpy commented
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?