Hi!
I'm learning C at school atm. I know just basics, but I need a program, that
randomly takes screenshots and uploads them via FTP. I want that program
reads one line from file (lets call it file.txt) and that line would define
image name. Ex:
File.txt contains one line: YourName=TestName
User runs program. Program will start taking randomly screenshot of his
screen, when user starts another process, calling 'process.exe'. After 2min,
it takes first screenshot. Program reads first line from file.txt and it
define screenshot file name. Then it uploads file to
'
ftp://ftpaccount.host.com/images/' with username 'ftpaccound' and pass
'password'.
Then, after 3 min, it takes another screenshot etc.
When I go to my ftp, and open folder 'images', Ill find few images. They are
named 'TestName.0001.jpg', 'TestName.0002.jpg' etc.