pshell pagination and wildcards
Pagination
When the number of items per page is exceeded a pagination prompt will appear.
------- (enter = next page, q = quit) -------
Wildcards
Simple shell-like wildcard support (eg ls *.png) is available for pshell commands. However, please note this will only return matching files, not folders.
The reason for this is explained in more detail in pshell and Mediaflux
The consequence of this is that any command (eg ls and get) containing wildcards will only ever download matching files and will not traverse folders.
If you wish to download all files and folders in some hierarchy, for example:
test |-- images |-- sample | |-- largeset | `-- smallset `-- sean
Then you would run:
get test/