ftp uploads

  • Thread starter Thread starter BD
  • Start date Start date
B

BD

Hi, in my C# windows forms application accessing remote server, I want
to upload files to my server and store the path in my database. Both
functions are being performed within the same application. I did this
before with the same database and server with Access and was able to
change the name of the file stored on the server to a sequential
number followed by the suffix of the file. Is there a way to do this
with .Net 2.0. I have been researching this on the net for several
days and have successfully uploaded a file which is great, but I am
worried about uploading another file with the same name, thus
overwriting the original. Any idea, suggestions or examples would be
a great help.
 
Back
Top