Click here to Skip to main content
15,915,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: pressure clock ?? Pin
Sakkijha8-Jan-05 4:47
Sakkijha8-Jan-05 4:47 
GeneralRe: pressure clock ?? Pin
Alex Korchemniy8-Jan-05 5:33
Alex Korchemniy8-Jan-05 5:33 
Generalservices and WaitForStatus Pin
sprout747-Jan-05 10:36
sprout747-Jan-05 10:36 
GeneralRe: services and WaitForStatus Pin
Heath Stewart7-Jan-05 11:56
protectorHeath Stewart7-Jan-05 11:56 
GeneralRe: services and WaitForStatus Pin
sprout748-Jan-05 8:50
sprout748-Jan-05 8:50 
GeneralRe: services and WaitForStatus Pin
Heath Stewart10-Jan-05 20:19
protectorHeath Stewart10-Jan-05 20:19 
QuestionHow to transfer a file from FTP server Pin
Member 8329617-Jan-05 10:16
Member 8329617-Jan-05 10:16 
AnswerRe: How to transfer a file from FTP server Pin
Heath Stewart7-Jan-05 11:49
protectorHeath Stewart7-Jan-05 11:49 
There is no direct support for FTP in the .NET BCL (base class library), but there is for network copying and downloading via HTTP. This means you could use Samba or Apache (or any other HTTP daemon), respectively, with much better results. FTP is insecure. It base64-encodes your passwords, which is not strong encryption (all you need to do is base64-decode it).

If you want to stick with FTP, however, just search this site for "FTP" using the search box under the logo. There are several good articles on FTP using managed code (C#, VB.NET, and perhaps some Managed C++). There are also class libraries available for free and commercially, like that from Xceed[^].

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: How to transfer a file from FTP server Pin
Member 8329617-Jan-05 12:18
Member 8329617-Jan-05 12:18 
GeneralRe: How to transfer a file from FTP server Pin
Heath Stewart10-Jan-05 5:36
protectorHeath Stewart10-Jan-05 5:36 
GeneralModem Control Pin
alex_kl7-Jan-05 9:56
alex_kl7-Jan-05 9:56 
GeneralRe: Modem Control Pin
Heath Stewart7-Jan-05 11:45
protectorHeath Stewart7-Jan-05 11:45 
GeneralApp.Config Question... Pin
Richard Parsons7-Jan-05 8:24
Richard Parsons7-Jan-05 8:24 
GeneralRe: App.Config Question... Pin
Nick Parker7-Jan-05 8:38
protectorNick Parker7-Jan-05 8:38 
GeneralRe: App.Config Question... Pin
Richard Parsons7-Jan-05 9:12
Richard Parsons7-Jan-05 9:12 
QuestionHow can I make the datagrid invisible and have the save button come up Pin
macupryk7-Jan-05 8:10
macupryk7-Jan-05 8:10 
AnswerRe: How can I make the datagrid invisible and have the save button come up Pin
Nick Parker7-Jan-05 8:30
protectorNick Parker7-Jan-05 8:30 
GeneralBeginRead() EndRead() methods with NetworkStream class Pin
mikeyhardingboyo7-Jan-05 6:53
mikeyhardingboyo7-Jan-05 6:53 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
Heath Stewart7-Jan-05 7:38
protectorHeath Stewart7-Jan-05 7:38 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
mikeyhardingboyo7-Jan-05 8:04
mikeyhardingboyo7-Jan-05 8:04 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
Heath Stewart7-Jan-05 9:15
protectorHeath Stewart7-Jan-05 9:15 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
mikeyhardingboyo7-Jan-05 17:19
mikeyhardingboyo7-Jan-05 17:19 
GeneralRe: Strange Pin
bouli7-Jan-05 6:52
bouli7-Jan-05 6:52 
GeneralRe: Strange Pin
Heath Stewart7-Jan-05 7:52
protectorHeath Stewart7-Jan-05 7:52 
GeneralRe: Strange Pin
bouli7-Jan-05 8:54
bouli7-Jan-05 8:54 

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.