croc
croc copied to clipboard
"Did you mean to send" blank on Windows when sending folders
Describe the bug
When sending a directory via PowerShell 7.x on Windows 11 the name of the file being sent is blank:
PS D:\> croc --pass MYPASS --relay "MYRELAY:9009" '.\MYFOLDER\'
Did you mean to send ''? (Y/n) y
Sending 103 files and 1 folders (17.3 GB)
To Reproduce
Steps to reproduce the behavior:
- Send a directory via
croc --pass MYPASS --relay "MYRELAY:9009" '.\MYFOLDER\'
Expected behaviour
Output should probably be: Did you mean to send '.\MYFOLDER\*'? (Y/n)
Version
v9.6.1-b27982a
Additional context
Would accept a PR for this.
Stale issue message