Skip to content

dnmfarrell/FileCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FileCopy

A C daemon that monitors a directory, copying any file placed there to a target directory. Source and target directories are configurable with command line args.

Synopsis

$ filecopy /home/myusername/directorytowatch /home/myusername/directorytocopy

Compiling

Compile with gcc:

$ gcc src/filecopy.c -obin/filecopy

Set execute permissions:

$ chmod +x bin/filecopy

About

A C daemon that monitors a directory and copies files to a target directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages