Hi
You can use /n software's NetCmdlets. The current release contains more than
30 Cmdlets providing access to network and host protocols such as SNMP, LDAP,
DNS, Syslog, HTTP, WebDav, FTP, SMTP, POP, IMAP, Rexec/RShell, Telnet, and
more.
NetCmdlets is available for FREE for non-commercial use. Check out the NetCmdlets
hobbyist license:
http://www.nsoftware.com/order/options.aspx?part=NCP1-A
-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com Quote:
> I am writing a script to manage an FTP site, after some research i
> found two clases in .NET, webclient and ftpwbrequest. i got stuck in
> the ftpwebrequest.method assignment so i decided to use webclient. My
> question is, how do i get a directory listing with the webclient
> object so that i can use the values to walk the directory like my
> previous filesystem post.
>