Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone! I am wanting to compare versions of files (one locally stored on computer and one stored on website) for a bigger project that I'm involved in. Is it possible to obtain the FileVersion information of a file stored on the web?
Posted
Comments
Sergey Alexandrovich Kryukov 14-Nov-12 15:37pm    
What kind of file? For most files, there is no a concept of file version. It does not exist as the universal attribute in most OS as well.
--SA
joshrduncan2012 14-Nov-12 15:40pm    
In particular, the SQL Server CE files (.sdf) files. In particular, when we deploy new versions, we want to update the version from 1.0 to 2.0, etc. I really want to avoid httpwebrequest and httpwebresponse if at all possible. Those 2 still confuse me.

1 solution

Depends on how it exists. If you're storing it on the web, then you can create a webservice to do this. If it's exposed via FTP, I think you can get it via FTP. Otherwise, I think you need to download it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900