Upload files from VS NET 2003

  • Thread starter Thread starter Tommy
  • Start date Start date
T

Tommy

Hi

How do I upload files to a remote server from inside VS
NET 2003? E.g. if I want to add files to an existing site
on the remote server?
I hope somebody can help

TIA
Tommy
 
Tommy said:
Hi

How do I upload files to a remote server from inside VS
NET 2003? E.g. if I want to add files to an existing site
on the remote server?
I hope somebody can help

TIA
Tommy

Tommy:
You may have to write a TCPClient in your favorite language.
There are many rudimentary ftp programs on the internet. Just do a search on Google.
Try the following link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;812404

If you need any further help let me know and I will send you some code.

Thanks

Hirsi
 
-----Original Message-----
"Tommy" <[email protected]> wrote in

Tommy:
You may have to write a TCPClient in your favorite language.
There are many rudimentary ftp programs on the internet. Just do a search on Google.
Try the following link:
http://support.microsoft.com/default.aspx?scid=kb;en- us;812404

If you need any further help let me know and I will send you some code.

Thanks

Hirsi
.
Thank you Hirsi

I think i have to change my question, sorry. But how do i
save the files so I can upload them with a FTP program ?
I tried to make a login system, now it works and i would
like to put it on an existing site. Do I have to make an
installer or run a deployment first ? sorry if this
sounds stupid but I can't find my way here

TIA

Tommy
 
Back
Top