Does anyone know of a programme that will monitor files downloaded to the PC? Preferably with some indication of where the download came from.
I know I can see from Everything new files created but I'm looking for a monitor that will alert me in real time.
Monitoring downloads
Re: Monitoring downloads
There are many free tools to monitor folder updates and alert you for changes
but none of them can tell you the origin.
but none of them can tell you the origin.
Re: Monitoring downloads
You've been to NirSoft, FolderChangesView.
(Thought it won't tell where from.)
You've been to NirSoft .
Any number of TCP related programs. Maybe one can help point something out, or in correlation with FolderChangesView.
SocketSniff too.
Maybe WebSiteSniffer.
(Thought it won't tell where from.)
You've been to NirSoft .
Any number of TCP related programs. Maybe one can help point something out, or in correlation with FolderChangesView.
SocketSniff too.
Maybe WebSiteSniffer.
Re: Monitoring downloads
Why not? All of them should be able to tell the origin, thanks to the Zone.Identifier datastream.
Quick (CMD) demo:
(make sure ES.exe is "connected to" Everything 1.5)
Code: Select all
@Echo off & setlocal
echo. PRESS CTRL+C TO STOP
:LOOP
for /f "usebackq delims=" %%x in (` "c:\path to\ES.exe" "c:\folder to check" alternate-data-stream-names:Zone.Identifier dm:last3min`) Do (
echo ---------------------------------------------------------
echo %%x
echo ---------------------------------------------------------
more < "%%x:Zone.Identifier"| findstr /i "Url="
echo.
)
> nul timeout /t 10
goto :LOOP
Output:
Code: Select all
T:\>dl.cmd
PRESS CTRL+C TO STOP
---------------------------------------------------------
C:\2install\LibreOffice_7.1.4_Win_x64.msi
---------------------------------------------------------
HostUrl=https://ftp.nluug.nl/office/libreoffice/libreoffice/stable/7.1.4/win/x86_64/LibreOffice_7.1.4_Win_x64.msi