You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?