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
first of, great program.
But i have an issue trying to redirect commands stored in files.
./ws wss://servername < file
causes EOF message end exit.
However stdout redirection works allright and i can ./ws servername > file without any issues (other than blindtyping commands).
Ubuntu 16.04 but same issue occurs on Debian 8
The text was updated successfully, but these errors were encountered:
@xaionaro Thank you for your reply.I was actually looking for a dos command which can end the session.I was looking to write a batch file which will capture details and then open the socket connection.,pass the data and close the connection.This activity will be done in time intervals..
first of, great program.
But i have an issue trying to redirect commands stored in files.
./ws wss://servername < file
causes EOF message end exit.
However stdout redirection works allright and i can ./ws servername > file without any issues (other than blindtyping commands).
Ubuntu 16.04 but same issue occurs on Debian 8
The text was updated successfully, but these errors were encountered: