mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
647 stars 344 forks source link

Dont work download function #31

Closed lybimiy86 closed 5 years ago

lybimiy86 commented 6 years ago

When I use the download command, it always says that the file was not found, but the file is there. 1 attemp /download C:/test/1.bmp

Could not find 1.bmp

2 attemp

/cd c:\\
/cd test
/ls

1.bmp

/download 1.bmp

Could not find 1.bmp

2018-02-11_23-37-09

mvrozanti commented 5 years ago

Have you tried actually opening it? Windows Explorer sometimes doesn't refresh image thumbnails and whatnot.

Can you run the following in a powershell?

Get-Item ./1.bmp | Format-List