PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Re: Uploading files to a web server

Reply

Re: Uploading files to a web server

 
Thread Tools Rate Thread
Old 13-01-2007, 03:52 AM   #1
Robbe Morris [C# MVP]
Guest
 
Posts: n/a
Default Re: Uploading files to a web server


What is your transport protocol? Http, Ftp, etc.?

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles...e_generator.asp





"P K" <PK@discussions.microsoft.com> wrote in message
news:F92304C0-1443-47C0-A213-642FF93966D1@microsoft.com...
> Hi,
>
> I need to upload files from a .NET console application to a web server. I
> have been given a directory on the web server and there is security
> attached
> to access the folders.
>
> What are the different options available? I have absolutely no clue.


  Reply With Quote
Old 13-01-2007, 07:58 PM   #2
=?Utf-8?B?UCBL?=
Guest
 
Posts: n/a
Default Re: Uploading files to a web server

It is http. There is no ftp. And I have to do it via the console program.

"Robbe Morris [C# MVP]" wrote:

> What is your transport protocol? Http, Ftp, etc.?
>
> --
> Robbe Morris - 2004-2006 Microsoft MVP C#
> I've mapped the database to .NET class properties and methods to
> implement an multi-layered object oriented environment for your
> data access layer. Thus, you should rarely ever have to type the words
> SqlCommand, SqlDataAdapter, or SqlConnection again.
> http://www.eggheadcafe.com/articles...e_generator.asp
>
>
>
>
>
> "P K" <PK@discussions.microsoft.com> wrote in message
> news:F92304C0-1443-47C0-A213-642FF93966D1@microsoft.com...
> > Hi,
> >
> > I need to upload files from a .NET console application to a web server. I
> > have been given a directory on the web server and there is security
> > attached
> > to access the folders.
> >
> > What are the different options available? I have absolutely no clue.

>

  Reply With Quote
Old 14-01-2007, 10:26 AM   #3
Chad Z. Hower
Guest
 
Posts: n/a
Default Re: Uploading files to a web server

P K wrote:
> It is http. There is no ftp. And I have to do it via the console
> program.


The HTTP class in .NET 2.0 allows uploads.

--
Chad Z. Hower
Microsoft Regional Director
"Programming is an art form that fights back"
http://www.KudzuWorld.com/
Need a professional technical speaker at your event?
http://www.woo-hoo.net
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off