SSH help

Spencer278

Diamond Member
Oct 11, 2002
3,637
0
0
In linux, how can I use a local program to access a file on a unix server that I connect to via SSH. I guess what I'm looking for is someway to mount the remont file.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
scp or sftp to transfer the file.

nfs to mount an export from the server on your local machine.