[EMAIL PROTECTED] wrote: > > Morning, > > I am trying to create a function that would log into to a remote server > and return the directory size. Is there an existing package that can be > downloaded which will return the size of a remote directory?
You should be able to use WMI or some form of rsh (module or cmdline) given the right perms to access the remote computer. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
