|
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.
|
|
... 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.
|
|
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.
|
|
... ftp.GetRequestStream here an send the data 'Get the response to the Ftp request and the associated stream Using response As System.Net.FtpWebResponse = ...
|
|
Get the response to the Ftp request and the associated stream Using response As System.Net.FtpWebResponse = _ CType (ftp.GetResponse, System.Net.FtpWebResponse) Using ...
|
|
The members of System.Net.FtpWebResponse are listed below. See Also: Inherited members from System.Net.WebResponse [ ...
|
|
See Also: FtpWebResponse Members. System.Object System.MarshalByRefObject System.Net.WebResponse System.Net.FtpWebResponse
|
|
Note: This class is new in the .NET Framework version 2.0. Encapsulates a ... System.MarshalByRefObject System.Net.WebResponse System.Net.FtpWebResponse
|
|
Instances of FtpWebResponse are obtained by calling the GetResponse method. ... System.Net . . :: . WebResponse System.Net . . :: . FtpWebResponse ...
|