PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Re: Uploading files to a web server
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Re: Uploading files to a web server
![]() |
Re: Uploading files to a web server |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

