Hy there, i'm sorry for my bad english, im new on Processing and i'm not so good on it :P ...
I have some webcams that uploads on a FTP folder an immage every 20 minutes, my problem is that every immage is named like that.
00B8FB008671(IPCAM)_0_20120329073808_7007.jpg
00B8FB008671(IPCAM)_0_20120329071808_7006.jpg
00B8FB008671(IPCAM)_0_20120329065808_7005.jpg
Can someone tell me if its possible with processing to create a software that can run on a pc client that
Connects to the ftp.
Lists the files.
Takes the last uploaded file and renames it as webcam1.jpg overwriting the old one?
I have tried to do something like that with php but i can only create an array with file listed by date take the last one and publish it on a page, but the problem still remains because i need a static link like.