blob: 9af9b3a40b7453ba95936996d7540fcc1fcf0549 (
plain)
1
2
3
4
5
6
7
|
pox provides a collection of utilities for navigating and
manipulating filesystems. This module is designed to
facilitate some of the low level operating system interactions
that are useful when exploring a filesystem on a remote host,
pox provides Python equivalents of several unix shell commands
such as which and find.
|