How to write a program that detects address of files that were copied to a USB drive? [closed] - usb-drive

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I want to write a program that detects address of files that were copied to a USB drive? I want to Every time files were copied to a USB,address of files show in console .How can i do that?

It would depend on the language you chose to use for the job, but regardless you would want to use a library that watches the filesystem for changes and runs a method when a new file is added. If you provide more information about what you want, we can probably give you a more precise answer.

Related

Dropbox / Box / Drive - Intercept file operation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm considering moving some company data from our on-premise file shares to dropbox/box/google drive storage services, the only consideration now is security. Is it possible to give our employees the ability to always see that data exists on the service but block access to it if is done after work hours?
To be more specific, assuming I have file "x.png" in my company's shared Dropbox folder, I want users to always be able to see that "x.png" exists but if the attempted access is after work hours I want to give the user some kind of notification "File is not accessible" and maybe also log the attempt.
Thanks

Compiling dojo into a single build file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Does any one has idea to compile a dojo into a single file. I am trying to host the project into a website, and dojo has 100's of files to be uploaded.. if any one got idea. please share.
As addition to the answer of Craig of following the build tutorial, I also want to add that there's a web builder that can help you with it.
With this tool you can specify the modules you need and create a single JavaScript file of it.

Windows programs's system calls [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to log all system calls made by a specified program? For example I have a GUI tool, wrapping some command-line based tools. I need to know how does it start command-line programs, what file manipulations is it doing. Actually I want to repeat this actions in integration purposes.
UPD: API Monitor did this job
CreatePorocessA API call - shows external programs and parameters selected process is calling
These things can be handy in case...
http://j00ru.vexillium.org/?p=1010
http://billauer.co.il/blog/2010/07/strace-ltrace-win32-api-dll/
Second one helped me in some other scenario.. Let me know whether it works for you or not...!!

Safety of opening .txt files [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
If I'm given a URL that points to a .txt file, is it always safe to open it? Can it possibly contain virus or malicious content?
A genuine txt-file can contain virus code but it cannot be executed, so it's totally safe. However, a file can use double file extension like this, so watch out:
a-virus-file.txt.exe
Windows hides by default .exe because it's a known file type.
It is not safe to rely solely on a file extension. The real file type can easily be masked by someone changing the extension, so the file could easily be a virus or malicious content.
For example:
MyVirus.exe -> SeeminglyHarmlessFile.txt

Combine file transfer dialogs [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am considering upgrading my work computer to use windows 8 as the new file transferring feature seems very useful. Unfortunately after installing windows 8 on my home pc to test it out, the files are being transferred in separate dialogs as opposed to this image provided by microsoft.
As I am transferring files constantly a single transfer dialog would make things much less confusing. Does anyone know what settings to change to make file transfers appear in the same window?
To make file transfers appear in the same window you need to transfer files locally.
This is because a network connection can break out at anytime.

Resources