Click here to Skip to main content
15,927,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: A C# / SQL Query Problem Pin
Christian Graus28-Sep-04 11:51
protectorChristian Graus28-Sep-04 11:51 
GeneralRe: A C# / SQL Query Problem Pin
Colin Angus Mackay28-Sep-04 12:19
Colin Angus Mackay28-Sep-04 12:19 
GeneralRe: A C# / SQL Query Problem Pin
cemlouis28-Sep-04 14:01
cemlouis28-Sep-04 14:01 
GeneralKeep a Form on Top Pin
MarkMokris28-Sep-04 6:22
MarkMokris28-Sep-04 6:22 
GeneralRe: Keep a Form on Top Pin
Nnamdi Onyeyiri28-Sep-04 6:33
Nnamdi Onyeyiri28-Sep-04 6:33 
GeneralRe: Keep a Form on Top Pin
Anonymous28-Sep-04 6:40
Anonymous28-Sep-04 6:40 
Generaluploading to images to remote server Pin
butchzn28-Sep-04 4:12
butchzn28-Sep-04 4:12 
GeneralRe: uploading to images to remote server Pin
Heath Stewart28-Sep-04 5:14
protectorHeath Stewart28-Sep-04 5:14 
Uploading files greatly depends on what the server protocol is. If you're using HTTP, for example, the HttpWebRequest already supports this. Since you're requiring FTP, realize that the current .NET BCL has no FTP support - but don't let that stop you.

Some articles on this site and others have simply wrapped the ftp.exe application in a class library. This is dodgy and not very well designed. A proper design - like HttpWebRequest and HttpWebResponse - would extend WebRequest and WebResponse, classes for pluggable protocols.

It just so happens that there's a good example in the Microsoft Knowledge Base: http://support.microsoft.com/default.aspx?scid=kb%3BEN-US%3B812409[^]. It has a link at the bottom to GotDotNet (a Microsoft developer community site) with the full source.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralInverse colour in GDI+ Pin
benjymous28-Sep-04 3:48
benjymous28-Sep-04 3:48 
GeneralRe: Inverse colour in GDI+ Pin
Heath Stewart28-Sep-04 7:02
protectorHeath Stewart28-Sep-04 7:02 
GeneralRe: Inverse colour in GDI+ Pin
leppie28-Sep-04 21:36
leppie28-Sep-04 21:36 
GeneralRe: Inverse colour in GDI+ Pin
Heath Stewart29-Sep-04 5:39
protectorHeath Stewart29-Sep-04 5:39 
GeneralRe: Inverse colour in GDI+ Pin
benjymous28-Sep-04 21:37
benjymous28-Sep-04 21:37 
GeneralCommunication between C++ program and a GUI in C# Pin
Luís Brás28-Sep-04 3:30
Luís Brás28-Sep-04 3:30 
GeneralRe: Communication between C++ program and a GUI in C# Pin
Heath Stewart28-Sep-04 6:34
protectorHeath Stewart28-Sep-04 6:34 
GeneralRe: Communication between C++ program and a GUI in C# Pin
Christian Graus28-Sep-04 11:53
protectorChristian Graus28-Sep-04 11:53 
GeneralRe: Communication between C++ program and a GUI in C# Pin
Heath Stewart28-Sep-04 13:06
protectorHeath Stewart28-Sep-04 13:06 
GeneralDelegates, thread pool, asynchronous invocation Pin
Serge Lobko-Lobanovsky28-Sep-04 2:10
Serge Lobko-Lobanovsky28-Sep-04 2:10 
Generalwindow flickers Pin
Ajmoda28-Sep-04 1:04
Ajmoda28-Sep-04 1:04 
GeneralRe: window flickers Pin
sreejith ss nair28-Sep-04 1:29
sreejith ss nair28-Sep-04 1:29 
GeneralRe: window flickers Pin
Ajmoda28-Sep-04 1:58
Ajmoda28-Sep-04 1:58 
GeneralRe: window flickers Pin
sreejith ss nair28-Sep-04 2:18
sreejith ss nair28-Sep-04 2:18 
GeneralRe: window flickers Pin
Ajmoda28-Sep-04 2:36
Ajmoda28-Sep-04 2:36 
GeneralRe: window flickers Pin
sreejith ss nair28-Sep-04 2:46
sreejith ss nair28-Sep-04 2:46 
GeneralRe: window flickers Pin
Jay Shankar28-Sep-04 21:44
Jay Shankar28-Sep-04 21:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.