hi, i want to make a project capable of downloading a file from any server ( e.g. preferably any site like msn.com, cnn.com ) and after making some changes, again returning the same file to same server, so that by accessing the file for the next time, will
show the changed results....
I think that is interesting and challenging too......
plz reply me with your brief suggestions in this regard.........
with regards...
Well, I was assuming that the site whose content will be managed is your site (not really cnn, msn, etc.)...
From here, I'd create a secure web service on the site (secure being that a password is required to access it's functionality) to upload and download the content files.
With the service available, you could connect a winforms app to the service to act as your content manager and then be able to do what you've asked...
None
0 Points
1 Post
An interesing project
Jun 01, 2005 07:24 AM|alpha5|LINK
I think that is interesting and challenging too......
plz reply me with your brief suggestions in this regard.........
with regards...
Contributor
3294 Points
3302 Posts
Re: An interesing project
Jun 07, 2005 11:05 AM|stiletto|LINK
Member
30 Points
87 Posts
Re: An interesing project
Jul 05, 2005 09:26 AM|ariya|LINK
would you explain the case a bit more?
thank you
Regards,
Arshak
Blog: http://arashnorouzi.wordpress.com
Contributor
3294 Points
3302 Posts
Re: An interesing project
Jul 05, 2005 11:33 AM|stiletto|LINK
From here, I'd create a secure web service on the site (secure being that a password is required to access it's functionality) to upload and download the content files.
With the service available, you could connect a winforms app to the service to act as your content manager and then be able to do what you've asked...