FtpWebResponse (System.Net.FtpWebResponse)

Inherits: System.Net.WebResponse

Interfaces: IDisposable, ISerializable

Derived Types: 0

Assembly: System.dll

Encapsulates a File Transfer Protocol (FTP) server

VB.NET C#

C#

public class FtpWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
{
}

Articles

FTPclient - Discussions

in the above situation you just get system.net.ftpwebresponse If you change it to this wex.message.tostring you will get a message that has the servers reponse in it.

DotNetJunkies :: The #1 .NET Community for Developers

... True, 100000, True) .....but I will have to know the filename from beforehand. I read somewhere that I would need to use System.Net.FtpWebRequest and System.Net.FtpWebResponse.

DotNetJunkies :: The #1 .NET Community for Developers

I read somewhere that I would need to use System.Net.FtpWebRequest and System.Net.FtpWebResponse. I've been trying for a while now but just can't get the hang of it.

VB.NET FTP Client - MSDN Forums

... ftp.GetRequestStream here an send the data           'Get the response to the Ftp request and the associated stream         Using response As System.Net.FtpWebResponse = ...

CodeProject: An FTP client library for .NET 2.0. Free source code and ...

Get the response to the Ftp request and the associated stream Using response As System.Net.FtpWebResponse = _ CType (ftp.GetResponse, System.Net.FtpWebResponse) Using ...

Mono Documentation

The members of System.Net.FtpWebResponse are listed below. See Also: Inherited members from System.Net.WebResponse [ ...

Mono Documentation

See Also: FtpWebResponse Members. System.Object System.MarshalByRefObject System.Net.WebResponse System.Net.FtpWebResponse

FtpWebResponse Class (System.Net)

Note: This class is new in the .NET Framework version 2.0. Encapsulates a ... System.MarshalByRefObject      System.Net.WebResponse        System.Net.FtpWebResponse

FtpWebResponse Class (System.Net)

Instances of FtpWebResponse are obtained by calling the GetResponse method. ... System.Net . . :: . WebResponse        System.Net . . :: . FtpWebResponse ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support