Files are uploading to http server then i need to connect to that server need to check if new file is there need to parse that file.please tell me how to connect to http server using c#?and how to check it’s new file or old file?
uploaded url like
http://uploadfiles.com/upload.php
It’s not FTP.
Something I use in one of my projects for connect to http and download something. upload goes same way