1. Add function to close program, instead of shutdown (most of us who pay for registered version, use servers for upload, so shutting down server is useless)
2. Add function that, after successful upload, program is able to start other application, cmd, or bat.
3. Log file should have some description of file uploaded, because, some file-hosters don't offer name in downloading link. So, instead of plain list of links, there should be name of the file uploaded before links. So if I drop 50 files with random names on fileserve, they should look something like this
[CW_belzebub.rar]
http://fileserve.com/f9h3049q/
http://hotfile.com/files/CW_belzebub.rar.html
[WallpapersXL.zip]
http://fileserve.com/fhw9034h/
http://hotfile.com/files/WallpapersXL.zip
etc... Also it should be capable of recognizing multiparts :part1, part2, part3 , and place them under right set of upload
4. Job functions:
JOB1: X.part1.rar X.part2.rar
JOB2: Y.part1.rar Y.part2.rar Y.part3.rar
JOB3: Z.part1.rar Z.part2.rar Z.part3.rar Z.part4.rar Z.part5.rar
So, jobs can be placed in queue, and uploaded one after another, or uploaded all at once, but links sorted in logs file (else, it's completely useless).
5. Adding fileserve long link, with name, this is a SOLUTION:
if file is called xxx.rar and link to fileserve without name is
http://fileserve.com/y3t948ty/ then long link is exactly the same, with added filename at the end.
http://fileserve.com/y3t948ty/xxx.rar
I will add stuff when I remember what else would be useful