Re: FtpWebRequest
- From: "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Dec 2005 19:28:51 -0500
The FtpWebRequest class certainly does support this command.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
"Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxxxxxxxxxxxx> wrote in message
news:3C9683BF-C4A7-4D3F-9861-4B6AF05A8DAA@xxxxxxxxxxxxxxxx
> José,
> In order to change directories you would need to be able to send the FTP
> command for that, and I'm not sure if FTPWebRequest provides this
> functionality.
>
> See my answer to the "Simple FTP Request" post a few posts before yours
> about the EnterpriseDT FTP.ENT library.
>
> --Peter
>
> --
> Co-founder, Eggheadcafe.com developer portal:
> http://www.eggheadcafe.com
> UnBlog:
> http://petesbloggerama.blogspot.com
>
>
>
>
> "jose.lopes.cruz@xxxxxxxxx" wrote:
>
>> I need to access a FTP Server. I'm using FTPWebRequest as described in
>> visual studio 2005 documentation.
>> Everything works fine except the following:
>>
>> 1) I dont know how to change de current working directory on the server
>> to the parent directory?
>> 2) Why cant I do this, or why doesn't work? In Internet explorer works!
>>
>> <some code...for FtpWebRequest>
>>
>> FtpWebRequest ....Create("ftp://192.168.1.4/../ret");
>>
>>
>> thanks
>> José Cruz
>>
>>
.
- Follow-Ups:
- Re: FtpWebRequest
- From: Peter Bromberg [C# MVP]
- Re: FtpWebRequest
- From: Peter Bromberg [C# MVP]
- Re: FtpWebRequest
- References:
- FtpWebRequest
- From: jose . lopes . cruz
- FtpWebRequest
- Prev by Date: Re: Service that writes to the application Event Log
- Next by Date: Re: CollectionBase and DictionaryBase in vs 2005
- Previous by thread: FtpWebRequest
- Next by thread: Re: FtpWebRequest
- Index(es):
Relevant Pages
|
Loading