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
This only occurs when you send a file named "text", correct?
Do you have any suggestions for a different indicator?
In the simplest form, leave out the quotes, as proposed above. While this can still be overlooked, at least it can be distinguished from a quoted file name.
Describe the bug
To Reproduce
For the sender:
echo foo > text; croc send text
croc send -t bar
In both cases the recipient gets
Accept 'text'
and the recipient cannot distinguish between these cases unless the transfer has been initiated.Expected behaviour
In the text case, the recipient should see
Accept text message.
do distinguish from receiving a file, which is always quoted.Version
croc version v9.1.0-35106d4
The text was updated successfully, but these errors were encountered: