FtpWebRequest



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

.



Relevant Pages

  • Re: Our customers confusing requirment - IIS5.1 ftp users own directory?
    ... admin But how the ftp server transfer the ... > they issue a pwd command, the ftp server will respond with /admin and not ... If they issue a pwd command, ... logon via ftp, will determines the 'current' working directory, which must ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: System.Net.FTP and VMS
    ... Can you remove the final "/" that FTPWebRequest ... against a VMS FTP server? ... Windows FTP server or a Linux FTP server. ...
    (microsoft.public.dotnet.languages.csharp)
  • FtpWebRequest.Method
    ... how can I send arbitrary commands to an FTP server by FtpWebRequest class? ... yields an exception of type ArgumentException. ...
    (microsoft.public.dotnet.framework)

Loading