Create a text file named "MyFile$.txt" (doesn't matter what is in it).
Try to push it and ADB Explorer does this:
"Error: cannot stat 'C:\\MyFile\$.txt': No such file or directory"
It's a valid file name, and doing "adb push C:\MyFile$.txt /mnt/SDCARD" from the command line works. ADB Explorer seems to be trying to add an escape before the special character (note the extra backslash in front of the dollar sign).
Using v0.8.23090.
Create a text file named "MyFile$.txt" (doesn't matter what is in it).
Try to push it and ADB Explorer does this:
"Error: cannot stat 'C:\\MyFile\$.txt': No such file or directory"
It's a valid file name, and doing "adb push C:\MyFile$.txt /mnt/SDCARD" from the command line works. ADB Explorer seems to be trying to add an escape before the special character (note the extra backslash in front of the dollar sign).