Mariya Atanasova's Blog

FtpWebRequest commands and how they work

Currently, the user is allowed to specify the following commands: APPE, DELE, RETR, SIZE LIST, NLST,...

Author: Mariya Date: 07/25/2008

Forcing HttpWebRequest to use Kerberos authentication

First, let me state that I am not recommending to only use a certain type of authentication in your...

Author: Mariya Date: 01/05/2007

FtpWebRequest and the PWD, SIZE and MDTM methods

As you may have already noticed, the FtpResponseStream does not contain the result of PWD, SIZE and...

Author: Mariya Date: 11/06/2006

Using System.Net tracing to determining if SSL connection has been established with the server

For a detailed blog article on how to use System.Net Tracing go here...

Author: Mariya Date: 06/19/2006

RemoteEndPoint: Identifying the client from the server side

Variant 1: When using TcpListener class for our server there are 2 ways to get the underlying client...

Author: Mariya Date: 06/18/2006

Sending e-mail using SmtpClient and Gmail

The sample below used SmtpClient to send e-mail from your gmail account using your gmail username...

Author: Mariya Date: 06/15/2006

FtpWebRequest: Does the slash matter?

For those of you who are curious: there is indeed a difference when we use the following uris as...

Author: Mariya Date: 06/15/2006

Changing to the root directory with FtpWebRequest

Many customers ask us how they can use the CWD command with our FtpWebRequest. The answer is: you...

Author: Mariya Date: 03/06/2006