export display of directories of remote machine

hi
I wanted to export the display of all directories of home with their respective subdirectories and files if any on my local pc.
this home directory is of some remote machine .

using ssh remote login and then using struct direct i can just gate name list of directories .
but not the display

is ther is any way by which i can get the display.

thankx

It is a lttle unclear what you are trying to do. What exactly do you mean by "the display".

In linux if wanted to access some remote computer i type this list of commands
1) ssh <username>@<remote machine IP>
2) export DISPLAY=<local machine ip >:0.0
3) xhost + command on local machine

so after this i can access the remote machine (konsol,konqueror) by giving commands
4) konsole
5) konqueror

like this i wanted to access the display of home directory of remote machine load it in my machine and then access it from my mchine. So every time i need not do the above three steps and after some period refresh it with updated copy.
Can this possible
if please tell me how

thankx