I want to write an app. (web-based if possible) to copy an external HDD (already partitioned and containing data) to a like HDD with the same partitions-- does anyone think this would be possible with Java (Google App Engine? To convert Java app and run in web environment? Or likewise)
Thoughts on if anything thinks this would be possible in a certain language would be very helpful! PS. I think one of the biggest constraints would be where the data is going to land in between downloaded from one drive, and uploading to the next -- so for example I would need to establish a temp. directory on the users local internal HDD, transfer the contents of the external, than direct the final process of moving that data back out to the new external!
PS. I also know the brand, size of drive I will be using.